@charset "UTF-8";
/**
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 * 基于上面这个版本做的修改的版本
 * 中文解释参照了(http://www.cnblogs.com/joyeecheung/p/3941475.html)
 *
 * 功能：在默认的HTML元素样式上提供了跨浏览器的高度一致性。
 * 依赖：_variables.scss
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/
 */
/**
 * 名称：_variables.scss
 *
 * 功能：变量库，定义在CSS编写过程中常用的属性值。
 * 依赖：没有任何依赖文件。
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/
 */
/* Grayscale Colors */
/* Accent Colors */
/* Scaffolding */
/* Links Colors */
/* Typography */
/**
 * Form
 */
/**
 * Button
 */
/* 字体样式 */
/* 尺寸 */
/* 大按钮 */
/* 大按钮字体大小 */
/* 默认尺寸 */
/* 默认尺寸字体大小 */
/* 小按钮 */
/* 小按钮字体大小 */
/* 超小尺寸 */
/* 超小尺寸字体大小 */
/* Blue */
/* Green */
/* Red */
/* Gray */
/**
 * 表格
 */
/**
 * 面包屑
 */
/**
 * 烽塔
 */
/**
 * Toolkit
 */
/**
 * 页码
 */
/**
 * artDialog(弹出框)
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. iOS设备旋转后可能会自动调整字体大小（e.g. 竖着的时候是14px，横着就自动调整成20px）。
 *    将这个属性设置为100%后Safari就会不会自作主张调整大小。
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Chrome, Firefox, 和Opera的progress没有以baseline垂直对齐
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/**
 * IE10会在a被按下的时候加上灰色背景，重设为transparent
 * ME: 增加了移除下划线
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #3E8ACC;
  /**
     * 除超链接悬停或者按下时出现的黑色虚线框
     */ }
  a:active, a:hover {
    outline: 0;
    text-decoration: none; }

/**
 * IE 8/9/10/11, Safari, Chrome 没有给abbr下划线，按照标准是要的
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Firefox 4+, Safari, Chrome 给b和strong设置的其实是bolder而不是bold
 */
b,
strong {
  font-weight: bold; }

/**
 * Safari and Chrome 里不是斜体
 */
dfn {
  font-style: italic; }

/**
 * Firefox 4+, Safari and Chrome 下section和aside里的h1的font-size和margin不一致
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 不同浏览器下的small大小不一致，这里定为80%
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * IE 8/9/10 在img被a包裹的时候会加上丑的一比的边框，为了保持一致要去掉
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * IE 8/9 and Safari 没有对figure加上margin
 */
figure {
  margin: 1em 40px; }

/**
 * Firefox and other browsers 的hr用的是border-box（border和padding算在height里）
 * 为了保持一致，设为content-box
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * 大部分浏览器的pre在overflow的时候会直接溢出去，这里加上overflow:auto让它出现滚动条
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * 名称：_variables.scss
 *
 * 功能：变量库，定义在CSS编写过程中常用的属性值。
 * 依赖：没有任何依赖文件。
 *
 * $author FitGrace<fitingrace#gmail.com>
 * $link   http://www.fitgrace.com/
 */
/* Grayscale Colors */
/* Accent Colors */
/* Scaffolding */
/* Links Colors */
/* Typography */
/**
 * Form
 */
/**
 * Button
 */
/* 字体样式 */
/* 尺寸 */
/* 大按钮 */
/* 大按钮字体大小 */
/* 默认尺寸 */
/* 默认尺寸字体大小 */
/* 小按钮 */
/* 小按钮字体大小 */
/* 超小尺寸 */
/* 超小尺寸字体大小 */
/* Blue */
/* Green */
/* Red */
/* Gray */
/**
 * 表格
 */
/**
 * 面包屑
 */
/**
 * 烽塔
 */
/**
 * Toolkit
 */
/**
 * 页码
 */
/**
 * artDialog(弹出框)
 */
body {
  height: 100%; }

.search-content {
  position: fixed;
  width: 100%;
  height: calc(100% - 145px);
  top: 70px;
  bottom: 75px;
  overflow-y: auto; }
  .search-content .content {
    position: relative; }
    .search-content .content .logo {
      text-align: center; }
    .search-content .content .input-wrap {
      text-align: center;
      margin-top: 35px; }
      .search-content .content .input-wrap .ori-form {
        position: relative;
        height: 42px;
        width: 572px;
        padding: 0;
        margin: auto;
        border: 1px solid #f0932c; }
        .search-content .content .input-wrap .ori-form #input-area {
          float: left;
          height: 40px;
          width: 100%;
          padding-left: 13px;
          padding-right: 90px;
          outline: none;
          font-size: 16px;
          border: none;
          box-sizing: border-box;
          line-height: 40px; }
        .search-content .content .input-wrap .ori-form #search {
          float: left;
          background: #f0932c;
          color: white;
          background-image: none;
          position: absolute;
          right: 0;
          width: 90px;
          height: 42px;
          text-align: center;
          letter-spacing: 1px;
          border: 1px;
          font-size: 16px;
          outline: none;
          text-indent: 1em;
          cursor: pointer;
          line-height: 42px; }
        .search-content .content .input-wrap .ori-form .fa-search {
          position: absolute;
          top: 16px;
          right: 60px;
          color: #fff;
          z-index: 999; }
    .search-content .content .qrcode-notice {
      margin-top: 100px;
      text-align: center; }
      .search-content .content .qrcode-notice .qr {
        display: inline-block; }
      .search-content .content .qrcode-notice .qr-img {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 5px; }
      .search-content .content .qrcode-notice .qr-wechat {
        margin-right: 86px; }
      .search-content .content .qrcode-notice .qr-app {
        margin-left: 86px; }
      .search-content .content .qrcode-notice .qr-title {
        margin-top: 20px;
        white-space: nowrap;
        font-size: 14px;
        color: #555; }
  .search-content .wechat-notice {
    margin-top: 18px;
    text-align: center; }
    .search-content .wechat-notice p {
      font-size: 14px;
      color: #444444; }

.search-wrap {
  position: relative; }
  .search-wrap .input-wrap {
    text-align: center;
    margin-top: 28px; }
    .search-wrap .input-wrap .ori-form {
      height: 42px;
      width: 100%;
      padding: 0;
      margin: auto;
      border: 1px solid #f0932c;
      position: relative; }
      .search-wrap .input-wrap .ori-form #input-area {
        float: left;
        height: 42px;
        width: 100%;
        padding-left: 13px;
        padding-right: 120px;
        outline: none;
        font-size: 16px;
        border: none;
        box-sizing: border-box;
        line-height: 42px; }
      .search-wrap .input-wrap .ori-form #search {
        float: left;
        background: #f0932c;
        color: white;
        background-image: none;
        position: absolute;
        right: 0;
        width: 90px;
        height: 42px;
        text-align: center;
        letter-spacing: 1px;
        border: 1px;
        font-size: 16px;
        outline: none;
        text-indent: 1em;
        cursor: pointer;
        line-height: 42px; }
      .search-wrap .input-wrap .ori-form .fa-search {
        position: absolute;
        right: 60px;
        top: 16px;
        color: #fff;
        z-index: 999; }

.content-wrap {
  width: 784px;
  margin: 100px auto 50px; }

.search-wrap span {
  font-size: 16px;
  color: #666666;
  display: inline-block; }

.search-wrap .text-wrap {
  border: 6px solid #d7d7d7;
  width: 564px;
  height: 30px;
  line-height: 30px; }
  .search-wrap .text-wrap b {
    background: #f0f0f0;
    padding: 3px 5px;
    margin: 4px 0 0 4px; }
    .search-wrap .text-wrap b i {
      font-style: normal;
      font-size: 12px;
      padding: 0 5px;
      position: relative;
      top: -2px;
      cursor: pointer; }

.search-wrap .fa-times-circle {
  font-size: 25px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 90px;
  color: #ccc;
  cursor: pointer; }

.error-panel {
  font-size: 16px;
  color: red;
  background: #f1f1f1;
  text-align: center;
  margin-top: 20px;
  padding: 10px; }

.head-panel {
  font-size: 13px;
  color: #666666;
  height: auto;
  width: 100%;
  text-align: center; }
  .head-panel ul {
    margin: 20px 0 20px 0;
    padding: 0;
    overflow: hidden;
    display: inline-block; }
    .head-panel ul li {
      width: 65px;
      float: left;
      text-align: center; }
      .head-panel ul li em.undo {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-top: 17px;
        border-radius: 8px;
        background: #d2cece none repeat scroll 0% 0%; }
      .head-panel ul li em.done {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-top: 17px;
        border-radius: 8px;
        background: #f0932c none repeat scroll 0% 0%; }
      .head-panel ul li p {
        margin-top: 25px; }
      .head-panel ul li img {
        width: 65px;
        margin-top: 22px; }

.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 {
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 60px;
  padding-bottom: 5px;
  background: #f3f3f3; }
  .outline-panel ul {
    list-style-type: none;
    padding-left: 0; }
    .outline-panel ul li {
      padding: 10px;
      font-size: 12px;
      color: #333333; }

.detail-panel {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 136px;
  margin-top: 10px;
  background: #f3f3f3; }
  .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 0px;
      margin-bottom: 10px; }
      .detail-panel ul li p {
        line-height: 22px; }
      .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: 3px;
        left: -26px; }
    .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; }
    .detail-panel ul .time {
      font-size: 12px;
      color: #949494; }

.footer p {
  color: #999; }
  .footer p a {
    color: #999; }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */ }

/* 媒体查询 */
@media (min-width: 1200px) {
  .search-content .content .input-wrap .ori-form {
    width: 1000px; }
  .content-wrap {
    width: 1000px; }
  .search-content .content .qrcode-notice .qr-wechat {
    margin-right: 150px; }
  .search-content .content .qrcode-notice .qr-app {
    margin-left: 150px; } }

@media (max-height: 650px) {
  .search-content .content .qrcode-notice {
    margin-top: 50px; } }

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