﻿@charset "UTF-8";
/*租车、签证主题颜色*/
/*/*=====================================日期控件===================================/
.bw-calendar-iframe {
    width: 400px;
    height: 245px;
    position: absolute;
    z-index: 9998;
}

.bw-calendar {
    position: absolute;
    border: 2px solid $palette-eye;
    box-shadow: 2px 2px 5px #333333;
    background: #FFF;
    z-index: 9999;
    left: 0;
    top: 28px;
    width: 390px;
    _width: 390px;
}

.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";
}

.bw-calendar a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

.bw-calendar .bw-mth-container {
    background-color: #eee;
    height: 44px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}

.bw-calendar .bw-mth-container li {
    float: left;
    color: #333;
    text-align: center;
    width: 65px;
    _width: 65px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    list-style-type: none;
    cursor: pointer;
}

.bw-calendar .bw-mth-container li.bw-action {
    background-color: $color-calendar-mth-bg-active;
    color: #fff;
}

.bw-calendar .bw-cal-container {
    height: 190px;
    float: left;
    margin-left: 7px;
    _margin-left: 4px;
    padding-top: 3px;
    background: url(http://tool.yiqifei.com/js/xCalendar/month-185px.png) no-repeat;
}

.bw-calendar .bw-cal-container-left {
    border-left: 1px #CCCCCC solid;
}

.bw-calendar .bw-cal-container-right {
    border-right: 1px #CCCCCC solid;
}

.bw-calendar dl {
    width: 182px;
    _width: 186px;
    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: 26px;
    height: 24px;
    line-height: 24px;
}

.bw-calendar dt.bw-week {
    background-color: #FFFFFF;
    color: $color-calendar-week-title;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bw-calendar dt.bw-date {
    width: 100%;
    font-weight: 700;
    margin: 0;
    color: $color-calendar-date-title;
}

.bw-calendar dd {
    clear: both;
    width: 100%;
    height: 120px;
}

.bw-calendar dd a {
    float: left;
    width: 25px;
    height: 22px;
    line-height: 22px;
    color: #404040;
    overflow: hidden;
    text-decoration: none;
    margin: 1px 0 0 1px;
    outline: none;
}

.bw-calendar dd a:hover, .bw-calendar dd a.bw-selected {
    background-color: $color-calendar-selected;
    color: #fff;
}

.bw-calendar dd a span {
    line-height: 22px;
}

.bw-calendar .bw-cal-prev, .bw-calendar .bw-cal-next {
    position: absolute;
    top: 47px;
    width: 18px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    @extend %border-radius;
    @extend %border;
}

.bw-calendar .bw-cal-prev {
    left: 6px;

    &:before {
        top: 4px;
        left: 5px;
        @include triangle(left,6px,$color-calendar-arrow-color)
    }
}

.bw-calendar .bw-cal-prev:hover {
    &:before {
        @include triangle(left,6px,$color-calendar-arrow-hover)
    }
}

.bw-calendar .bw-cal-next {
    right: 6px;

    &:before {
        top: 4px;
        left: 6px;
        @include triangle(right,6px,$color-calendar-arrow-color)
    }
}

.bw-calendar .bw-cal-next:hover {
    &:before {
        @include triangle(right,6px,$color-calendar-arrow-hover)
    }
}

.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: $color-calendar-tody;
    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: $color-calendar-selected;
    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; }
    */
.clx:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.af_emptytext {
  color: gray !important;
}

/*弹出框最外层容器*/
.af_wrap {
  *overflow: hidden;
  font-size: 12px;
  background: #fff;
  color: #000;
  border: 2px solid #64bfee;
  box-shadow: 2px 2px 5px #333333;
}

/*热门*/
.af_hot_title {
  background: #f9f9f9;
  border-bottom: 1px dotted #92d2f3;
  color: #333333;
  width: 375px;
  line-height: 100% !important;
  position: relative;
}

.af_hot_title, .af_hot_title * {
  line-height: 150% !important;
}

.af_title_content {
  display: block;
  margin-right: 24px;
  padding: 4px;
}

.af_title_content b {
  display: initial;
}

.af_close {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 6px;
  top: 2px;
  cursor: pointer;
}

.af_close:before {
  content: "x";
  font-size: 16px;
}

.af_hot_wrap {
  padding: 5px;
}

.af_hot_tabs {
  z-index: 100;
  width: 365px;
}

.af_hot_tabs li {
  height: 27px !important;
  line-height: 27px !important;
  margin-bottom: -1px;
  display: block;
  overflow: hidden;
  float: left;
  cursor: pointer;
  position: relative;
}

.af_hot_tabs li span {
  height: 25px;
  line-height: 25px;
  padding: 1px 9px;
  display: block;
  _display: inline;
  _zoom: 1;
  color: #1894d4;
}

.af_hot_tabs li.active {
  font-weight: bold;
  background-color: #f7f7f7;
}

.af_hot_tabs li.active span {
  padding: 0 8px !important;
}

.af_hot_items {
  width: 365px;
  margin-top: 0px;
  background-color: #f7f7f7;
}

.af_hot_items li {
  float: left;
  width: 65px;
  height: 25px;
  line-height: 25px;
  padding-left: 8px;
  overflow: hidden;
  cursor: pointer;
}

.af_hot_items li.hover {
  background: #c0e5f8;
}

.af_hot_items li.selected {
  background: #c0e5f8;
}

.af_pager {
  text-align: center;
  margin: 8px 0;
  overflow: hidden;
}

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

.af_pager li.current {
  text-decoration: none;
  cursor: auto !important;
}

/*普通搜索*/
.af_title {
  color: #777777;
  padding: 4px;
  border-bottom: 1px dotted #D7D7D7;
}

.af_items {
  margin-top: 4px;
}

.af_items li {
  padding: 4px 8px;
  overflow: hidden;
  cursor: pointer;
}

.af_items li.hover {
  background: #c0e5f8;
}

.af_items li.selected {
  background: #c0e5f8;
}

/*无搜索结果*/
.af_no_results {
  color: #fa5e5b;
  margin: 2px;
  line-height: 25px;
  height: 25px;
  padding: 0 8px;
  _display: inline;
  _zoom: 1;
}

/* 自定义*/
.af_title_content {
  padding-left: 10px;
}

.af_title_content span {
  color: #777777;
  font-weight: normal;
}

.af_title_content .f-b {
  font-weight: bold;
  color: #333;
}

.af_items li {
  font-size: 12px;
}

.af_items li span {
  display: block;
  font-size: 90%;
  color: gray;
  padding-top: 2px;
}

.af_items li em {
  color: red;
  font-style: normal;
}

/*自由行城市选择控件--*/
.cityPanel {
  font: 12px/1.5 tahoma,arial,\5b8b\4f53;
  background: #fff;
}

.cityslide {
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #85BEE5;
  border-right-color: #3485C0;
  border-bottom-color: #3485C0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  margin-top: -2px;
}

.cityslide li {
  list-style: none;
  overflow: hidden;
  height: 16px;
  padding: 4px 5px;
}

.cityslide li.on {
  background: #9CD9FF;
  color: #fff;
}

.cityslide li b {
  font-weight: normal;
}

.cityslide li.empty {
  background: #fff2e8;
  color: #666;
}

.cityslide li.empty em {
  color: red;
  font-style: normal;
}

.cityname {
  float: left;
}

.cityspell {
  float: right;
}

.cityBox {
  border: 1px solid #85BEE5;
  overflow: hidden;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.cityBox ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
}

.cityBox ul li {
  float: left;
  list-style: none;
  padding: 2px 4px;
  border: 1px solid #85BEE5;
  cursor: pointer;
  margin-left: 4px;
  display: inline;
  background: #E1EFFE;
}

.cityBox ul li.on {
  background: #fff;
  border-bottom-color: #fff;
  position: relative;
}

.hide {
  display: none;
}

p.tip {
  color: #666;
  line-height: 20px;
  padding: 5px;
  margin: 0;
  text-indent: 3px;
}

.hotCity {
  border-top: 1px solid #85BEE5;
  margin-top: -1px;
  clear: left;
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
  _margin-bottom: 8px;
}

.cityTab {
  overflow: hidden;
}

.cityTab dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cityTab dl dt {
  float: left;
  padding-left: 3px;
  color: #F30;
  text-indent: 5px;
  font-family: "Lucida console","consolas","courier new";
  line-height: 22px;
  font-size: 14px;
  width: 20px;
}

.cityTab dl dd {
  margin-left: 2px;
  float: left;
  width: 290px;
}

.cityTab dl dd a {
  padding-left: 5px;
  width: 66px;
  line-height: 22px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin: auto;
}

.cityTab dl dd a:hover {
  color: red;
  background-color: #E1EFFE;
}

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