@charset "UTF-8";
/* searchfilter-日历 */
/**
 * rangeCalendar（区间日历）
 *
 * 功能：区间日历面板
 * 依赖：_variables.scss、_mixins.scss
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/
 */
/* 加载依赖 */
/**
 * 名称：_variable.scss
 *
 * 功能：变量库，定义在CSS编写过程中常用的属性值。
 * 依赖：没有任何依赖文件。
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/



 2015.09.14 modify by zhangjiachen

  1、 新加16px  字号
 */
/* HTML */
/* Font & Line-height */
/* 20/14 */
/* Link */
/* Table */
/* Buttons */
/**
 * Form: input, select, textarea
 */
/**
 * artDialog
 */
/**
 * Tab
 */
/**
 * Crumb
 */
/**
* Tip
*/
/**
 * 名称：_mixins.scss
 *
 * 功能：混入(Mixins)是Sass最重要的特性之一，它支持重复引用属性或选择器样式，从而避免复制粘贴。
 * 依赖：没有任何依赖文件。
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/



 *添加 hide 全局样式
 */
.hide {
  display: none; }

/* IE7 inline-block */
/* 圆角 */
/* 阴影 */
/* 线性渐变 */
.range-calendar-panel {
  position: absolute;
  width: 520px;
  height: 310px;
  padding-top: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  z-index: 30; }
.range-calendar-panel .hd {
  margin-bottom: 10px;
  text-align: center; }
.range-calendar-panel .hd input {
  width: 200px; }
.range-calendar-panel .hd samp {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 12px;
  height: 30px;
  line-height: 30px; }
.range-calendar-panel .hd .startMark, .range-calendar-panel .hd .endMark {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 206px;
  height: 21px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.106); }
.range-calendar-panel .hd .startMark {
  margin-left: -212px; }
.range-calendar-panel .hd .endMark {
  margin-left: 6px; }
.range-calendar-panel .ft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #F3F3F3;
  text-align: center; }
.range-calendar-panel .xdsoft_fn-calendar {
  position: absolute;
  top: 50px; }
.range-calendar-panel .fn-btn {
  border-radius: 2px;
  height: 28px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; }
.range-calendar-panel .btn-blue {
  border-color: #118acf;
  background-color: #118acf;
  color: #FFF; }

/* searchfilter-下拉框*/
/**
 * rangeCalendar（区间日历）
 *
 * 功能：区间日历面板
 * 依赖：_variables.scss、_mixins.scss
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/
 */
/* 加载依赖 */
/**
 * 名称：_variable.scss
 *
 * 功能：变量库，定义在CSS编写过程中常用的属性值。
 * 依赖：没有任何依赖文件。
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/



 2015.09.14 modify by zhangjiachen

  1、 新加16px  字号
 */
/* HTML */
/* Font & Line-height */
/* 20/14 */
/* Link */
/* Table */
/* Buttons */
/**
 * Form: input, select, textarea
 */
/**
 * artDialog
 */
/**
 * Tab
 */
/**
 * Crumb
 */
/**
* Tip
*/
/**
 * 名称：_mixins.scss
 *
 * 功能：混入(Mixins)是Sass最重要的特性之一，它支持重复引用属性或选择器样式，从而避免复制粘贴。
 * 依赖：没有任何依赖文件。
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/



 *添加 hide 全局样式
 */
.hide {
  display: none; }

/* IE7 inline-block */
/* 圆角 */
/* 阴影 */
/* 线性渐变 */
.J-fn-select {
  position: relative; }
.J-fn-select::before {
  position: absolute;
  top: 2px;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  color: #b2b6bf; }

.select-drop-panel {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  list-style: none; }
.select-drop-panel li {
  height: 30px;
  padding: 0 5px;
  border-bottom: 1px solid #e8e8e8;
  color: #404040;
  white-space: nowrap;
  line-height: 30px; }
.select-drop-panel li.on, .select-drop-panel li:hover {
  background-color: #118ACF;
  color: #FFF;
  cursor: pointer; }
.select-drop-panel li:last-child {
  border-bottom: 0; }
.select-drop-panel li .fn-checkbox {
  height: auto;
  margin-right: 4px;
  line-height: 1; }

/* 省市选择 */
/**
 * Beacon（烽塔）
 *
 * 功能： 页面顶部导航条
 * 依赖： _variables.scss, _mixins.scss
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/
 */
/*城市控件样式*/
.inp_grey {
  border: 1px solid #dcdcdc;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding-left: 8px; }

.select_more {
  border: 1px solid #dcdcdc;
  height: 30px;
  line-height: 30px;
  color: #b6b6b6;
  font-size: 12px;
  width: 308px;
  position: relative;
  background: #fff; }

.select_more_list {
  width: 400px;
  height: 200px;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -1px; }

.list_title {
  background: #118acf;
  height: 30px;
  overflow: hidden; }

.list_title a {
  display: block;
  float: left;
  color: #fff;
  width: 90px;
  text-align: center;
  line-height: 30px;
  font-size: 12px; }

.list_title a:hover, .list_title .list_title_active {
  background: #fff;
  color: #118acf; }

.list_con {
  height: 170px;
  overflow-y: auto; }

.list_con a {
  display: block;
  font-size: 12px;
  float: left;
  width: 85px;
  color: #747474;
  padding-left: 10px; }

.list_con a:hover {
  background: #e1eef9;
  color: #118acf; }

.bubble-box {
  width: 200px;
  right: -165px;
  top: 35px;
  left: 88px;
  position: absolute;
  z-index: 100;
  display: none; }

.black {
  color: #000; }

#ChooseCityControl {
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  z-index: 99999; }

#ChooseCityControl .con a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

html, body {
  height: 100%; }

.hide {
  display: none; }

.drop_tips {
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 279px;
  left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #c8c8c8;
  border-left: 1px solid #ffa01a;
  border-right: 1px solid #ffa01a;
  border-bottom: 1px solid #ffa01a;
  display: none; }
.drop_tips li {
  list-style-type: none;
  padding: 5px; }
.drop_tips .active {
  background: #D2D2D2; }

.errRow {
  display: none;
  margin-bottom: 5px;
  line-height: 18px;
  border-radius: 5px;
  position: relative; }
.errRow .text {
  color: #e11313;
  padding-left: 6px; }
.succRow {
  display: none;
  margin-bottom: 5px;
  line-height: 18px;
  border-radius: 5px;
  position: relative; }
  .succRow .text {
    color: #6DBC37;
    padding-left: 6px; }

.sel .black_s {
  color: #000;
  height: 19px;
  font-size: 12px;
  padding: 0px;
  line-height: 19px;
  border: 1px solid #A9A9A9; }

/* 员工登录 */
.staffLogin {
  color: #ffa01a; }

.article_bg {
  box-sizing: border-box; }

/* 企业简介*/
.companyInfo p {
  text-indent: 2em;
  font: 14px/20px 'Microsoft YaHei', 微软雅黑, SimSun, 宋体, sans-serif;
  margin-bottom: 10px; }

/* 企业文化 */
.companyCulture ul {
  font: 14px/20px 'Microsoft YaHei', 微软雅黑, SimSun, 宋体, sans-serif; }

.companyCulture li {
  margin-bottom: 10px; }
.companyCulture li h5 {
  display: inline-block; }

/* 服务范围 */
.serviceScope ul {
  margin-left: 2em; }

.serviceScope li {
  margin-bottom: 20px;
  font: 14px/20px 'Microsoft YaHei', 微软雅黑, SimSun, 宋体, sans-serif;
  list-style-type: none; }

/* 班线班期 */
.transportRoutes img {
  width: 100%; }

/* 业务咨询 */
.businessConsult ul {
  margin-top: 25px;
  margin-bottom: 25px; }

.businessConsult ul > li {
  margin-bottom: 20px;
  margin-left: 15px; }

.businessConsult p {
  margin-top: 10px;
  margin-left: 25px;
  line-height: 1.5;
  font-size: 14px; }

/* 人才招聘 */
.businessConsult .workTable {
  margin-bottom: 20px; }

.businessConsult table {
  border: 1px solid #394f7f;
  font-size: 14px; }

.businessConsult tr {
  border-bottom: 1px solid #394f7f; }

.businessConsult td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  text-indent: .5em; }
.businessConsult td p {
  margin: 0;
  padding: 0;
  text-indent: 0; }

.businessConsult .w-th {
  text-indent: 0;
  width: 25%;
  background-color: #a7bfd7;
  text-align: center; }

/*运单查询*/
.search-order {
  margin: 0px 0px 10px 0px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px; }
.search-order .form-input {
  float: left;
  margin: 0 10px 5px 0; }
.search-order .form-input label {
  padding: 0 5px 0 0;
  line-height: 24px;
  display: inline-block; }
.search-order .form-input input {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  width: 120px; }
.search-order .val-spic {
  float: left;
  width: 46px; }
.search-order .form-item {
  position: relative;
  float: left;
  margin: 0 0 5px 0;
  text-align: right;
  width: 30%; }
.search-order .form-item label {
  padding: 0 5px 0 0;
  line-height: 24px;
  display: inline-block; }
.search-order .form-item input {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  width: 120px; }
.search-order .form-btn {
  float: left;
  width: 60px;
  border: 1px solid #3499e9;
  border-radius: 4px; }
.search-order .form-btn a {
  text-align: center; }
.search-order .form-btn .btn-blue {
  padding: 0;
  color: #fff;
  display: block;
  border: 1px solid #76baee;
  background-image: -moz-linear-gradient(top, #63b2ee, #2692e4);
  /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63b2ee), color-stop(1, #2692e4));
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b2ee', endColorstr='#2692e4', GradientType='0');
  /* IE*/ }
.search-order .form-btn .btn-blue:hover {
  background-image: -moz-linear-gradient(top, #2692e4, #63b2ee);
  /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2692e4), color-stop(1, #63b2ee));
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2692e4', endColorstr='#63b2ee', GradientType='0');
  /* IE*/ }
.search-order .form-btn .btn-blue {
  height: 22px;
  line-height: 22px; }
.search-order .fn-btn {
  margin: 0px;
  float: left;
  width: 60px; }
.search-order .fn-btn .blue-btn {
  height: 22px;
  line-height: 22px; }
.search-order .fa-angle-down {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 16px; }
.search-order .fa-calendar {
  position: absolute;
  top: 17px;
  left: 270px;
  font-size: 14px;
  color: #ccc; }

#cate-map .dropdown {
  display: none; }

#cate-map li .current a {
  background: #f99747; }

#cate-map li .current .current {
  background: #ae9c7e; }

.quick-nav {
  position: absolute; }

.map-marker-info label {
  color: red;
  font-weight: bold;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", \5b8b\4f53, sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block; }

.map-marker-info span {
  font-weight: bold;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", \5b8b\4f53, sans-serif;
  font-size: 12px; }

.map-marker-info em {
  font-weight: bold;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", \5b8b\4f53, sans-serif;
  font-size: 12px;
  font-style: inherit; }

/* 投诉建议tip样式 */
#formErrorTip.success {
  border: 1px solid green;
  background: #fff;
  color: green; }

#formErrorTip.error {
  border: 1px solid red;
  background: #fbbd08;
  color: red; }

/* 投诉建议企业回复样式 */
#formErrorTip.success {
  border: 1px solid green;
  background: #fff;
  color: green; }

#formErrorTip.error {
  border: 1px solid red;
  background: #fbbd08;
  color: red; }

.workTable p, .workTable td {
  line-height: 20px; }

.sm-icon {
  height: 332px;
  width: 208px;
  background: url(../../../img/shipper/hbky/001.png) no-repeat 0 0;
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 2; }

/* 自适应footer flex性能兼容性较差*/
body {
  display: flex;
  flex-direction: column; }

.main {
  flex: 1; }

#tableLoading {
  height: 120px;
  background: url(../../../img/shipper/hbky/loading.gif) center 30px no-repeat;
  margin: 30px auto; }

.order_detail {
  width: 100%;
  position: relative; }
.order_detail .p-left-continer {
  width: 100%; }
.order_detail .p-left-continer .p-left {
  padding-right: 260px; }
.order_detail .p-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 370px;
  border: 1px solid #d8d8d8; }
.order_detail .p-right .qr-content {
  height: 50%;
  margin-left: 15px;
  text-align: left; }
.order_detail .p-right .qr-img {
  vertical-align: middle;
  margin-top: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px; }
.order_detail .p-right .qr-detail {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin-left: 5px;
  margin-top: 50px; }
.order_detail .p-right .qr-title {
  display: block;
  font-size: 14px;
  color: #333; }
.order_detail .p-right .title-small {
  margin-top: 10px;
  display: block; }

/* 运单查询的详情 */
.outline-panel {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 60px;
  padding-bottom: 5px;
  border: 1px solid #a7bfd7; }
.outline-panel ul {
  list-style-type: none;
  padding-left: 0; }
.outline-panel ul li {
  padding: 10px;
  font-size: 12px;
  color: #333333; }
.outline-panel .fn-label {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 5px; }
.outline-panel .yellow {
  color: #FFB32B; }
.outline-panel .green {
  color: #31C481; }
.outline-panel .fn-btn {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 10px; }
.outline-panel .fn-btn .blue-btn {
  width: 130px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.detail-panel {
  position: relative;
  padding-top: 50px;
  padding-bottom: 5px;
  padding-left: 136px;
  padding-right: 136px;
  margin-top: 10px;
  border: 1px solid #a7bfd7; }
.detail-panel h3 {
  position: absolute;
  top: 15px;
  left: 40px;
  font-size: 14px; }
.detail-panel ul {
  list-style-type: none;
  margin-top: 0; }
.detail-panel ul li {
  position: relative;
  z-index: 0;
  padding: 0px 5px 5px 40px;
  margin-bottom: 10px; }
.detail-panel ul li i {
  width: 2px;
  height: 70%;
  left: 22px;
  background: #f0932c;
  position: absolute;
  top: 20px; }
.detail-panel ul li em {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f0932c none repeat scroll 0% 0%;
  position: absolute;
  top: 7px;
  left: 18px; }
.detail-panel ul li:last-child i {
  visibility: hidden; }
.detail-panel ul li:first-child em {
  background-color: red; }
.detail-panel ul .status {
  font-size: 12px;
  color: #333333;
  line-height: 24px; }
.detail-panel ul .time {
  font-size: 12px;
  color: #949494;
  width: 110px;
  position: absolute;
  left: -106px;
  top: 5px;
  text-align: right;
  line-height: 16px; }
.detail-panel ul .time em {
  display: none; }
.detail-panel ul .detail-img {
  margin-right: 10px; }
.footer .footer-info .copyr {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center; }
.footer .footer-info .copyr .record-number a {
  color: #FFFFFF;}

/*# sourceMappingURL=../map/mould/index_add.css.map */
