.loading-container .searchBox-container,.loading-container .ad{position:relative}@-webkit-keyframes fake-flights-bling{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}@keyframes fake-flights-bling{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}.loading-container .searchBox-container .botton-submit,.loading-container .searchBox-container .tab .left{position:absolute;background:#eef1f6;-webkit-animation:fake-flights-bling 2s ease infinite;animation:fake-flights-bling 2s ease infinite}.loading-container{background-color:#eef1f6;margin-top:-54px}.loading-container .ad{height:260px;background-color:#dde4ed}.loading-container .searchBox-container{background:#fff;height:230px;width:1180px;padding:0 0 24px 0px;margin:-48px auto 0;border-radius:8px}.loading-container .searchBox-container .tab{height:48px;background-color:#e2e5ea;margin-bottom:24px;border-radius:8px 8px 0 8px}.loading-container .searchBox-container .tab .left{width:196px;height:48px;background-color:#fff;left:0;border-radius:8px 8px 0 8px;-webkit-animation:none;animation:none}.loading-container .searchBox-container .botton-submit{background-color:#e2e5ea;width:176px;height:56px;left:50%;bottom:0;margin:0 0 -28px -88px;border-radius:28px}.loading-container .fake-low-price-map{width:1180px;position:relative;height:532px;margin:76px auto 30px;background-color:#fff;border-radius:8px}.loading-container .fake-low-price-map>div{position:absolute;background:#eef1f6;-webkit-animation:fake-flights-bling 2.5s ease infinite;animation:fake-flights-bling 2.5s ease infinite}.loading-container .fake-low-price-map .r0c0{width:86px;height:18px;top:21px;left:16px}.loading-container .fake-low-price-map .r1c0{width:304px;height:64px;top:60px;left:16px}.loading-container .fake-low-price-map .r2c0,.loading-container .fake-low-price-map .r2c1,.loading-container .fake-low-price-map .r3c0,.loading-container .fake-low-price-map .r3c1,.loading-container .fake-low-price-map .r4c0,.loading-container .fake-low-price-map .r4c1,.loading-container .fake-low-price-map .r5c0,.loading-container .fake-low-price-map .r5c1{width:144px;height:72px}.loading-container .fake-low-price-map .r2c0,.loading-container .fake-low-price-map .r3c0,.loading-container .fake-low-price-map .r4c0,.loading-container .fake-low-price-map .r5c0{left:16px}.loading-container .fake-low-price-map .r2c1,.loading-container .fake-low-price-map .r3c1,.loading-container .fake-low-price-map .r4c1,.loading-container .fake-low-price-map .r5c1{left:176px}.loading-container .fake-low-price-map .r2c0,.loading-container .fake-low-price-map .r2c1{top:148px}.loading-container .fake-low-price-map .r3c0,.loading-container .fake-low-price-map .r3c1{top:236px}.loading-container .fake-low-price-map .r4c0,.loading-container .fake-low-price-map .r4c1{top:324px}.loading-container .fake-low-price-map .r5c0,.loading-container .fake-low-price-map .r5c1{top:412px}.loading-container .fake-low-price-map .map{width:846px;right:0;top:0;bottom:0;border-radius:0 8px 8px 0;background-color:#e2e5ea}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */


aside,
details,
footer,
header,
main,
nav,
section { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

 
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */


[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* seo_footer */
.seo_footer { clear: both; margin: 10px 0 30px; padding: 5px 10px; border: 1px solid #dedede; color: #999; *zoom: 1; }
.seo_footer p { padding: 4px 0; margin-left: -10px; font-size: 0px; line-height: 0px;}
.seo_footer p:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.seo_footer a { margin-left: 10px; font-size: 12px; line-height: 18px; width: 106px; *width: 105px; display: inline-block; color: #999; overflow: hidden; text-overflow: ellipsis; }
.seo_footer .row { padding-left: 72px; }
.seo_footer .row strong { margin-left: -60px; margin-right: 10px; font-size: 12px; line-height: 18px; }
.seo_footer .row span { font-size: 12px; line-height: 18px; margin-right: 20px; }
.seo_footer .row a { width: auto; margin: 0 5px 0 0; float: none; vertical-align: top;}

 input.error, select.error { -webkit-animation-name: shake; animation-name: shake; }

html, 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, em, button { margin: 0; padding: 0; }

body { background-color: white; color: #333; font-size: 12px; font-family: Tahoma, Arial, Hiragino Sans GB, \5b8b\4f53, sans-serif; line-height: 1.5;-webkit-font-smoothing: antialiased;}

img, fieldset { margin: 0; padding: 0; border: 0; }

input, textarea { font-size: 12px; }

label { cursor: pointer; }

table { border-collapse: collapse; }

a { color: #0066CC; text-decoration: none; }
a:hover { text-decoration: underline; }

ul, li { list-style: none; }

dfn { font-style: normal; font-family: Arial; }

h5 { font-size: 12px; }

select { vertical-align: middle; }

input[type="text"]:focus { border-width: 1px; border-style: solid; border-color: #5d9de5 #67a1e2 #67a1e2 #5d9de5; border-color: rgba(93, 157, 229, 0.9); -webkit-box-shadow: none; box-shadow: none; }

input[type="button"]:focus { outline: none; }

input::-ms-clear {display: none;}

/* help_important */
.hide { display: none; }

.clearfix { *zoom: 1; }
.clearfix:after { display: block; clear: both; overflow: hidden; height: 0; content: "."; }

button:focus, [type="button"]:focus { outline: none; }
button:active, [type="button"]:active { -webkit-transform: translateY(1px); }

 select { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-delay: .1s; animation-delay: .1s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

/* jmp */

/*advertisement*/
.slider { position: relative; overflow: hidden; width: 100%; height: 360px; *zoom: 1; }

/* base end */
/* css_sprites */
.ico, .service a, .service b, .change { background-image: url(//pic.c-ctrip.com/fltinternational100913/un_index_v2.0.7_20140916.png); background-repeat: no-repeat; }

/* search_box */

/*-- title --*/
.label-en em {display: inline-block;font-size: 9px;font-family: Tahoma, arial;font-style: normal;margin: 0;padding: 0;vertical-align: top;}
:root .label-en em {font-size: 12px;vertical-align: 2px;-webkit-transform: scale(.75);transform: scale(.75);text-transform: uppercase;}
.label-en .triangle {position: absolute;z-index: 1;top: 15px;right: 0;display: inline-block;width: 0;height: 0;border-width: 3px;border-style: solid;border-color: #da620a transparent transparent #da620a;}
/* .multi_city_leg .field_block .input_txt { width: 140px; margin-left: 10px; } */


/* fuzzysearch-box */
.label-en em {display: inline-block;font-size: 9px;font-family: Tahoma, arial;font-style: normal;margin: 0;padding: 0;vertical-align: top;}
:root .label-en em {font-size: 12px;vertical-align: 2px;-webkit-transform: scale(.75);transform: scale(.75);text-transform: uppercase;}
.label-en .triangle {position: absolute;z-index: 1;top: 15px;right: 0;display: inline-block;width: 0;height: 0;border-width: 3px;border-style: solid;border-color: #da620a transparent transparent #da620a;}

/* fuzzysearch-form */

/* fuzzysearch-filter */



/* side start */

/* service */
.service { margin-bottom: 20px; }
.service li { margin-bottom: 18px; border-top-width: 4px; border-top-style: solid; background-position: 0 4px; *zoom: 1; }
.service a { display: block; padding-left: 88px; height: 64px; border: 1px solid #cacaca; border-top: 0 none; background-color: transparent; color: #888; line-height: 12px; cursor: pointer; }
.service a strong { color: #5B657E; font-weight: normal; font-size: 18px; font-family: Hiragino Sans GB, "Microsoft Yahei"; line-height: 38px; }
.service a:hover { background-color: #4080DA; background-position: 326px -196px; color: #FFF; text-decoration: none; }
.service a:hover strong, .service a:hover .num { color: #FFF; }
.service b { float: left; overflow: hidden; margin-top: 6px; margin-left: -64px; width: 64px; height: 50px; _display: inline; }


/* .service_free a, .service_free a:hover { height: 0; padding-top: 128px; border-top-color: #F9B202; background: url("//pic.c-ctrip.com/fltinternational100913/un_service_20141130.png");overflow: hidden; border: 0; }
.service_free a:hover { background-position: 0 -130px; } */

/* toolbox */

/* whyctrip */

/* whyctrip pic */


/* announcement */
.announcement { margin-bottom: 20px; line-height: 28px; }
.announcement h3 { font-weight: normal; font-size: 18px;margin-bottom:7px; font-family: Tahoma, Arial, Hiragino Sans GB, "Microsoft Yahei", \5b8b\4f53, sans-serif; }
.announcement li { overflow: hidden; margin-left: -5px; width: 380px; height: 22px; line-height:22px;color: #999; text-overflow: ellipsis; white-space: nowrap; }
.announcement ul { overflow: hidden; width: 380px; *zoom: 1; }
.announcement ul a { color: #999; font-size: 12px; font-family: Hiragino Sans GB, Simsun; }
.announcement .more { padding-left: 12px; width: 368px; }
.announcement .more a { color: #0053aa; }

/* main start */

/* hot_theme */

/* airline */

/* airline_goback */

/* airline_oneway */
/* recommend */
.recommend { position: relative; margin-bottom: 20px; overflow: hidden; width: 777px; *zoom: 1; }
/* hot_address */
/*.c_address_box { padding: 10px; width: 408px; border: 1px solid #999; background-color: #fff; }*/

/* width_change */

@media screen and (max-width: 1250px) {
  	.recommend { width: 578px; }
}

/* TopBar base_notice */


/* æ¨¡ç³Šæœç´¢å¼¹å±‚ start */
/* base btn */

.tag {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
/* btn_cancel */
/* tag */
.tag {margin-right: 4px;padding: 0 3px;height: 16px;line-height: 16px;color: #ff8635;font-size: 12px;background: #fff;border: 1px solid #FFAF79;}

/* hot_address */

/* calendar */
/* æ¨¡ç³Šæœç´¢å¼¹å±‚ end */

.pop{ font-family: Tahoma, Arial, Hiragino Sans GB, \5b8b\4f53, sans-serif; line-height: 1; border-radius: 2px; font-size: 12px; border: 1px solid #d6c197; padding: 7px 5px; z-index: 9;}





/* poi-suggest  v2 *//*  Internet Explorer/Edge â‰?10  */

/* hot_address */
/*------------- Basic Css -----------*/
/* icon */
/*----------- Public PopBox ---------------*/
/* calendar */
/* add by hewb 20160817 日历部分 s */
/* add by hewb 20160817 日历部分 e */

/*react 日历样式*/
.DateInput {
	width: 226px !important;
	padding: 0 !important;
	font-size: 13px !important;
}

/*浮动按钮样式*/
/*.sliderv2{*/
/*	width: 1184px;*/
/*	height: 272px;*/
/*	overflow: hidden;*/
/*}*/

.modify-search-v3 .form-select-list li, .modify-search-v3 .form-select-input {
  *zoom: 1
}

.modify-search-v3 .form-select-list li::after, .modify-search-v3 .form-select-input::after {
  content: "";
  display: table;
  clear: both
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

html, 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, em, button {
  margin: 0;
  padding: 0
}

 aside, details, footer, header, main, nav, section {
  display: block
}

[hidden] {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  overflow: auto
}

code, pre {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, select, textarea {
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

 input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

body {
  color: #333;
  font-size: 12px;
  font-family: "Helvetica Neue", Tahoma, Arial, PingFangSC-Regular, "Hiragino Sans GB", "Microsoft Yahei", sans-serif
}

a {
  color: #2577E3;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

h1, h2, h3, h4 {
  margin: 0
}

input::-ms-clear {
  display: none
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}

dfn {
  font-family: Arial, Tahoma, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  font-style: normal
}

i {
  font-style: normal
}

del {
  color: #ccc;
  font-size: 12px;
  font-weight: 300
}

.price, .f-orange {
  color: #ff7d13
}

.f-red {
  color: #f00
}

.link:hover {
  text-decoration: underline
}

body {
  background-color: #fff
}

.wrapper, .footer {
  position: relative;
  width: 1180px;
  margin: 0 auto
}

.disabled {
  color: #ccc
}

.disabled:not(.auto_cursor) {
  cursor: not-allowed
}

.disabled:hover {
  color: #ccc;
  text-decoration: none
}

label {
  cursor: pointer
}

.form-select-v3 {
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-size: 14px;
  cursor: pointer
}

.form-select-v3 .form-select-txt {
  float: left
}

.form-select-v3 .form-select-txt .text-item {
  margin-left: 8px
}

.form-select-v3 .form-select-txt i {
  float: left
}

.form-select-v3 .iconf-arrow-down {
  display: inline-block
}

.form-select-v3 .iconf-arrow-up {
  display: none
}

.form-select-v3 .form-select-list {
  display: none
}

.modify-search-v3 .form-select-list {
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 0;
  color: #666;
  font-size: 14px;
  min-width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px rgba(204, 204, 204, 0.5);
  box-shadow: 0 4px 6px rgba(204, 204, 204, 0.5);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15)
}

.modify-search-v3 .form-select-list ul {
  width: 100%
}

.modify-search-v3 .form-select-list li {
  white-space: nowrap;
  padding: 20px;
  cursor: pointer
}

.modify-search-v3 .form-select-list.multi li {
  position: relative
}

.modify-search-v3 .flt-subclass {
  float: right;
  position: relative;
  margin-left: 8px;
  padding: 0 16px
}

.modify-search-v3 .flt-subclass .iconf-arrow-up {
  display: none
}

.modify-search-v3 .flt-subclass .iconf-arrow-down {
  display: inline-block
}

.modify-search-v3 .flt-subclass.active .iconf-arrow-up {
  display: inline-block
}

.modify-search-v3 .flt-subclass.active .iconf-arrow-down {
  display: none
}

.modify-search-v3 .flt-subclass:hover, .modify-search-v3 .flt-subclass.active {
  border-radius: 6px;
  background: #F4F4F4
}

.modify-search-v3 .form-select-list {
  display: none
}

.modify-search-v3 .form-select-list .tips {
  color: #108EE9;
  font-size: 12px;
  border: none;
  cursor: pointer;
  margin-bottom: 14px
}

.modify-search-v3 .form-select-input {
  cursor: pointer;
  width: 206px
}

.modify-search-v3 .form-select-input .iconf-arrow-down .iconf-arrow-down {
  display: inline-block
}

.modify-search-v3 .form-select-input .iconf-arrow-down .iconf-arrow-up {
  display: none
}

.modify-search-v3 .form-select-input .form-select-v3 {
  margin: 0;
  position: absolute;
  top: 30px;
  left: 16px;
  height: 18px;
  line-height: 18px
}

.modify-search-v3 .form-select-input .form-select-v3 i {
  margin-left: 7px;
  vertical-align: top;
  float: none
}

.modify-search-v3 .form-select-input .form-select-list {
  top: 63px
}

.modify-search-v3 .form-select-input .form-select-txt {
  margin: 0;
  padding: 0;
  font-size: 14px
}

.modify-search-v3 .form-select-input .form-select-txt span {
  margin-right: 12px
}

@font-face {
  font-family: 'iconfont';
  src: url("https://pic.c-ctrip.com/flight_intl/book/iconfont/iconfont.eot?v040");
  src: url("https://pic.c-ctrip.com/flight_intl/book/iconfont/iconfont.eot?v040#iefix") format("embedded-opentype"), url("https://pic.c-ctrip.com/flight_intl/book/iconfont/iconfont.woff?v040") format("woff"), url("https://pic.c-ctrip.com/flight_intl/book/iconfont/iconfont.ttf?v040") format("truetype"), url("https://pic.c-ctrip.com/flight_intl/book/iconfont/iconfont.svg?v040#iconfont") format("svg")
}

.iconf-tab-selected, .iconf-tab-hover, .iconf-tab-normal, .iconf-radio-unselect, .iconf-radio-selected, .iconf-question, .iconf-arrow-down, .iconf-arrow-up, .iconf-exchange, .iconf-search-btn, .iconf-check, .iconf-remove, .iconf-adult, .iconf-count-add, .iconf-count-del, .iconf-price-higher, .iconf-price-lower, .iconf-ow-arrow, .iconf-rt-arrow, .iconf-service, .iconf-search-more, .slider-prev-ico, .slider-next-ico, .iconf-scroll, .iconf-delete, .action-prev, .action-next, .iconf-warn {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale
}

.iconf-tab-selected {
  font-size: 16px;
  color: #333;
  margin-right: 6px
}

.iconf-tab-hover {
  font-size: 16px;
  margin-right: 6px;
  color: #fff
}

.iconf-tab-normal {
  font-size: 16px;
  margin-right: 6px;
  color: #DDDDDD
}

.iconf-radio-unselect {
  font-size: 16px;
  margin-right: 6px;
  color: #AAAAAA
}

.iconf-radio-selected {
  font-size: 16px;
  margin-right: 6px;
  color: #0086F6
}

.iconf-question {
  font-size: 16px;
  color: #89A0C2;
  cursor: help
}

.iconf-arrow-down, .iconf-arrow-up {
  font-size: 10px;
  color: #999;
  margin-left: 8px
}

.iconf-exchange {
  font-size: 30px
}

.iconf-search-btn {
  font-size: 18px;
  margin-right: 6px;
  color: #fff
}

.iconf-check {
  color: #0086F6
}

.iconf-remove {
  color: #666
}

.iconf-adult {
  color: #666;
  font-size: 24px
}

.iconf-count-add {
  color: #ccc;
  font-size: 12px
}

.iconf-count-del, .iconf-count-add {
  color: #0086F6;
  font-size: 12px
}

.iconf-price-higher {
  color: #FF6600;
  font-size: 12px;
  margin-right: 4px
}

.iconf-price-lower {
  color: #00A876;
  font-size: 12px;
  margin-right: 4px
}

.iconf-ow-arrow, .iconf-rt-arrow {
  color: #ccc;
  margin: 0 8px
}

.iconf-service {
  color: #00A876;
  font-size: 32px
}

.iconf-search-more {
  font-size: 14px;
  color: #0086F6
}

.slider-prev-ico, .slider-next-ico {
  font-size: 24px;
  color: #999999
}

.iconf-scroll {
  font-size: 24px;
  color: #fff
}

.iconf-delete {
  color: #666666;
  font-size: 16px
}

.action-prev, .action-next {
  color: #666666;
  font-size: 16px
}

.iconf-warn {
  font-size: 16px;
  color: #f70
}

.channel-main {
  padding-bottom: 50px;
  width: 100%;
  background: #EEF1F6
}

.seo_footer {
  width: 1180px;
  background: #fff;
  margin: 0 auto
}

.slider-v2 {
  background-color: #dde4ed
}

.search-box-tabs .tab-content {
  *zoom: 1
}

.search-box-tabs .tab-content::after {
  content: "";
  display: table;
  clear: both
}

.search-box-tabs {
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 60px
}

.search-box-tabs .nav-tabs {
  border-radius: 8px 8px 0 0;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  font-weight: 600
}

.search-box-tabs .nav-tabs > li {
  float: left;
  width: 16.66%;
  text-align: center;
  cursor: pointer;
  border-radius: 0px 0px 6px 0;
  color: #ddd;
  position: relative
}

.search-box-tabs .nav-tabs > li:last-child {
  float: right
}

.search-box-tabs .nav-tabs > li a {
  color: #ddd;
  display: block
}

.search-box-tabs .nav-tabs > li .iconf-tab-selected {
  display: none
}

.search-box-tabs .nav-tabs > li .iconf-tab-hover {
  display: none
}

.search-box-tabs .nav-tabs > li .iconf-tab-normal {
  display: inline-block
}

.search-box-tabs .nav-tabs > li:hover {
  color: #fff
}

.search-box-tabs .nav-tabs > li:hover a {
  color: #fff
}

.search-box-tabs .nav-tabs > li:hover .iconf-tab-selected {
  display: none
}

.search-box-tabs .nav-tabs > li:hover .iconf-tab-normal {
  display: none
}

.search-box-tabs .nav-tabs > li:hover .iconf-tab-hover {
  display: inline-block
}

.search-box-tabs .nav-tabs > li.active {
  z-index: 3
}

.search-box-tabs .nav-tabs > li.active:before {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: -8px;
  content: '';
  background: url("//pic.c-ctrip.com/fltcommon/index/ico/tab-active-left-buttom.png")
}

.search-box-tabs .nav-tabs > li.active:after {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: -7px;
  content: '';
  background: url("//pic.c-ctrip.com/fltcommon/index/ico/tab-active-right-buttom.png")
}

.search-box-tabs .nav-tabs > li.active:first-child:before, .search-box-tabs .nav-tabs > li.active:last-child:after {
  width: 0px;
  height: 0px
}

.search-box-tabs .nav-tabs > li.active .iconf-tab-selected {
  display: inline-block
}

.search-box-tabs .nav-tabs > li.active .iconf-tab-normal {
  display: none
}

.search-box-tabs .nav-tabs > li.active .iconf-tab-hover {
  display: none
}

.search-box-tabs .nav-tabs > li:hover {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 6px 6px 0 0;
  color: #fff
}

.search-box-tabs .nav-tabs > li.active {
  color: #333;
  background: #fff;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  z-index: 3;
  height: 48px;
  -webkit-box-shadow: 0 -10px 16px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 16px 1px rgba(0, 0, 0, 0.06)
}

.search-box-tabs .nav-tabs > li:first-child {
  border-radius: 6px 6px 0px 0
}

.search-box-tabs .nav-tabs > li:last-child {
  border-radius: 6px 6px 0px 0
}

.search-box-tabs .tab-content {
  background: #fff;
  padding: 24px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2
}

.search-box-tabs .tab-content-service {
  padding: 21px 24px 21px 0
}

@media screen and (max-width: 1440px) {
  body {
    background-color: #EEF1F6
  }

  .seo_footer {
    margin-top: 20px !important
  }

  .seo_domestic {
    padding-bottom: 20px !important
  }
}

@-webkit-keyframes fake-flights-bling {
  0% {
    opacity: .2
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: .2
  }
}

@keyframes fake-flights-bling {
  0% {
    opacity: .2
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: .2
  }
}

.low-price-reprot-container {
  width: 1180px;
  margin: 32px auto
}

.low-price-reprot-container .search-box {
  margin-bottom: 16px
}

 .low-price-reprot-container .search-box > .city-filter-container {
  display: inline-block
}

.low-price-reprot-container .city-filter-container {
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  width: 150px;
  height: 28px
}

.low-price-reprot-container .city-filter-container .form-input-v3 {
  border: none;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  width: 150px;
  height: 28px;
  padding: 0 0 0 8px;
  font-size: 14px
}

.low-price-reprot-container .city-filter-container .form-input-v3:focus, .low-price-reprot-container .city-filter-container .form-input-v3.focus {
  background: #F2F8FE;
  width: 148px;
  height: 26px;
  border: 1px solid #0086F6;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 6px
}

.low-price-reprot-container .city-filter-container .cflt-city-picker-selector-v2 {
  position: absolute;
  z-index: 100
}

.low-price-reprot-container .city-filter-container .iconf-arrow-down, .low-price-reprot-container .city-filter-container .iconf-arrow-up {
  position: absolute;
  top: 7px;
  right: 8px
}

.low-price-reprot-container-v2 {
  margin-bottom: 56px !important
}

.low-price-reprot-container-v2 .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .low-price-reprot-title-v2 {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 24px
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) > span:nth-of-type(1) {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  margin-right: 8px
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .city-filter-container {
  height: auto
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .city-filter-container .form-input-v3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  width: 156px;
  height: 38px;
  padding: 0 0 0 8px;
  font-size: 14px;
  outline: none;
  border: 1px solid #dddddd
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .city-filter-container .form-input-v3:focus {
  width: 156px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #0086F6;
  background: #ffffff
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .city-filter-container .cflt-city-picker-selector-v2 {
  position: absolute;
  z-index: 100;
  top: 42px
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .city-filter-container .iconf-arrow-down {
  position: absolute;
  top: 12px;
  right: 8px;
  display: none
}

.low-price-reprot-container-v2 .search-box > div:nth-of-type(1) .city-filter-container .iconf-arrow-up {
  position: absolute;
  top: 12px;
  right: 8px;
  display: none
}

.low-price-reprot-container-v2 .search-box > a:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0086f6;
  cursor: pointer;
  text-decoration: none
}

.low-price-reprot-container-v2 .search-box > a:nth-of-type(1) > span {
  font-size: 16px;
  line-height: 22px;
  margin-right: 2px
}

.low-price-reprot-container-v2 .search-box > a:nth-of-type(1) > i {
  font-size: 12px;
  line-height: 17px
}

.fake-low-price-map {
  width: 1180px;
  position: relative;
  height: 532px;
  display: block;
  background-color: #fff
}

.fake-low-price-map > div {
  position: absolute;
  background: #DDDDDD;
  -webkit-animation: fake-flights-bling 2s ease infinite;
  animation: fake-flights-bling 2s ease infinite
}

.fake-low-price-map .r0c0 {
  width: 86px;
  height: 18px;
  top: 21px;
  left: 16px
}

.fake-low-price-map .r1c0 {
  width: 304px;
  height: 64px;
  top: 60px;
  left: 16px
}

.fake-low-price-map .r2c0, .fake-low-price-map .r2c1, .fake-low-price-map .r3c0, .fake-low-price-map .r3c1, .fake-low-price-map .r4c0, .fake-low-price-map .r4c1, .fake-low-price-map .r5c0, .fake-low-price-map .r5c1 {
  width: 144px;
  height: 72px
}

.fake-low-price-map .r2c0, .fake-low-price-map .r3c0, .fake-low-price-map .r4c0, .fake-low-price-map .r5c0 {
  left: 16px
}

.fake-low-price-map .r2c1, .fake-low-price-map .r3c1, .fake-low-price-map .r4c1, .fake-low-price-map .r5c1 {
  left: 176px
}

.fake-low-price-map .r2c0, .fake-low-price-map .r2c1 {
  top: 148px
}

.fake-low-price-map .r3c0, .fake-low-price-map .r3c1 {
  top: 236px
}

.fake-low-price-map .r4c0, .fake-low-price-map .r4c1 {
  top: 324px
}

.fake-low-price-map .r5c0, .fake-low-price-map .r5c1 {
  top: 412px
}

.fake-low-price-map .map {
  width: 846px;
  right: 0;
  top: 0;
  bottom: 0
}

.service-guard {
  *zoom: 1
}

.service-guard::after {
  content: "";
  display: table;
  clear: both
}

.service-guard {
  width: 100%;
  background: #fff;
  padding-bottom: 40px
}

.service-guard .service-notice-con {
  width: 1180px;
  margin: 0 auto 40px
}

.service-guard .service-notice-left {
  float: left
}

.service-guard .service-notice-title {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin: 41px 0 18px 0;
  font-weight: 500
}

.service-guard .notice-list {
  font-size: 12px;
  line-height: 16px
}

.service-guard .notice-list a {
  color: #666666
}

.service-guard .notice-list a:hover {
  text-decoration: underline
}

.service-guard .notice-list li {
  margin-bottom: 8px
}

.service-guard .service-notice-right {
  float: right;
  width: 490px
}

.service-guard .download-app-first {
  margin-right: 64px
}

.service-guard .download-app {
  float: left;
  padding-left: 104px;
  position: relative;
  margin-top: 40px
}

.service-guard .download-app .qrcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 104px;
  border: 1px solid #DDDDDD
}

.service-guard .download-app .qrcode::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  right: -6px
}

.service-guard .download-app .qrcode-app {
  background-repeat: no-repeat;
  background-size: 88px 88px;
  background-position: 8px 8px;
  background-image: url("//pic.c-ctrip.com/fltcommon/index/ico/app-qrcode.jpg")
}

.service-guard .download-app .qrcode-wechat {
  background-repeat: no-repeat;
  background-size: 88px 88px;
  background-position: 8px 8px;
  background-image: url("//pic.c-ctrip.com/fltcommon/index/ico/qrcode_wechat2.png?v1")
}

.service-guard .download-app .download-con {
  margin-left: 19px
}

.service-guard .download-app .download-con h3 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 20px
}

.service-guard .download-app .download-con p {
  font-size: 12px;
  color: #999999;
  line-height: 20px
}

.seo_footer, .seo_domestic {
  *zoom: 1
}

.seo_footer::after, .seo_domestic::after {
  content: "";
  display: table;
  clear: both
}

.seo_footer {
  margin: 0 auto;
  width: 1180px;
  background: #fff
}

.seo_domestic {
  width: 100%;
  background: #fff
}

.seo_domestic .seo-content {
  margin: 0 auto;
  padding: 10px;
  width: 1180px;
  color: #999;
  border: 1px solid #DEDEDE
}

.seo_domestic .seo-content h3 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px
}

.seo_domestic .seo-content p {
  zoom: 1;
  margin-bottom: 5px;
  padding-left: 62px;
  overflow: hidden
}

.seo_domestic .seo-content p strong {
  float: left;
  margin-left: -62px;
  margin-right: 10px
}

.seo_domestic .seo-content p span {
  _display: inline;
  float: left;
  margin-right: 18px;
  width: 310px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.seo_domestic .seo-content p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  margin-right: 5px;
  color: #999
}

.airline_preference {
  clear: both;
  margin: 40px auto 0;
  width: 1180px
}

.airline_preference .preference-title {
  float: left;
  margin-bottom: 16px;
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 500
}

.airline_preference .airline-block {
  clear: both;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px
}

.airline_preference .airline-block .airline-box {
  overflow: hidden;
  display: inline-block;
  padding: 24px 24px 0;
  width: 1132px;
  height: 76px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0
}

.airline_preference .airline-block .airline-box .prev-block {
  z-index: 2;
  float: left;
  position: relative;
  left: -24px;
  width: 65px;
  height: 76px;
  background-color: #fff
}

.airline_preference .airline-block .airline-box .prev-block .prev-btn {
  margin-left: 20px;
  width: 24px;
  height: 76px
}

.airline_preference .airline-block .airline-box .prev-block .prev-btn .action-prev {
  position: relative;
  top: 26px
}

.airline_preference .airline-block .airline-box .prev-block .prev-btn:hover .action-prev {
  color: #0086F6
}

.airline_preference .airline-block .airline-box .airline-content {
  z-index: 1;
  overflow: hidden;
  position: relative;
  left: 0;
  float: left;
  margin: -76px 0 0 41px;
  min-width: 2216px;
  height: 76px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease
}

.airline_preference .airline-block .airline-box .airline-content .airline-item {
  float: left;
  margin-right: 10px;
  width: 94px;
  height: 74px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  cursor: pointer
}

.airline_preference .airline-block .airline-box .airline-content .airline-item:last-child {
  margin-right: 0
}

.airline_preference .airline-block .airline-box .airline-content .airline-item .airline-logo {
  margin: 10px 0 6px 6px;
  width: 32px;
  height: 32px
}

.airline_preference .airline-block .airline-box .airline-content .airline-item .airline-name {
  line-height: 16px;
  color: #666;
  font-size: 12px
}

.airline_preference .airline-block .airline-box .airline-content .airline-item:hover {
  border-color: #0086F6
}

.airline_preference .airline-block .airline-box .airline-content .airline-item:hover .airline-name {
  color: #0086F6;
  font-weight: 600
}

.airline_preference .airline-block .airline-box .airline-content .airline-item.active {
  background-color: rgba(0, 134, 246, 0.08);
  border-color: #0086F6
}

.airline_preference .airline-block .airline-box .airline-content .airline-item.active .airline-name {
  color: #0086F6;
  font-weight: 600
}

.airline_preference .airline-block .airline-box .airline-content.active {
  left: 65px;
  display: block
}

.airline_preference .airline-block .airline-box .next-block {
  z-index: 2;
  float: right;
  position: relative;
  top: -76px;
  right: -24px;
  width: 65px;
  height: 76px;
  background-color: #fff
}

.airline_preference .airline-block .airline-box .next-block .next-btn {
  margin-left: 20px;
  width: 24px;
  height: 76px
}

.airline_preference .airline-block .airline-box .next-block .next-btn .action-next {
  position: relative;
  top: 26px
}

.airline_preference .airline-block .airline-box .next-block .next-btn:hover .action-next {
  color: #0086F6
}

.airline_preference .airline-block .airline-info {
  display: inline-block;
  padding: 36px 24px;
  width: 1132px;
  height: 48px;
  background-color: #fff;
  border-radius: 0 0 8px 8px
}

.airline_preference .airline-block .airline-info .airline-logo {
  float: left;
  margin-top: -12px;
  width: 240px;
  height: 72px
}

.airline_preference .airline-block .airline-info .airline-history {
  float: right;
  margin-right: 40px;
  padding-right: 8px;
  width: 820px;
  height: 48px;
  line-height: 24px;
  color: #666;
  font-size: 12px;
  word-break: break-all
}

.airline_preference .airline-block .airline-info .airline-history .tooltip {
  position: relative;
  display: inline-block
}

.airline_preference .airline-block .airline-info .airline-history .tooltip .tooltip-text {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 28px;
  left: -790px;
  padding: 16px 20px;
  width: 806px;
  background-color: #fff;
  color: #666;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  -webkit-box-shadow: 0 7px 22px -7px rgba(0, 0, 0, 0.34);
  box-shadow: 0 7px 22px -7px rgba(0, 0, 0, 0.34)
}

.airline_preference .airline-block .airline-info .airline-history .tooltip .tooltip-text p {
  text-indent: 2em
}

.airline_preference .airline-block .airline-info .airline-history .tooltip:hover .tooltip-text {
  visibility: visible
}

.airline_preference .airline-block .airline-info .airline-history .history-detail {
  float: right;
  position: relative;
  top: -24px;
  color: #5678A8;
  cursor: pointer
}

.airline_preference .airline-block .airline-info .airline-history .history-detail:hover {
  color: #0086F6
}

.airline_preference .airline-block .line-isolation {
  margin-bottom: -8px;
  width: 100%;
  height: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEF1F6), to(rgba(238, 241, 246, 0)));
  background-image: linear-gradient(180deg, #EEF1F6 0%, rgba(238, 241, 246, 0) 100%)
}

.airline_preference .airline-block .airline-flight {
  padding: 24px;
  width: 1132px;
  background-color: #F6F8FA;
  color: #333;
  font-size: 14px;
  border-radius: 0 0 8px 8px
}

.airline_preference .airline-block .airline-flight .flight-departure {
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  line-height: 18px
}

.airline_preference .airline-block .airline-flight .flight-departure .departure-title {
  float: left;
  color: #999
}

.airline_preference .airline-block .airline-flight .flight-departure .departure-item {
  float: left;
  margin-left: 20px;
  cursor: pointer
}

.airline_preference .airline-block .airline-flight .flight-departure .departure-item:hover {
  color: #0086F6;
  font-weight: 600
}

.airline_preference .airline-block .airline-flight .flight-departure .active {
  color: #0086F6;
  font-weight: 600
}

.airline_preference .airline-block .airline-flight .flight-choice {
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all
}

.airline_preference .airline-block .airline-flight .flight-choice .ow-item, .airline_preference .airline-block .airline-flight .flight-choice .rt-item {
  float: left;
  margin: 0 8px 8px 0;
  padding: 12px 14px 10px;
  width: 247px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  cursor: pointer
}

.airline_preference .airline-block .airline-flight .flight-choice .ow-item:nth-child(4n), .airline_preference .airline-block .airline-flight .flight-choice .rt-item:nth-child(4n) {
  margin-right: 0px
}

.airline_preference .airline-block .airline-flight .flight-choice .ow-item:hover, .airline_preference .airline-block .airline-flight .flight-choice .rt-item:hover {
  border: 1px solid #0086F6
}

.airline_preference .airline-block .airline-flight .flight-choice .item-top {
  clear: both;
  height: 18px;
  line-height: 18px;
  font-size: 14px
}

.airline_preference .airline-block .airline-flight .flight-choice .item-top .flight {
  float: left;
  color: #333
}

.airline_preference .airline-block .airline-flight .flight-choice .item-top .flight .depart, .airline_preference .airline-block .airline-flight .flight-choice .item-top .flight .arrival {
  float: left;
  overflow: hidden;
  max-width: 70px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis
}

.airline_preference .airline-block .airline-flight .flight-choice .item-top .flight .iconf-ow-arrow, .airline_preference .airline-block .airline-flight .flight-choice .item-top .flight .iconf-rt-arrow {
  float: left;
  margin: 0 8px;
  color: #999;
  font-size: 12px;
  font-weight: normal
}

.airline_preference .airline-block .airline-flight .flight-choice .item-top .price {
  float: right;
  height: 12px;
  line-height: 12px;
  color: #f70;
  font-size: 12px
}

.airline_preference .airline-block .airline-flight .flight-choice .item-top .price .price-amoumt {
  margin-right: 2px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 600
}

.airline_preference .airline-block .airline-flight .flight-choice .item-main {
  clear: both;
  margin-top: 10px;
  line-height: 12px;
  color: #999;
  font-size: 12px
}

.airline_preference .airline-block .airline-flight .flight-choice .item-main .date {
  float: left
}

.airline_preference .airline-block .airline-flight .flight-choice .item-main .date .back {
  margin-left: 10px
}

.airline_preference .airline-block .airline-flight .flight-choice .item-main .discount {
  float: right
}

.announcement_block {
  display: inline-block;
  margin: -8px auto 14px;
  width: 1132px;
  height: 44px;
  line-height: 44px;
  background: #FFF8F2;
  color: #f70;
  font-size: 14px;
  text-align: left;
  border-radius: 4px
}

.announcement_block .iconf-warn {
  float: left;
  margin: 0 4px 0 16px
}

.announcement_block .title {
  float: left;
  width: 70px;
  font-weight: 600
}

.announcement_block .content {
  overflow: hidden;
  float: left;
  width: 974px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.announcement_block .detail-link {
  float: left;
  margin-left: 8px;
  color: #0086F6
}

.announcement_block .detail-link:hover {
  text-decoration: underline;
  cursor: pointer
}

.search-history .search-history-list, .search-history .search-history-list .item-top, .search-history .search-history-list .item-main, .service-list {
  *zoom: 1
}

.search-history .search-history-list::after, .search-history .search-history-list .item-top::after, .search-history .search-history-list .item-main::after, .service-list::after {
  content: "";
  display: table;
  clear: both
}

.search-history {
  margin-top: -34px
}

.search-history .title-action {
  display: inline-block;
  margin-bottom: 8px;
  height: 28px;
  line-height: 28px
}

.search-history .title-action h2 {
  float: left;
  color: #666;
  font-size: 14px;
  font-weight: 500
}

.search-history .title-action .clear-block {
  display: inline-block;
  margin-left: 24px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0;
  cursor: pointer;
  line-height: 18px
}

.search-history .title-action .clear-block .iconf-delete {
  line-height: 1;
  vertical-align: top;
  display: inline-block
}

.search-history .title-action .clear-block:hover {
  color: #0086F6
}

.search-history .title-action .clear-block:hover .iconf-delete {
  color: #0086F6
}

.search-history .search-history-list {
  width: 100%
}

.search-history .search-history-list .item-none-price {
  padding-right: 0;
}

.search-history .search-history-list li {
  float: left;
  padding: 16px;
  width: 25%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  cursor: pointer
}

.search-history .search-history-list li:hover {
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 4px 24px -10px rgba(0, 0, 0, 0.44);
  box-shadow: 0 4px 24px -10px rgba(0, 0, 0, 0.44);
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.search-history .search-history-list li:not(:last-child) {
  margin-right: 7px
}

.search-history .search-history-list .item-top {
  font-size: 14px;
  height: 18px;
  line-height: 18px
}

.search-history .search-history-list .item-top .flight {
  float: left;
  color: #333;
  font-size: 14px
}

.search-history .search-history-list .item-top .flight * {
  float: left
}

.search-history .search-history-list .item-top .flight .iconf-ow-arrow, .search-history .search-history-list .item-top .flight .iconf-rt-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYCAYAAACSuF9OAAAABGdBTUEAALGPC/xhBQAAAMFJREFUSA1jYBgFoyEwGgLDIARmzpyZMmvWLANivMJEjCIqqJH5////YaCjfAiZRS8HgdzBA8QbgI7KxecoejqIARhKzEA8CeioSatWrWLG5jBGoGQjNgkqi9kDHWKPbCYjI+MWAQGByLCwsC8o4sAE9x9ZgJ5soKMusLOz+8THxz+F2UvXKINZCqOBoWbw48ePk8BYgufAAXUQ1GHSQIfBcyDjQEYZLKRANDD6/gKpQmSxUfZoCIyGwGgIjIYAMAQAc1c6JLLJklAAAAAASUVORK5CYII=");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 13px;
  display: inline-block;
  margin: 3px 4px 0
}

.search-history .search-history-list .item-top .flight .iconf-rt-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYCAYAAACSuF9OAAAABGdBTUEAALGPC/xhBQAAAWZJREFUSA3llkFqg0AUhp0Q1KXQKzS9QxbuCl13WwSRovQWjccQDSLpyk3Xhe6yyCFyhqJLFdT+EzIwWpNayowNFYZ5Pifzf/pn3oyi/McriqLrse89GzvwN+PquraCINikaap+N48UoCOElef5e5IkV+egZAIpbduaRVHs4jhenIKaYRAR3Xrii6qqdmEYmr384ZbA23bogegcIaRCe3Rd94XXkmoZLwxX1KZpNvhSz3x+MiAGAagVvwIns4wBsR72bTVNu58j4bPklD0sVLAC76ZkuAxt+h96AOrNX8Gd67r+VpblEzwcLFSyQQkVpJtelmVrhJZsgL7eAYglYd8KcadQsWey+g4QFUXltGDfmlZSWRC8zhegI5SJCvqKmD8q+J7n+fyPRcSDWwc2vK2qqksI7nlRVNNWdBsEohCO4+yxApe0pPNQouOTQFTYtu0PwzBuEXaOCKKhRs3/k4P6qAkvZdAnWwfSW2hsKw8AAAAASUVORK5CYII=")
}

.search-history .search-history-list .item-top .flight .depart, .search-history .search-history-list .item-top .flight .arrival {
  max-width: 84px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.search-history .search-history-list .item-top .flight .arrival {
  max-width: 70px
}

.search-history .search-history-list .item-top .price {
  float: right;
  margin-top: -4px;
  height: 20px;
  line-height: 20px;
  color: #0086F6;
  font-size: 12px
}

.search-history .search-history-list .item-top .price .price-amoumt {
  margin-right: 2px;
  font-size: 16px;
  font-weight: 600
}

.search-history .search-history-list .item-top .price .price-tag {
  font-weight: 600
}

.search-history .search-history-list .item-top .search-price {
  float: right;
  height: 20px;
  line-height: 20px;
  color: #AAAAAA;
  margin-right: 18px;
  line-height: 20px;
  margin-top: -2px
}

.search-history .search-history-list .item-top .search-price .search-text {
  margin-right: 2px;
  font-size: 14px;
  text-align: right;
  display: inline;
  vertical-align: middle
}

.search-history .search-history-list .item-top .search-price .iconf-scroll {
  color: #AAAAAA;
  font-size: 12px
}

.search-history .search-history-list .item-main {
  margin-top: 5px;
  line-height: 16px;
  position: relative
}

.search-history .search-history-list .item-main .date {
  float: left;
  color: #999
}

.search-history .search-history-list .item-main .date .back {
  margin-left: 10px
}

.search-history .search-history-list .item-main .compare {
  position: absolute;
  right: 0
}

.search-history .search-history-list .item-main .compare .higher {
  color: #FF6600
}

.search-history .search-history-list .item-main .compare .lower {
  color: #00A876
}

.search-history .search-history-list .item-main .compare .no-change {
  color: #89A0C2
}

.service-list {
  margin: 0 auto;
  padding: 44px 0;
  width: 1180px;
  background: #fff;
  border-bottom: 1px solid #DEDEDE
}

.service-list li {
  float: left;
  position: relative;
  padding-left: 48px;
  height: 44px;
  border-right: 1px dashed #ddd
}

.service-list li .iconf-service {
  position: absolute;
  top: -3px;
  left: 0
}

.service-list li:last-child {
  border: none
}

.service-list li a {
  display: block;
  outline: none
}

.service-list .safe-service {
  margin-left: 109px;
  padding-right: 45px;
  width: 214px
}

.service-list .safe-price {
  padding-right: 72px
}

.service-list .safe-promise, .service-list .safe-price {
  margin-left: 72px
}

.service-list .service-title {
  margin-bottom: 3px;
  line-height: 20px;
  color: #333333;
  font-size: 16px
}

.service-list .service-des {
  line-height: 18px;
  color: #666666;
  font-size: 14px
}

.smooth-v1 .search-history-animate {
  height: 0
}

.smooth-v1 .low-price-report-slide-down {
  height: 0
}


#__next .channel-body{margin-top:-54px}#__next .page-header-footer-v2 .channel-body{margin-top:0}#__next .page-header-footer-v2 .channel-main .wrapper{z-index:75;padding-top:16px;margin-top:0}#__next .page-header-footer-v2 .channel-main .wrapper .search-history .title-action{height:auto;line-height:1.3}#__next .page-header-footer-v2 .channel-main .wrapper .search-history .title-action h2{color:#333;font-family:PingFangSC-Regular;font-size:14px;font-weight:normal;height:18px;letter-spacing:0px;line-height:18px;width:98px}#__next .page-header-footer-v2 .channel-main .wrapper .search-history-list{display:-webkit-box;display:-ms-flexbox;display:flex}#__next .page-header-footer-v2 .channel-main .wrapper .search-history-list li{margin:0 0 0 16px;height:76px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 4px 16px 1px rgba(0,0,0,.06);box-shadow:0px 4px 16px 1px rgba(0,0,0,.06)}#__next .page-header-footer-v2 .channel-main .wrapper .search-history-list li:first-child{margin-left:0}#__next .page-header-footer-v2 .channel-main .wrapper .search-history-list li .item-top .flight{color:#333;font-family:PingFangSC-Semibold;font-size:14px;font-weight:600;height:18px;letter-spacing:0px;line-height:18px;width:28px;float:none}#__next .page-header-footer-v2 .channel-main .wrapper .search-history-list li .item-main{margin-top:8px}#__next .page-header-footer-v2 .channel-main .wrapper .search-history-list li .item-main .date{color:#999;font-family:PingFangSC-Regular;font-size:12px;font-weight:normal;height:16px;letter-spacing:0px;line-height:16px;width:103px;float:none}#__next .page-header-footer-v2 .date-components input{font-family:Helvetica Neue,Tahoma,Arial,PingFangSC-Regular,Hiragino Sans GB,Microsoft Yahei,sans-serif}

/*# sourceMappingURL=https://sourcemap.ares.tripws.com/modules/flight/flight_online_project/map/static/css/63766493a7cffffb.css.map*/