﻿@charset "UTF-8";
.newsearch .add-leg a, .newsearch .btn {
  border-radius: 3px;
}

.bw-calendar .bw-cal-prev:before, .bw-calendar .bw-cal-prev:hover:before, .bw-calendar .bw-cal-next:before, .bw-calendar .bw-cal-next:hover:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

/*租车、签证主题颜色*/
.icon-go:before {
  content: "\e68d";
}

.icon-cart:before {
  content: "\e690";
}

.shoping-cart-side {
  box-shadow: #666 1px 2px 10px;
  width: 250px;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
  display: block;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=280, Color='#cccccc')";
}

.shoping-cart-side .con-bd {
  overflow: auto;
}

.shoping-cart-side .inner {
  width: 250px;
  position: relative;
}

.shoping-cart-side .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.shoping-cart-side .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #666;
}

.shoping-cart-side .close-btn:before {
  content: "\e62a";
  font-size: 18px;
}

.shoping-cart-side .close-btn:hover {
  text-decoration: none;
  color: red;
}

.shoping-cart-side .cost-title {
  margin-top: 20px;
  text-align: center;
  background-color: #f6f6f6;
}

.shoping-cart-side .product-tit {
  border-bottom: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 5px;
}

.shoping-cart-side .sub-tit {
  font-weight: bold;
}

.shoping-cart-side .flight-date {
  margin-bottom: 5px;
}

.shoping-cart-side .flight-date:last-child {
  margin-bottom: 0;
}

.shoping-cart-side .products-item {
  margin-bottom: 10px;
}

.shoping-cart-side .products-cost {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.shoping-cart-side .products-cost:last-child {
  border-bottom: none;
}

.shoping-cart-side .cost-tit {
  font-weight: bold;
}

.shoping-cart-side .total-cost {
  font-size: 16px;
}

.shoping-cart-side .price {
  color: #ff6a00;
}

.shoping-cart-side .submit {
  display: block;
  background-color: red;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  margin-top: 10px;
  cursor: pointer;
  overflow: hidden;
  line-height: 30px;
}

.shoping-cart-side .submit .small-font {
  font-size: 12px;
}

.shoping-cart-side .submit:hover {
  text-decoration: none;
}

.shoping-cart-side .icon-go {
  margin-left: 5px;
  font-size: 18px;
}

.shoping-cart-side .big-submit {
  padding: 10px 10px;
}

.shoping-cart {
  width: 110px;
  background: #ebebeb;
  color: #333;
  height: 35px;
  border-radius: 4px;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
}

.shoping-cart > a {
  display: block;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
}

.shoping-cart > a:hover {
  text-decoration: none;
}

.shoping-cart .txt {
  font-size: 14px;
  margin-left: 10px;
}

.shoping-cart .icon-cart {
  position: relative;
}

.shoping-cart .icon-cart:before {
  content: "\e690";
  font-size: 20px;
}

.shoping-cart .icon-cart em {
  position: absolute;
  right: -10px;
  top: -20px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: red;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

.shoping-cart .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #bbbbbb;
  border-style: solid;
  margin-left: 5px;
}

/*-------------图标字体    begin---------------*/
/*一起飞站群*/
@font-face {
  font-family: 'iconfont';
  /* project id："5893" */
  src: url("//at.alicdn.com/t/font_1476252825_6378644.eot");
  src: url("//at.alicdn.com/t/font_1476252825_6378644.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1476252825_6378644.woff") format("woff"), url("//at.alicdn.com/t/font_1476252825_6378644.ttf") format("truetype"), url("//at.alicdn.com/t/font_1476252825_6378644.svg#iconfont") format("svg");
}

.iconfont {
  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;
}

[class^="icon-"], [class*=" icon-"] {
  position: relative;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-right: 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*-------------图标字体    end---------------*/
/*reset*/
body, form, div, span, ul, ol, li, p, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6, em, a, fieldset, legend, address, label, textarea, select, input, figure, table, th, td, b, i {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.6;
  overflow-y: scroll;
}

body, input, select, button, textarea {
  font-size: 12px;
  font-family: 'Microsoft YaHei', Tahoma, Geneva,sans-serif;
}

fieldset, img {
  border: 0;
}

ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

img {
  border: 0;
}

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

a {
  text-decoration: none;
  color: #08549C;
}

a:hover {
  text-decoration: underline;
  color: #2891d4;
}

a:focus, input, button, select, textarea {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-variant: normal;
}

input, select {
  vertical-align: middle;
}

legend {
  display: none;
}

textarea {
  resize: none;
}

.placeholder {
  color: #aaa !important;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*reset    end*/
html, body {
  height: 100%;
}

body > .big_wrap {
  height: auto;
  min-height: 100%;
  min-width: 1020px;
  overflow-x: hidden;
}

/* */
.padding-foot {
  padding-bottom: 260px;
}

.blue {
  color: #1894D4;
}

.red {
  color: #d13f3f;
}

.orange {
  color: #F87409;
}

.green {
  color: #00a300;
}

.gray {
  color: #666;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.gray3 {
  color: #333;
}

.gray6 {
  color: #666;
}

.gray9 {
  color: #999;
}

.ft12 {
  font-size: 12px;
}

.ft14 {
  font-size: 14px;
}

.ft15 {
  font-size: 15px;
}

.ft16 {
  font-size: 16px;
}

.ft18 {
  font-size: 18px;
}

.ft20 {
  font-size: 20px;
}

.ft24 {
  font-size: 24px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

/*圆角*/
.round3 {
  border-radius: 3px;
}

.round6 {
  border-radius: 6px;
}

.v-top {
  vertical-align: top;
}

.sub-area {
  float: right;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.wrapper > .pop-con {
  text-align: center;
  margin: 150px;
  font-size: 14px;
}

.yahei {
  font-family: "Microsoft Yahei";
}

.fontb {
  font-weight: bold;
}

.mb40 {
  margin-bottom: 40px;
}

/*位置导航*/
.crumb-box {
  margin: 10px 0;
  color: #666;
}

.crumb-box a {
  color: #666;
}

/*渐变*/
.gradient {
  /* Webkit: Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdaa0a, #e45d00);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fdaa0a, #e45d00);
  /* IE 10 */
  background: -ms-linear-gradient(top, #fdaa0a, #e45d00);
  /* IE < 10 */
  /* 注意：这一行必须写在最后 */
  FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fdaa0a, endColorStr=#e45d00);
}

/*分页*/
.pagination {
  margin: 15px 3px;
  padding: 7px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-top: #ccc 1px solid;
  color: #000;
  margin: 2px;
  padding: 2px 5px;
  text-decoration: none;
}

.pagination span.current {
  background-color: #1894D4;
  border: #1894D4 1px solid;
  color: #fff;
  font-weight: 700;
  margin: 2px;
  padding: 2px 5px;
}

ul.pagination > li > a {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-top: #ccc 1px solid;
  color: #000;
  margin: 2px;
  padding: 2px 5px;
  text-decoration: none;
}

.pagination li.active span {
  background-color: #1894D4;
  border: #1894D4 1px solid;
  color: #fff;
  font-weight: 700;
  margin: 2px;
  padding: 2px 5px;
}

.pagination li.disabled span {
  border-bottom: #eee 1px solid;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  border-top: #eee 1px solid;
  color: #ddd;
  margin: 2px;
  padding: 2px 5px;
}

.pagination span.disabled {
  border-bottom: #eee 1px solid;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  border-top: #eee 1px solid;
  color: #ddd;
  margin: 2px;
  padding: 2px 5px;
}

.pagination a:hover, div.yellow a:active {
  border: #1894D4 1px solid;
  color: #000;
}

/*文本输入框 公告样式*/
.textarea {
  border: 1px solid #eee;
  width: 100%;
  box-shadow: 1px 1px 3px #eee inset;
  border-radius: 2px;
}

/*头部*/
.header {
  background-position: center top;
}

.header .inner {
  height: 105px;
}

.header .logobox {
  float: left;
}

.header .logo {
  display: block;
  height: 105px;
}

.header .logo img {
  height: 80px;
  margin-top: 13px;
}

.header .extra {
  margin-left: 210px;
  position: relative;
  overflow: hidden;
  height: 100px;
}

.header .top-menu {
  position: absolute;
  top: 12px;
  right: 0;
}

.header .top-menu a {
  color: #1894D4;
}

.header .top-menu .line {
  color: #1894D4;
  margin: 0 5px;
}

.header .bottom-wrap {
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 50px;
}

.header .trust {
  display: inline-block;
  float: left;
}

.header .tel {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  float: left;
}

.header .tel .tit {
  margin-bottom: -5px;
  padding-top: 5px;
}

.header .tel .number {
  color: #ff8f00;
  font-family: Georgia,Arial;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

/*整站导航*/
.nav {
  background-color: #00204d;
  height: 50px;
  margin-bottom: 10px;
}

.nav .main-nav {
  overflow: hidden;
}

.nav .main-nav a {
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 18px;
  margin-right: 1px;
}

.nav .main-nav a:hover {
  text-decoration: none;
  background-color: #244a7e;
}

.nav .main-nav .select {
  background-color: #244a7e;
}

.nav .user-menu {
  width: 150px;
  position: absolute;
  right: 0;
}

.nav .user-menu .menu-item {
  line-height: 50px;
  height: 50px;
  text-align: center;
}

.nav .user-menu .menu-item .my-home .login-name {
  font-size: 12px;
  display: block;
  text-align: left;
  margin: 5px 0 0 8px;
  line-height: 15px;
  width: 100px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav .user-menu .menu-item .my-home .login-header {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 10px;
}

.nav .user-menu .menu-item .my-home .login-header img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
}

.nav .user-menu .menu-item:hover .my-home {
  height: 50px;
  line-height: 50px;
  text-align: left;
}

menu-item .nav .user-menu .menu-item:hover .my-home {
  background: #244a7e;
  line-height: 50px;
}

.nav .user-menu .menu-item:hover .no-login-wrap {
  background: #244a7e;
}

.nav .user-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 5px;
  position: relative;
  z-index: 999;
}

.nav .user-menu li .no-login-wrap i {
  display: inline-block;
  margin: 0 5px;
}

.nav .user-menu li .no-login-wrap:hover {
  background: #003680;
}

.nav .user-menu li .no-login-title {
  float: none;
  display: inline-block;
}

.nav .user-menu .menu-item:hover .drop-down {
  display: block;
}

.nav .user-menu .drop-down {
  background: #fff;
  line-height: 35px;
  display: none;
  position: relative;
  z-index: 110;
  border: 1px solid #ccc;
  border-top: none;
}

.nav .user-menu .drop-down a {
  color: #36c;
  padding: 5px 0;
}

.nav .user-menu .drop-down a:hover {
  background: #e5f0ff;
}

.nav .user-menu .drop-down .my-center {
  background: #1894d4;
  line-height: 45px;
  color: #fff;
}

.nav .user-menu .drop-down .my-center:hover {
  background: #1894d4;
}

.nav .user-menu .icon-user:before {
  content: "\e603";
  font-size: 22px;
}

.nav .user-menu .icon-down-arrow2:before {
  content: "\e606";
  font-size: 18px;
  margin-top: -5px;
  float: right;
  color: #fff;
  margin-left: 5px;
}

.nav .user-menu .icon-down-arrow4:before {
  content: "\e606";
  font-size: 18px;
  margin-top: -20px;
  float: right;
  color: #fff;
  margin-left: 5px;
}

.icon-down-arrow3:before {
  content: "\e62c";
  font-size: 12px;
  color: #000;
}

.icon-refresh:before {
  content: "\e650";
  font-size: 18px;
  color: #ccc;
  font-weight: bold;
  margin-right: 8px;
}

.consultant .c-buttom a:hover .icon-refresh:before {
  color: #f90;
}

.nav .user-menu .icon-home:before {
  content: "\e602";
  font-size: 22px;
}

.nav .user-menu .icon {
  background: url(../images/index_home.png) no-repeat 0 0;
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/*整站搜索公共框 begin*/
.domes-newsearch .newsearch-leg {
  background: no-repeat;
}

.newsearch .noline {
  background: none;
}

.newsearch-condition {
  position: relative;
  font-size: 14px;
}

.newsearch .newsearch-segment dl:last-child {
  background: none;
}

.newsearch .newsearch-segment dl dd:last-child {
  background: none;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  width: 100%;
}

.newsearch-leg {
  margin-bottom: 5px;
  background: url(../images/condition_bg1.gif) scroll no-repeat 6px 25px;
  padding-left: 26px;
}

.newsearch-leg dt {
  margin-bottom: 10px;
  height: 20px;
  position: relative;
}

.newsearch-leg dt label {
  margin-right: 5px;
}

.newsearch-leg dt input {
  margin-right: 2px;
}

.newsearch-leg dd {
  margin: 0 10px 10px 0;
  overflow: hidden;
}

.newsearch-leg .leg-tit {
  color: #ff8f00;
  position: absolute;
  left: -27px;
  top: 0;
  padding-left: 25px;
}

.newsearch-leg .icon-plane:before {
  content: "\e60b";
  position: absolute;
  left: -2px;
  top: -5px;
  font-size: 20px;
}

.newsearch-leg .close-btn {
  display: block;
  right: 0;
  top: 0;
  width: 13px;
  line-height: 10px;
  height: 13px;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  background-color: #ff8f00;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
}

.newsearch-leg .close-btn:hover {
  background-color: #ffa533;
}

.newsearch .add-leg {
  overflow: hidden;
  margin-right: 25px;
}

.newsearch .add-leg a {
  /* Fallback for sad browsers */
  background-color: #1894d4;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(#37ace8, #1894d4);
  /* Opera */
  background-image: -o-linear-gradient(#37ace8, #1894d4);
  /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #37ace8), color-stop(1, #1894d4));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-linear-gradient(#37ace8, #1894d4);
  /* IE10 */
  background-image: -ms-linear-gradient(#37ace8, #1894d4);
  /* W3C */
  background-image: linear-gradient(#37ace8, #1894d4);
}

.newsearch .add-leg a:hover {
  /* Fallback for sad browsers */
  background-color: #1894d4;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(#4eb5eb, #1894d4);
  /* Opera */
  background-image: -o-linear-gradient(#4eb5eb, #1894d4);
  /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4eb5eb), color-stop(1, #1894d4));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-linear-gradient(#4eb5eb, #1894d4);
  /* IE10 */
  background-image: -ms-linear-gradient(#4eb5eb, #1894d4);
  /* W3C */
  background-image: linear-gradient(#4eb5eb, #1894d4);
}

.newsearch .add-leg .sym {
  display: none;
  width: 10px;
  text-indent: 0;
}

.newsearch .addback-btn {
  display: block;
  width: 115px;
  height: 28px;
  line-height: 28px;
  text-indent: 13px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  float: left;
  margin-right: 10px;
}

.newsearch .addback-btn:before {
  content: "\e60e";
  margin-right: 5px;
  font-size: 14px;
}

.newsearch .add-btn {
  display: block;
  width: 130px;
  height: 28px;
  line-height: 28px;
  text-indent: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  float: left;
}

.newsearch .add-btn:before {
  content: "\e60f";
  margin-right: 5px;
  font-size: 20px;
}

.addback-btn:hover, .add-btn:hover {
  color: #fff;
  text-decoration: none;
}

.newsearch .btn-box {
  margin-top: 20px;
}

/*乘客与操作*/
.newsearch .passenger-info li {
  padding-bottom: 10px;
}

.newsearch .passenger-info label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
}

.newsearch .passenger-info select {
  border: 1px solid #b6b6b6;
  padding: 3px;
}

/*搜索按钮 */
.newsearch .btn {
  width: 259px;
  height: 50px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-right: 25px;
  /* Fallback for sad browsers */
  background-color: #cc7200;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(#ff9a1a, #cc7200);
  /* Opera */
  background-image: -o-linear-gradient(#ff9a1a, #cc7200);
  /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9a1a), color-stop(1, #cc7200));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-linear-gradient(#ff9a1a, #cc7200);
  /* IE10 */
  background-image: -ms-linear-gradient(#ff9a1a, #cc7200);
  /* W3C */
  background-image: linear-gradient(#ff9a1a, #cc7200);
}

.newsearch .btn:hover {
  /* Fallback for sad browsers */
  background-color: #d17500;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(#ffa533, #d17500);
  /* Opera */
  background-image: -o-linear-gradient(#ffa533, #d17500);
  /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa533), color-stop(1, #d17500));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-linear-gradient(#ffa533, #d17500);
  /* IE10 */
  background-image: -ms-linear-gradient(#ffa533, #d17500);
  /* W3C */
  background-image: linear-gradient(#ffa533, #d17500);
}

/*航程*/
.newsearch label {
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  font-size: 14px;
}

.newsearch .inptext {
  width: 180px;
  height: 28px;
  padding: 0 3px;
  padding-left: 8px;
  line-height: 28px;
  border: 1px solid #b6b6b6;
  color: #333;
}

.newsearch .icon-down-arrow:before {
  content: "\e60a";
}

.newsearch .icon-calendar:before {
  content: "\e605";
}

.newsearch [class^='icon-'] {
  position: relative;
  display: inline-block;
}

.newsearch [class^='icon-']:before {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
}

/*整站搜索公共框 end*/
/*footer底部开始*/
.footer {
  padding: 25px 0 15px 0;
  background: #F9F8F8;
  margin-top: 0;
  color: #666;
  overflow: hidden;
  zoom: 1;
  border-top: 1px solid #e1e1e1;
}

.w_footer {
  clear: both;
  position: relative;
  z-index: 10;
  margin-top: -240px;
  min-width: 1020px;
}

.bottom_mod {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  position: relative;
  height: 220px;
}

.bottom_mod .help-wrap {
  float: left;
}

.bottom_mod .help-wrap a {
  color: #666;
}

.bottom_mod .help-wrap a:hover {
  color: #f87409;
}

.bottom_mod dl {
  display: block;
  float: left;
  width: 110px;
  margin-left: 10px;
}

.bottom_mod dt {
  padding: 0 0 0 10px;
  border-left: 3px solid #ff8f00;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
}

.bottom_mod dd {
  padding: 10px 0 0 10px;
}

.bottom_mod dd li {
  height: 24px;
  line-height: 24px;
}

.bottom_mod dd a {
  color: #FFF;
  text-decoration: none;
}

.bottom_mod dd a:hover {
  color: #f87409;
}

.bottom_mod p a {
  color: #666;
  text-decoration: none;
}

.bottom_mod p a:hover {
  text-decoration: underline;
}

.quamod {
  margin-left: 20px;
  width: 355px;
  position: absolute;
  right: 0;
  top: 0;
}

.telphone {
  float: right;
  width: 355px;
  height: 135px;
  overflow: hidden;
}

.telphone p {
  text-align: right;
  color: #666;
  padding: 1px;
}

.telphone p span {
  font-size: 24px;
  color: #ff8f00;
  font-size: 26px;
  font-family: Georgia,Arial;
  line-height: 26px;
}

.quamod ul {
  padding-left: 30px;
}

.quamod li, .bottom_mod p i {
  background: url(../images/foot_icp.png) no-repeat;
}

.quamod li {
  float: left;
  width: 85px;
  padding: 42px 0 0;
  line-height: 26px;
  text-align: center;
}

.quamod li a {
  color: #666;
  text-decoration: none;
}

.quamod .qua-1 {
  background-position: 20px 5px;
}

.quamod .qua-2 {
  background-position: -57px 5px;
}

.quamod .qua-3 {
  background-position: -130px 5px;
  width: 67px;
}

.quamod .qua-4 {
  background-position: -190px 5px;
}

/*互动评论列表*/
.news-tabbox {
  margin-bottom: 20px;
}

.feed-outer {
  height: 290px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.marquee {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #fff;
}

.marquee-show {
  z-index: 1;
}

.feed-list .list {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 10px 0;
}

.feed-list .list:last-child {
  border-bottom: 0;
}

.feed-list .view {
  float: left;
}

.feed-list .cont {
  margin-left: 60px;
}

.feed-list .time {
  color: #999;
  margin-right: 5px;
}

.feed-list .cont a {
  color: #36c;
}

.feed-list .title {
  color: #333;
}

.feed-list .info {
  color: #666;
  margin: 5px 0;
}

.feed-list .handle a {
  margin-left: 10px;
}

/*搜索历史*/
.newsearch-history {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 10px;
  width: 180px;
  font-family: 'Microsoft YaHei';
  overflow: hidden;
}

.newsearch-history dt {
  font-size: 11px;
}

.newsearch-history a {
  color: #36c;
  text-decoration: none;
  font-size: 11px;
}

.newsearch-history dd {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  display: block;
}

.newsearch-history a:hover {
  text-decoration: underline;
}

/*选择我们的服务*/
.ours-servies .bd {
  padding: 10px;
  overflow: hidden;
}

.ours-servies .bd li {
  float: left;
  margin-bottom: 10px;
}

.ours-servies .bd .link {
  display: block;
  width: 100px;
  padding-left: 80px;
  position: relative;
  height: 75px;
  color: #666;
}

.ours-servies .bd .pic {
  position: absolute;
  left: 0;
  top: 0;
}

.ours-servies .bd .pic img {
  width: 75px;
  height: 75px;
}

/*预订步骤*/
.flow-step {
  overflow: hidden;
  width: 100%;
}

.flow-step .flights-h1 {
  color: #FF6C00;
  float: left;
  font-size: 18px;
  margin: 0 0 15px;
  font-family: 'Microsoft YaHei';
}

.flow-step .progress {
  float: right;
  margin-top: 5px;
}

.flow-step .progress li {
  float: left;
}

.flow-step .pg-leftbg,
.flow-step .pg-link,
.flow-step .pg-active,
.flow-step .pg-next,
.flow-step .pg-rightbg {
  background: url(../images/progress_base.png) scroll no-repeat 0 0 transparent;
}

.flow-step .pg-leftbg {
  width: 10px;
  height: 9px;
  background-position: left top;
}

.flow-step .pg-link {
  padding: 0 20px;
  background-position: 50% top;
  cursor: pointer;
}

.flow-step .pg-active {
  padding: 0 20px;
  background-position: 50% top;
}

.flow-step .pg-next {
  padding: 0 20px;
  background-position: 50% top;
}

.flow-step .pg-rightbg {
  width: 10px;
  height: 9px;
  background-position: right top;
}

.flow-step .pg-link .pgico,
.flow-step .pg-active .pgico,
.flow-step .pg-next .pgico {
  width: 100%;
  *width: 50px;
  height: 10px;
  background: url(../images/progress_dots.png) scroll no-repeat 50% top transparent;
}

.flow-step .pg-link .pgico {
  background-position: 50% -20px;
}

.flow-step .pg-active .pgico {
  background-position: 50% -10px;
}

.flow-step .pg-link .pgtext a {
  text-decoration: underline;
  color: #36c;
}

.flow-step .pg-active .pgtext {
  color: #ff8f00;
}

/*弹出框*/
.popover {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 500px;
  min-height: 200px;
  padding: 1px;
  background: #fff;
}

.popover .popover-header {
  background-color: #f7f7f7;
  text-indent: 10px;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
}

.popover .popover-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
}

.popover .popover-header .close:hover {
  color: #999;
}

.popover .popover-content {
  padding: 30px;
}

.popover .popover-footer {
  padding: 30px;
  text-align: center;
}

.popover .popover-footer button, .popover .popover-footer input {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 180px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
  text-align: center;
}

.popover .popover-footer .primary-btn {
  background-color: #FDAA0A;
  color: #fff;
}

.popover .popover-footer .primary-btn:hover {
  background-color: #ffb424;
}

.popover .popover-footer .default-btn {
  background-color: #e8e8e8;
  color: #666;
}

.popover .popover-footer .default-btn:hover {
  color: #777;
}

/*404页面、出错页面*/
.error-page {
  width: 550px;
  margin: 0 auto;
  padding: 200px;
  margin-top: 60px;
  color: #1d5c86;
}

.error404 {
  background: url(../images/icon_404.png) no-repeat center 0;
}

.error {
  background: url(../images/icon_error.png) no-repeat center 0;
}

.error-page .txt {
  /*background: url(../images/midde-line.png) repeat-x 0 center;*/
  line-height: 60px;
  margin: 30px 0;
}

.error-page .txt span {
  font-size: 40px;
  font-weight: bold;
  color: #1d5c86;
  display: block;
  /*background: #fff;*/
  padding: 0 10px;
}

.error404 .txt span {
  width: 170px;
  margin: 0 auto;
}

.error .txt span {
  width: 150px;
  margin: 0 auto;
}

.error-page p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.error-page p i {
  margin: 0 10px;
}

.error-page p a {
  color: #f87409;
  display: inline-block;
  border-bottom: 1px dashed #f87409;
  text-decoration: none;
}

.error-page .info {
  font-size: 24px;
}

.error-page .note {
  font-size: 13px;
}

.overtime {
  background: url("../images/icon_remind.png") no-repeat scroll center 100px transparent;
}

.overtime .note {
  text-align: left;
  margin-bottom: 5px;
}

.overtime .txt span {
  font-size: 26px;
  margin: 0 auto;
  width: 400px;
}

.error-shade-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  padding-top: 100px;
  background: none repeat scroll 0 0 rgba(30, 30, 30, 0.7) !important;
  filter: alpha(opacity=80);
  background: #000;
}

/*遮罩层*/
.error-box {
  width: 660px;
  height: 370px;
  margin: 0 auto;
  background-color: #c1c1c1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 12px;
}

.error-box .error-con {
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 100%;
}

.error-box .hd {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 16px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}

.error-box .hd a {
  color: #b2b2b2;
}

.error-box .info {
  padding: 40px 75px;
  height: 100%;
}

.error-box .txt {
  background: url(../images/icon_remind.png) no-repeat 30px 15px;
  padding: 0 20px 50px 180px;
  border-bottom: 1px dashed #e1e1e1;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.error-box .txt em {
  font-size: 14px;
  color: #429cd8;
}

.error-box .txt em i {
  margin-right: 15px;
}

.error-box a, .error-box strong {
  color: #f87409;
  text-decoration: none;
}

.error-box a i {
  display: inline-block;
  border-bottom: 1px dashed #f87409;
}

/*超时*/
.overtime-con {
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 100%;
  width: 550px;
  margin: 0 auto 60px;
  color: #1d5c86;
}

.overtime-con .hd {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 16px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}

.overtime-con .hd a {
  color: #b2b2b2;
}

.overtime-con .info {
  padding: 40px 75px;
  height: 100%;
}

.overtime-con .txt {
  background: url(../images/icon_remind.png) no-repeat 5px 15px;
  padding: 32px 20px 50px 180px;
  border-bottom: 1px dashed #e1e1e1;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.overtime-con a, .overtime-con strong {
  color: #f87409;
  text-decoration: none;
}

.overtime-con a i {
  display: inline-block;
  border-bottom: 1px dashed #f87409;
}

/*过于频繁*/
.often-page {
  width: 540px;
  margin: 0 auto;
  margin: 135px auto 50px;
}

.often01 {
  background: url(../images/icon_often01.png) no-repeat 0 0;
  padding-left: 235px;
}

.often02 {
  background: url(../images/icon_often02.png) no-repeat 0 0;
  padding-left: 90px;
}

.often-page .title {
  color: #1d5c86;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.often-page .note {
  color: #999;
  margin: 20px 0;
}

.often-page .captcha {
  width: 60px;
  height: 35px;
  margin-right: 20px;
}

.often-page .text-box {
  padding: 5px;
  margin: 10px 0;
}

.often-page .submit {
  color: #fff;
  border: none;
  padding: 8px 30px;
  font-size: 18px;
  background-color: #F87409;
  cursor: pointer;
}

.often-page .submit:hover {
  background-color: #e45d00;
}

.often02 .txt {
  font-style: italic;
  font-size: 52px;
  font-weight: bold;
  color: #b3c6d8;
}

.often-page .info {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}

/*loading*/
.flightLoadingBox {
  margin: 10px;
}

.flightLoadingBox .loading-bd {
  margin: 0 auto;
  width: 260px;
  /*height: 60px;*/
  line-height: 35px;
  background: #fff url(../images/loading.gif) no-repeat 35px 25px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 20px 0;
}

.flightLoadingBox .text {
  margin-left: 80px;
  font-size: 14px;
}

/*通用快递*/
.express-info {
  border: 1px solid #edecd7;
  border-radius: 3px;
  padding: 10px;
  padding-bottom: 0;
  background-color: #fffff8;
  margin-top: 10px;
}

.express-info .add-address {
  margin-bottom: 10px;
}

.express-info .address-list .hd, .express-info .add-address .hd {
  border-bottom: 1px solid #eee;
  height: 25px;
  line-height: 25px;
}

.express-info .address-list .list {
  border: 1px solid #ccc;
  padding: 5px;
  display: block;
  float: left;
  margin-bottom: 10px;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  min-width: 150px;
}

.express-info .address-list .active {
  border: 1px solid #FF6C00;
  background-color: #fff;
}

.express-info .address-list .bd, .express-info .add-address .bd {
  padding: 10px;
}

.express-info .address-list .bd {
  line-height: 20px;
  padding-bottom: 0;
}

.express-info .address-list .name {
  color: #333;
}

.express-info .address-list .address {
  color: #666;
}

.express-info .address-list .list:hover {
  text-decoration: none;
  border: 1px solid #ff6c00;
  background-color: #fff;
}

.express-info .address-list .add-btn {
  font-size: 30px;
  line-height: 70px;
  font-weight: bold;
  vertical-align: middle;
  color: #999;
  padding: 0 20px;
  display: block;
}

.express-info .address-list .alter {
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
}

.express-info .address-list .list:hover .alter {
  display: block;
}

.express-info .address-list .btn-box {
  padding: 0;
  min-width: initial;
}

.express-info .address-list .add-btn:hover {
  color: #ff6c00;
}

.express-info .add-address label {
  width: 80px;
  display: inline-block;
  *display: inline;
  text-align: right;
  margin-right: 5px;
}

.express-info .add-address p {
  margin-bottom: 5px;
}

.express-info .add-address .address {
  margin-top: 5px;
  margin-left: 85px;
  width: 400px;
}

.express-info .add-address .input-hint .hint {
  color: #999;
  line-height: 30px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.express-info .add-address .btn {
  border: 0;
  cursor: pointer;
  width: 80px;
  height: 35px;
  line-height: 35px;
  background-color: #ff6c00;
  color: #fff;
  display: inline-block;
  margin-left: 85px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

.express-info .add-address .btn:hover {
  text-decoration: none;
  background-color: #ff8022;
}

.express-info .add-address input[type="text"], .express-info .add-address select {
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
}

.express-info .add-address select {
  margin: 0 10px 0 -5px;
}

/*隐藏百度统计图片*/
a[href^='http://tongji.baidu.com'] {
  display: none;
}

/*ie6\ie7固定底部通知*/
html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
  /* 确保ie6滚动不闪烁 */
}

.footer-fixed-ie-hint {
  display: none;
  *display: block;
  _display: block;
  position: fixed;
  bottom: 0;
  background: #999;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 50px;
  font-size: 14px;
  z-index: 9999;
  padding-bottom: 0;
  vertical-align: middle;
  overflow: hidden;
  /*opacity: .60;
            filter: alpha(opacity=60);*/
  _bottom: auto;
  _width: 100%;
  _position: absolute;
}

.footer-fixed-ie-hint .footer-icon {
  background: url(../images/ie_hint.png) no-repeat 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.footer-fixed-ie-hint .del {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 50px;
  color: #ccc;
  font-weight: normal;
  line-height: 50px;
  background-position: 0 -200px;
}

.footer-fixed-ie-hint .del:hover {
  text-decoration: none;
  color: #fff;
}

.footer-fixed-ie-hint .ie {
  background-color: #58d0f6;
  background-position: 0 -2px;
  width: 150px;
  height: 50px;
  cursor: pointer;
}

.footer-fixed-ie-hint .chrome {
  background-position: left -153px;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 10px;
}

.footer-fixed-ie-hint .firefox {
  margin: 0 5px 0 10px;
  background-position: 0 -86px;
}

.footer-fixed-ie-hint .link {
  margin-right: 10px;
  color: #fff;
}

/*下单时勾选现金券*/
.select-coupon-box {
  margin-left: 10px;
  line-height: 16px;
}

.select-coupon-box label input[type='checkbox'] {
  margin-right: 3px;
  margin-top: -3px;
}

.select-coupon-box select {
  margin-left: 3px;
  padding: 0 2px;
}

/*旅行顾问*/
.consultant {
  width: 1000px;
  margin: 0 auto;
  font-family: "微软雅黑";
  padding-bottom: 70px;
}

.consultant .con-title {
  margin: 10px auto;
  font-size: 25px;
  color: #999999;
  height: 60px;
}

.consultant .con-title .con-t-left {
  float: left;
  color: #666;
}

.consultant .con-title .con-t-left span {
  font-size: 12px;
  display: block;
}

.consultant .con-title em {
  font-style: normal;
  font-size: 12px;
  display: block;
  margin: 30px 0 0 20px;
  float: left;
}

/*切换页面*/
.consultant .c-buttom {
  font-size: 18px;
  width: 105px;
  float: right;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
}

.consultant .c-buttom a {
  color: #999;
  display: block;
  border: 1px solid #ccc;
  height: 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0px 1px 2px #ccc;
  -webkit-box-shadow: inset 0px 1px 2px #ccc;
  -moz-box-shadow: inset 0px 1px 2px #ccc;
}

.consultant .c-buttom a:hover {
  color: #ff8f00;
  border: 1px solid #ff8f00;
  display: block;
  text-decoration: none;
  height: 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.consultant .consulantant-all {
  width: 1020px;
  height: 502px;
}

.consultant .consulantant-all2 {
  width: 1002px;
  height: 502px;
  margin: -502px 0 0 0;
  z-index: 99999;
  position: absolute;
  /*display:none;*/
}

.consultant .consulantant-all2 .consulantant-all2-bj {
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 1002px;
  height: 502px;
}

.consultant .consulantant-all2 .consulantant-all2-text {
  width: 60px;
  height: 60px;
  position: absolute;
  margin: -300px 0 0 460px;
}

/*点击图片出现遮罩层文字-------左边的小图*/
.consultant .con-block {
  width: 320px;
  height: 500px;
  border: 1px solid #ccc;
  float: left;
  position: relative;
}

.consultant .con-block .con-b-tp {
  width: 320px;
  height: 410px;
  position: relative;
  z-index: 0;
}

.consultant .con-block .con-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 320px;
  height: 410px;
}

.consultant .con-block .con-b-tp a {
  display: block;
  width: 320px;
  height: 410px;
  font-size: 14px;
  line-height: 25px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  background: 0;
  cursor: pointer;
}

.consultant .con-block .con-b-tp a img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 320px;
  height: 410px;
  display: block;
}

.consultant .con-block .con-b-tp .opacity-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  background: #000;
  z-index: 0;
  width: 320px;
  height: 410px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.consultant .con-block .con-b-tp a .text {
  position: absolute;
  top: 50px;
  left: 40px;
  display: none;
  z-index: 3;
  width: 250px;
  margin: 0 auto;
}

.consultant .con-block .con-b-tp a .text .text-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 200px;
  overflow: hidden;
  word-break: break-all;
  width: 250px;
}

.consultant .con-block .con-b-tp a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.consultant .con-block .con-b-tp a:hover .opacity-bg, .consultant .con-block .con-b-tp a:hover .text {
  display: block;
}

.consultant .con-block .con-b-tp a i {
  font-style: normal;
  display: block;
  color: #fff;
  margin: 20px 0 0 150px;
  position: absolute;
  width: 100px;
  height: 28px;
  border: 1px solid #fff;
  text-align: center;
}

.consultant .con-block .con-b-tp a:hover i:hover {
  color: #1894d4;
  display: block;
  border: 1px solid #1894d4;
}

/*显示大的二维码------左边的大图*/
.consultant .con-block .con-b-bigcode {
  width: 320px;
  height: 410px;
  position: relative;
  z-index: 0;
}

.consultant .con-block .con-b-bigcode img {
  width: 320px;
  height: 410px;
}

.consultant .con-block .con-b-bigcode .opacity-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  width: 320px;
  height: 410px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.consultant .con-block .con-b-bigcode .big-code {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 150px;
}

.consultant .con-block .con-b-bigcode .big-code img {
  height: 110px;
  margin: 130px 110px;
  width: 110px;
}

/*遮罩图层------右边小图*/
.consultant .con-block2 {
  width: 320px;
  height: 500px;
  border: 1px solid #ccc;
  float: left;
  position: relative;
}

.consultant .con-block2 .con-b-tp2 {
  width: 320px;
  height: 150px;
  position: relative;
  z-index: 0;
}

.consultant .con-block2 .con-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 320px;
  height: 150px;
}

.consultant .con-block2 .con-b-tp2 a {
  display: block;
  width: 320px;
  height: 150px;
  font-size: 14px;
  line-height: 25px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  background: 0;
  cursor: pointer;
}

.consultant .con-block2 .con-b-tp2 a img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 320px;
  height: 150px;
  display: block;
}

.consultant .con-block2 .con-b-tp2 .opacity-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  background: #000;
  z-index: 0;
  width: 320px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.consultant .con-block2 .con-b-tp2 a .text {
  position: absolute;
  display: none;
  z-index: 3;
  width: 250px;
  top: 20px;
  left: 30px;
}

.consultant .con-block2 .con-b-tp2 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.consultant .con-block2 .con-b-tp2 a:hover .opacity-bg, .consultant .con-block2 .con-b-tp2 a:hover .text {
  display: block;
}

.consultant .con-block2 .con-b-tp2 a i {
  font-style: normal;
  display: block;
  color: #fff;
  margin: 0 0 0 150px;
  position: absolute;
  width: 100px;
  height: 28px;
  border: 1px solid #fff;
  text-align: center;
}

.consultant .con-block2 .con-b-tp2 a:hover i:hover {
  color: #1894d4;
  display: block;
  border: 1px solid #1894d4;
}

/*显示大的二维码---------右边的小图*/
.consultant .con-block2 .con-b-bigcode {
  width: 320px;
  height: 150px;
  position: relative;
  z-index: 0;
}

.consultant .con-block2 .con-b-bigcode img {
  width: 320px;
  height: 150px;
}

.consultant .con-block2 .con-b-bigcode .opacity-bg2 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  width: 320px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.consultant .con-block2 .con-b-bigcode .big-code {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.consultant .con-block2 .con-b-bigcode .big-code img {
  height: 110px;
  margin: 20px 100px;
  width: 110px;
}

/*旅行顾问的个人信息*/
.consultant .con-block .con-person {
  width: 310px;
  position: relative;
}

.consultant .con-block .con-person .con-b-head {
  margin: -30px 0 0 3px;
  float: left;
}

.consultant .con-block .con-person .con-b-head img {
  border-radius: 50%;
  display: block;
  border: 3px solid #fff;
  width: 70px;
  height: 70px;
  position: absolute;
}

.consultant .con-block .con-person .con-p-center {
  float: left;
  width: 190px;
  margin: 5px 0 0 80px;
}

.consultant .con-block .con-person .con-p-center em {
  max-width: 65px;
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  display: block;
  font-style: normal;
  float: left;
  height: 27px;
}

.consultant .con-block .con-person .con-p-center span {
  background: #1894d4;
  border-radius: 15px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  margin: 0 0 0 10px;
  display: block;
  float: left;
}

.consultant .con-block .con-person .con-p-center i {
  font-size: 12px;
  display: block;
  color: #999999;
  font-style: normal;
  float: left;
  line-height: 25px;
}

.consultant .con-block .con-person .con-p-code {
  float: left;
  margin: 10px 0 0 0px;
}

.consultant .con-block .con-person .big-code {
  position: absolute;
  margin: -400px auto;
}

.consultant .con-block .con-person .big-code a {
  display: block;
  background: #000;
  width: 260px;
  height: 240px;
  padding: 80px 30px;
}

.consultant .con-block .con-person .big-code a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.consultant .con-block .con-person .con-p-bottom {
  width: 250px;
  font-size: 12px;
  color: #666666;
  margin: 5px auto;
}

.consultant .con-block .con-person .con-p-bottom .con-number {
  line-height: 25px;
  float: left;
  padding: 0 10px;
}

.consultant .con-block .con-person .con-p-bottom .con-number span {
  float: left;
  display: block;
}

.consultant .con-block .con-person .con-p-bottom .con-number i {
  font-style: normal;
  color: #ff8f00;
  display: block;
  float: left;
  width: 40px;
}

.consultant .con-block .con-person .con-p-bottom em {
  width: 10px;
  float: left;
  display: block;
  font-style: normal;
  line-height: 25px;
  text-align: center;
}

.consultant .con-center {
  float: left;
  width: 680px;
  margin-left: 18px;
}

.consultant .con-block2 {
  height: 240px;
  margin: 0 18px 18px 0;
}

.consultant .con-block2 .con-b-tp {
  width: 320px;
  height: 150px;
  z-index: 888;
}

.consultant .con-block2 .con-bg {
  position: absolute;
  margin: -150px auto;
}

.consultant .con-block2 .con-bg a {
  display: block;
  background: #000;
  width: 260px;
  height: 110px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 25px;
  float: left;
}

.consultant .con-block2 .con-bg a:hover {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  color: #fff;
  text-decoration: none;
  float: left;
}

/*字体图标*/
.icon-consultant:before {
  content: "\e642";
  font-size: 40px;
  color: #1894d4;
  float: left;
  margin-right: 10px;
}

/*----------------------------------城市选择控件 begin-----------------------------------------*/
/**-- 初始化 --**/
.mdd {
  box-shadow: 0 0 5px #969090;
  font-size: 12px;
  font-family: 'Microsoft Yahei','Simsun', sans-serif,Arial;
  color: #333;
  text-align: left;
  display: block;
}

.mdd *, .mdd *:before, .mdd *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mdd a {
  text-decoration: none;
  margin: 0;
  outline: none;
}

.mdd em {
  font-style: normal;
}

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

.mdd .fl {
  float: left;
}

.mdd .fr {
  float: right;
}

.mdd-placeholder {
  color: #757575;
}

/**-- 滚动条 --**/
.mdd .nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mdd .nano > .nano-content {
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mdd .nano > .nano-content:focus {
  outline: thin dotted;
}

.mdd .nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.mdd .has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.mdd .nano > .nano-pane {
  position: absolute;
  width: 10px;
  right: 0;
  top: 1px;
  bottom: 1px;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mdd .nano > .nano-pane > .nano-slider {
  background: #969090;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.mdd .nano:hover > .nano-pane, .nano-pane.active,
.mdd .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/**-- 快速框 --**/
.mdd .fast-box {
  width: 535px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  border: 3px solid #00204d;
  background-color: #fff;
}

.mdd .fast-box .hd {
  padding: 0 10px 0 20px;
  color: #fff;
  line-height: 40px;
  background-color: #00204d;
  height: 40px;
  overflow: hidden;
}

.mdd .fast-box .hd .close {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.mdd .fast-box .hd .header {
  display: inline-block;
  width: 480px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
}

.mdd .fast-box .side-nav-list {
  width: 90px;
  padding: 5px 0 5px 5px;
  background-color: #ebeced;
  height: 360px;
}

.mdd .fast-box .side-nav-list li {
  cursor: pointer;
  color: #333;
  display: block;
  border-radius: 3px 0 0 3px;
  padding: 2px 0 2px 15px;
  line-height: 30px;
  margin-bottom: 2px;
  _margin: 0;
  *margin: 0;
  width: 75px;
  overflow: hidden;
  height: 30px;
  text-overflow: clip;
  white-space: nowrap;
}

.mdd .fast-box .side-nav-list li:last-child {
  margin-bottom: 0;
}

.mdd .fast-box .side-nav-list li:hover,
.mdd .fast-box .side-nav-list li.hover,
.mdd .fast-box .side-nav-list .select {
  background-color: #fff;
}

.mdd .fast-box .content {
  height: 370px;
  padding: 0 0 0 10px;
  width: 430px;
}

.mdd .fast-box .content .title {
  font-weight: bold;
  color: #333;
  margin: 12px 0 10px 0;
  padding-left: 5px;
}

.mdd .fast-box .con span {
  cursor: pointer;
  display: inline-block;
  width: 120px;
  float: left;
  color: #666;
  padding-left: 5px;
  line-height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
  overflow: hidden;
  height: 25px;
}

.mdd .fast-box .con span:hover, .mdd .fast-box .con span.hover, .mdd .fast-box .con .select {
  background-color: #0061e6;
  color: #fff;
}

.mdd .fast-box .con {
  padding-bottom: 5px;
  overflow: hidden;
}

/**-- 筛选框 --**/
/*弹出框最外层容器*/
.mdd .filter-box {
  *overflow: hidden;
  font-size: 12px;
  background: #fff;
  color: #000;
  border: 3px solid #00204d;
  margin: 0;
  padding: 0;
}

.mdd .filter-box .af-results {
  *width: 260px;
  min-width: 260px;
  max-width: 700px;
  display: inline-block;
  *display: inline;
}

/*普通搜索*/
.mdd .filter-box .af-title {
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  background-color: #00204d;
}

.mdd .filter-box .af-title-content {
  margin-left: 10px;
  display: inline-block;
  width: 215px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mdd .filter-box .af-title .close {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  float: right;
  margin-right: 5px;
}

.mdd .filter-box .af-items li {
  padding: 5px 10px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.mdd .filter-box .af-items li:hover,
.mdd .filter-box .af-items li.hover {
  background: #EBECED;
}

.mdd .filter-box .af-items li.selected {
  background: #0061e6;
  color: #fff;
}

.mdd .filter-box .af-items li p {
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mdd .filter-box .af-items li small {
  padding-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}

.mdd .filter-box .af-items li.selected small {
  color: #fff;
}

/*无搜索结果*/
.mdd .filter-box .af-no-results {
  color: #1894d4;
  margin: 2px;
  line-height: 28px;
  height: 28px;
  padding: 0 8px;
  _display: inline;
  _zoom: 1;
  background-color: #dedede;
  font-size: 14px;
}

/*翻页*/
.mdd .filter-box .af-pager {
  text-align: center;
  margin: 8px 0;
  overflow: hidden;
}

.mdd .filter-box .af-pager li {
  display: inline;
  padding: 4px;
  cursor: pointer;
  font-size: 14px;
  font-family: Arial,Simsun,sans-serif;
  text-decoration: underline;
}

.mdd .filter-box .af-pager li.current {
  color: #1894d4;
  text-decoration: none;
  cursor: auto !important;
}

/*----------------------------------城市选择控件 end-----------------------------------------*/
.bw-calendar .bw-cal-prev:before, .bw-calendar .bw-cal-prev:hover:before, .bw-calendar .bw-cal-next:before, .bw-calendar .bw-cal-next:hover:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

/*=====================================日期控件===================================*/
.bw-calendar-iframe {
  width: 495px;
  height: 245px;
  position: absolute;
  z-index: 9998;
}

.bw-calendar {
  position: absolute;
  border: 2px solid #00204d;
  box-shadow: 0 0 5px #333;
  background: #FFF;
  z-index: 9999;
  left: 0;
  top: 28px;
  width: 495px;
  _width: 495px;
}

.bw-calendar * {
  margin: 0;
  padding: 0;
  line-height: 142%;
  font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
  font-size: 12px;
}

.bw-calendar a {
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

.bw-calendar .bw-mth-container {
  background-color: #00204d;
  height: 56px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}

.bw-calendar .bw-mth-container li {
  float: left;
  text-align: center;
  width: 70px;
  _width: 70px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  list-style-type: none;
  cursor: pointer;
  color: #fff;
}

.bw-calendar .bw-mth-container li.bw-action {
  background-color: #0061e6;
}

.bw-calendar .bw-cal-container {
  height: 226px;
  float: left;
  margin-left: 20px;
  _margin-left: 16px;
  padding-top: 3px;
  background: url(http://tool.yiqifei.com/js/xCalendar/month-185px.png) no-repeat;
}

.bw-calendar .bw-cal-container-right {
  border-right: 1px #CCCCCC solid;
}

.bw-calendar dl {
  width: 226px;
  _width: 226px;
  color: #404040;
  font: 12px/22px Georgia;
  margin: 10px 10px 0;
}

.bw-calendar dl, .bw-calendar dt, .bw-calendar dd {
  text-align: center;
  margin: 0;
  padding: 0;
}

.bw-calendar dt {
  float: left;
  width: 30px;
  height: 25px;
  line-height: 25px;
  color: #666;
}

.bw-calendar dt.bw-week {
  color: #333;
  background-color: #ebeced;
}

.bw-calendar dt.bw-date {
  width: 100%;
  font-weight: 700;
  margin: 0;
  color: #00204d;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}

.bw-calendar dd {
  clear: both;
  width: 100%;
  height: 170px;
}

.bw-calendar dd a {
  float: left;
  width: 29px;
  height: 25px;
  line-height: 25px;
  color: #404040;
  overflow: hidden;
  text-decoration: none;
  margin: 3px 0 0 1px;
  outline: none;
}

.bw-calendar dd a:hover, .bw-calendar dd a.bw-selected {
  background-color: #0061e6;
  color: #fff;
}

.bw-calendar dd a:hover span, .bw-calendar dd a.bw-selected span {
  color: #fff;
}

.bw-calendar dd a span {
  line-height: 25px;
  color: #ff8f00;
}

.bw-calendar .bw-cal-prev, .bw-calendar .bw-cal-next {
  position: absolute;
  top: 59px;
  width: 18px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
}

.bw-calendar .bw-cal-prev {
  left: 6px;
}

.bw-calendar .bw-cal-prev:before {
  top: 5px;
  left: 5px;
  border-right: 6px solid #999;
  border-top: 6px dashed transparent;
  border-bottom: 6px dashed transparent;
}

.bw-calendar .bw-cal-prev:hover:before {
  border-right: 6px solid #ccc;
  border-top: 6px dashed transparent;
  border-bottom: 6px dashed transparent;
}

.bw-calendar .bw-cal-next {
  right: 6px;
}

.bw-calendar .bw-cal-next:before {
  top: 5px;
  left: 6px;
  border-left: 6px solid #999;
  border-top: 6px dashed transparent;
  border-bottom: 6px dashed transparent;
}

.bw-calendar .bw-cal-next:hover:before {
  border-left: 6px solid #ccc;
  border-top: 6px dashed transparent;
  border-bottom: 6px dashed transparent;
}

.bw-calendar dd a.bw_yuandan, .bw-calendar dd a.bw_chuxi, .bw-calendar dd a.bw_chunjie, .bw-calendar dd a.bw_yuanxiao, .bw-calendar dd a.bw_qingming, .bw-calendar dd a.bw_wuyi, .bw-calendar dd a.bw_duanwu, .bw-calendar dd a.bw_zhongqiu, .bw-calendar dd a.bw_guoqing, .bw-calendar dd a.bw_qixi, .bw-calendar dd a.bw_shengdan, .bw-calendar dd a.bw_today {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  -webkit-text-size-adjust: none;
}

.bw-calendar dd a.bw_yuandan:hover, .bw-calendar dd a.bw_yuandan .bw-selected, .bw-calendar dd a.bw_chuxi:hover, .bw-calendar dd a.bw_chuxi .bw-selected, .bw-calendar dd a.bw_chunjie:hover, .bw-calendar dd a.bw_chunjie .bw-selected, .bw-calendar dd a.bw_yuanxiao:hover, .bw-calendar dd a.bw_yuanxiao .bw-selected, .bw-calendar dd a.bw_qingming:hover, .bw-calendar dd a.bw_qingming .bw-selected, .bw-calendar dd a.bw_wuyi:hover, .bw-calendar dd a.bw_wuyi .bw-selected, .bw-calendar dd a.bw_duanwu:hover, .bw-calendar dd a.bw_duanwu .bw-selected, .bw-calendar dd a.bw_zhongqiu:hover, .bw-calendar dd a.bw_zhongqiu .bw-selected, .bw-calendar dd a.bw_guoqing:hover, .bw-calendar dd a.bw_guoqing .bw-selected, .bw-calendar dd a.bw_qixi:hover, .bw-calendar dd a.bw_qixi .bw-selected, .bw-calendar dd a.bw_shengdan:hover, .bw-calendar dd a.bw_shengdan .bw-selected, .bw-calendar dd a.bw_today:hover, .bw-calendar dd a.bw_today .bw-selected {
  background-color: #0061e6;
  color: #fff;
  cursor: pointer;
  display: block;
}

.bw-calendar dd a.bw-disabled, .bw-calendar dd a.bw-disabled:hover, .bw-calendar dd a span.bw-disabled {
  color: #999;
  cursor: default;
  background-color: transparent;
}

.bw-calendar .month1 {
  background-position: 6px 95px;
}

.bw-calendar .month2 {
  background-position: -173px 95px;
}

.bw-calendar .month3 {
  background-position: -355px 95px;
}

.bw-calendar .month4 {
  background-position: -545px 95px;
}

.bw-calendar .month5 {
  background-position: -727px 95px;
}

.bw-calendar .month6 {
  background-position: -910px 95px;
}

.bw-calendar .month7 {
  background-position: -1095px 95px;
}

.bw-calendar .month8 {
  background-position: -1282px 95px;
}

.bw-calendar .month9 {
  background-position: -1465px 95px;
}

.bw-calendar .month10 {
  background-position: -1652px 95px;
}

.bw-calendar .month11 {
  background-position: -1844px 95px;
}

.bw-calendar .month12 {
  background-position: -2024px 95px;
}

.cart-input {
  height: 25px;
  line-height: 25px;
}

.booking-serch-button {
  background: #ff8f00;
  color: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}

.booking-serch-button:hover {
  background: #ffa333;
}

.booking-table {
  background: #f0f0f0;
  margin-top: 10px;
  border-spacing: 1px;
}

.booking-table thead tr td {
  background: #eee;
  padding: 6px 10px;
}

.booking-table tbody tr td {
  background: #fff;
  padding: 6px 10px;
}

.cash-coupon.cash-coupon-confirm {
  width: 770px;
}

.cash-coupon .coupon-tabs-nav {
  height: 35px;
  border-bottom: 2px solid #ccc;
  z-index: 0;
  position: relative;
}

.cash-coupon .hd {
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #ff8f00;
}

.cash-coupon .hd:hover {
  text-decoration: none;
}

.cash-coupon .hd .icon-toggle:before {
  content: '\e6d9';
  font-size: 20px;
}

.cash-coupon .hd.active .icon-toggle:before {
  content: '\e6f2';
}

.cash-coupon .tab-nav {
  float: left;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
  border: 2px solid #ccc;
  border-bottom: none;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  height: 33px;
}

.cash-coupon .tab-nav:hover {
  text-decoration: none;
}

.cash-coupon .tab-nav.active {
  border-top: 2px solid #004cb3;
  height: 35px;
  color: #004cb3;
}

.cash-coupon .coupon-tabs-content {
  border: 2px solid #ccc;
  border-top: 0;
  padding: 10px;
}

.cash-coupon .coupon-tabs-content .list {
  display: block;
  margin-bottom: 5px;
}

.cash-coupon .bd {
  display: none;
}

.cash-coupon .tab-content {
  display: none;
}

.cash-coupon .tab-content .tit {
  min-width: 80px;
  display: inline-block;
}

.cash-coupon .tab-content.active {
  display: block;
}

.cash-coupon .timeout .list {
  color: #999;
  padding-left: 13px;
}

.cash-coupon-btn {
  cursor: pointer;
}

.cash-coupon-btn:hover {
  text-decoration: none;
}

/*--------------------------------------------------*/
.page-wrap {
  width: 1200px;
  margin: 0 auto;
}

/*搜索历史*/
.search-history {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.search-history .txt {
  color: #4992d3;
  text-decoration: none;
  border-bottom: 1px dashed #4992d3;
}

.search-history .history-con {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  line-height: 20px;
  width: 220px;
}

.search-history:hover .history-con {
  display: block;
}

.search-history li {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px;
}

.search-history li:hover {
  background-color: #f8f8f8;
}

.search-history li:last-child {
  border: medium none;
}

.search-history .history-type {
  color: #4992d3;
  font-size: 14px;
}

.search-history .history-cities {
  margin-left: 5px;
}

.search-history .history-moment {
  color: #999;
  float: right;
  font-size: 12px;
}

.search-history .just-now {
  color: #ff6c00;
}

/*----------------------图标------------------------------*/
/*选中*/
.icon-choice:before {
  content: "\e6da";
}

/*未选中*/
.icon-no-choice:before {
  content: "\e736";
}

/*座位*/
.icon-seat:before {
  content: "\e74a";
}

/*服务*/
.icon-service:before {
  content: "\e739";
}

/*赔险*/
.icon-insurance:before {
  content: "\e74b";
}

/*里程*/
.icon-mileage:before {
  content: "\e737";
}

/*税金*/
.icon-taxes:before {
  content: "\e73a";
}

/*车门*/
.icon-door:before {
  content: "\e749";
}

/*地点*/
.icon-add:before {
  content: "\e738";
}

/*保险*/
.icon-insurances:before {
  content: "\e734";
}

/*查找*/
.icon-find:before {
  content: "\e6d0";
}

/*删除*/
.icon-close:before {
  content: "\e6c9";
}

/*关闭按钮*/
.icon-close-btn:before {
  content: "\e62a";
}

/*下三角*/
.icon-arrow-down:before {
  content: "\e702";
}

/*上三角*/
.icon-arrow-up:before {
  content: "\e703";
}

/*切换*/
.icon-switch:before {
  content: "\e720";
}

/*上一个*/
.icon-next:before {
  content: "\e68c";
}

/*下一个*/
.icon-prev:before {
  content: "\e68b";
}

/*人数*/
.icon-number-people:before {
  content: "\e744";
}

/*大行李*/
.icon-large-luggage:before {
  content: "\e745";
}

/*小行李*/
.icon-small-luggage:before {
  content: "\e746";
}

/*勾选☑，圆的*/
.icon-car-check:before {
  content: "\e655";
}

/*勾选☑*/
.icon-car-checked:before {
  content: "\e6da";
}

/*对勾√*/
.icon-car-cont:before {
  content: "\e608";
}

/*取车*/
.icon-car-pickup:before {
  content: "\e747";
}

/*还车*/
.icon-car-return:before {
  content: "\e748";
}

/*重要提示*/
.icon-info-hint:before {
  content: "\e6ca";
}

/*我在*/
.icon-inadd:before {
  content: "\e743";
}

/*# sourceMappingURL=common.css.map */