/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*
DO NOT CHANGE this file, as it will be overwritten in next update.
Write your own classes in other css file.
*/
/* bootstrap "xs": Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap (3) */
.row-space {
  margin-top: 15px !important;
}
.pagination_custom {
  margin: 0;
}
.small-input {
  width: 50px !important;
}
/* bootstrap 3 "sm": Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .row-space {
    margin-top: 15px !important;
  }
}
/* bootstrap 3 "md": Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .row-space {
    margin-top: 0 !important;
  }
}
/* bootstrap 3 "lg": Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .row-space {
    margin-top: 0 !important;
  }
}
/* -------------------------------------------------------------------------- */
/**
 *  select2
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-selection__rendered {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
  background: #eee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #039;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #039;
}
.datetimepicker table tr td span.old {
  color: #999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker th span.glyphicon {
  pointer-events: none;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  background: #FFF url(images/Jcrop.gif);
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px!important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px!important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}
.jcrop-handle {
  background-color: #333;
  border: 1px #EEE solid;
  font-size: 1px;
  height: 7px;
  width: 7px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #FFF;
}
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span {
  /*	-moz-box-sizing: border-box !important;
      box-sizing: border-box !important;*/
}
.xdsoft_autocomplete {
  display: inline;
  position: relative;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
}
.xdsoft_autocomplete .xdsoft_input {
  position: relative;
  z-index: 999;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  position: absolute;
  border: 1px solid #ccc;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  display: none;
  z-index: 1001;
  margin-top: -1px;
  background-color: #fff;
  min-width: 100%;
  overflow: auto;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  text-fill-color: #ccc !important;
  overflow: hidden !important;
  white-space: pre  !important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint span {
  color: transparent;
  opacity: 0;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright {
  color: #ddd;
  font-size: 10px;
  text-decoration: none;
  right: 5px;
  position: absolute;
  margin-top: -15px;
  z-index: 1002;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5em;
  padding: 2px 0px 2px 0px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background: #0097CF;
  color: #FFFFFF;
}
.upload-container {
  position: relative;
  width: 860px;
  margin: 0 auto;
}
.upload-container .upload-img {
  min-height: 220px;
  width: 550px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}
.upload-container #preview-pane {
  display: block;
  position: absolute;
  width: 284px;
  height: 179px;
  z-index: 110;
  top: 0px;
  left: 574px;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  border-radius: 6px;
  background-color: white;
}
.upload-container .preview-container {
  width: 272px;
  height: 167px;
  overflow: hidden;
}
#uploadImgModal {
  z-index: 9999999;
}
#uploadImgModal .modal-dialog {
  transform: none;
}
/*-- 通用样式 --*/
@font-face {
  font-family: 'iconfont';
  /* project id 330907 */
  src: url('//at.alicdn.com/t/font_330907_cvsmgtz4th5.eot');
  src: url('//at.alicdn.com/t/font_330907_cvsmgtz4th5.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_330907_cvsmgtz4th5.woff2') format('woff2'), url('//at.alicdn.com/t/font_330907_cvsmgtz4th5.woff') format('woff'), url('//at.alicdn.com/t/font_330907_cvsmgtz4th5.ttf') format('truetype'), url('//at.alicdn.com/t/font_330907_cvsmgtz4th5.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-size: 14px;
  font-style: normal;
}
.btn-lg .iconfont {
  font-size: 18px;
  line-height: 18px;
}
.btn-sm {
  vertical-align: initial;
}
.btn-sm .iconfont {
  font-size: 12px;
  line-height: 12px;
}
.btn-xs .iconfont {
  font-size: 12px;
  line-height: 12px;
}
.h-mian {
  margin: 0 auto;
  width: 990px;
}
.btn-import {
  width: 100px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0 ;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1 ;
}
.auto-line {
  table-layout: fixed;
  word-break: break-all;
  overflow: auto;
  overflow: hidden;
}
.p-breviary {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-loading .logo {
  background: url(/images/h-loading2.gif) center center no-repeat;
}
/*-- 全局样式 --*/
body {
  padding-right: 0px !important;
  font-family: "微软雅黑";
}
p.sea-error {
  color: #a94442;
}
#listPagination {
  overflow: hidden;
}
.user-register {
  width: 500px;
  margin-top: 15px;
  margin-left: 20px;
}
.user-register h3 {
  line-height: 25px;
  font-weight: bolder;
}
.user-register .form-group {
  width: 250px;
}
.user-register .form-group input {
  margin: 10px auto;
}
.user-register .blue {
  color: #7b94cc;
  font-size: 22px;
  font-weight: bolder;
}
.g-loading {
  width: 100%;
  height: 124px;
  background: url(/images/loading-2.gif) no-repeat center center;
}
/*-- 重置 --*/
.panel-group .panel-collapse {
  overflow: hidden;
}
.panel-body {
  min-height: 450px;
  padding-bottom: 260px;
}
.sweet-alert h2 {
  word-break: break-all;
}
/*--------------- 页面基本样式 -------------------*/
/*-- 登录首页 --*/
.choose-language {
  text-align: right;
  line-height: 25px;
  padding-right: 10px;
  font-size: 14px;
}
.choose-language a {
  color: #ffffff;
}
/*-- 输入框 --*/
.easy-input {
  padding: 20px;
  font-size: 18px;
}
.easy-input .form-control {
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}
.easy-input .result {
  background-color: #999999;
  padding: 7px;
  width: 400px;
  font-weight: bolder;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  table-layout: fixed;
  word-break: break-all;
  overflow: auto;
}
.easy-input .result-right {
  background-color: #147E3E;
  color: #ffffff;
}
.easy-input .result-errot {
  background-color: #A50202;
  color: #ffffff;
}
.easy-input .output-list {
  width: 800px;
}
.easy-input .btn-empty {
  height: 40px;
  margin-left: 10px;
}
/*--接受入库--*/
.accept-Storage {
  overflow: hidden;
}
.accept-Storage .accept-left {
  width: 550px;
  float: left;
}
.accept-Storage .accept-right {
  width: 550px;
  float: left;
}
.accept-Storage .accept-right .print-Storage {
  height: 170px;
  border: 1px dotted #000;
  margin: 20px;
  padding: 10px;
}
.accept-Storage .accept-right .btn-ruk {
  margin-top: 20px;
  margin-left: 18px;
}
.list-complete {
  width: 900px;
  overflow: hidden;
}
.list-complete .list-left {
  width: 550px;
  float: left;
}
.list-complete .list-left table {
  font-size: 12px;
}
.list-complete .list-right {
  width: 350px;
  float: left;
}
.list-complete .list-right table {
  font-size: 12px;
}
.list-complete .red {
  color: #e30419;
}
/*-- 查询 --*/
.search-wrap {
  float: left;
  width: 180px;
  margin-right: 15px;
}
.search-wrap label {
  font-weight: 400;
}
.search-wrap .title {
  font-weight: bolder;
  font-size: 12px;
}
.search-wrap .alert-info {
  text-align: center;
  color: #333333;
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-bottom: none;
  line-height: 35px;
}
.search-wrap .search-content {
  border: 1px solid #ddd;
  padding: 10px;
}
.search-wrap .search-content .form-group .select-status {
  width: 100%;
  height: 28px;
}
.search-wrap .search-content .select-checkbox {
  margin-bottom: 8px;
}
.search-wrap .search-content .search-time {
  margin-bottom: 15px;
}
.search-wrap .search-content .search-time .form-group {
  margin-bottom: 0px;
}
.search-wrap .search-content .find-type {
  text-align: center;
}
.search-wrap .search-content .find-type h3 {
  text-align: left;
}
.search-wrap .search-content .find-type label {
  margin-top: 10px;
}
.search-wrap .search-content .go-search {
  text-align: center;
}
.search-wrap .search-content .go-search .btn {
  width: 70%;
}
.search-wrap .checkbox-inline {
  padding-bottom: 8px;
  margin-right: 1px;
  margin-left: 0;
  line-height: 20px;
  width: 72px;
}
.search-table {
  margin-left: 195px;
  text-align: left;
}
.search-table .operation {
  text-align: right;
  margin-bottom: 10px;
}
.search-table .more-operate .dropdown-menu {
  right: 0px;
  left: auto;
}
/*---------------- 页面样式 ----------------*/
.enter-page {
  background-color: #202020;
}
.enter-page .header {
  background-color: #191919;
  text-align: center;
  font-size: 40px;
  padding-top: 100px;
  padding-bottom: 20px;
  font-weight: bolder;
  color: #ffffff;
}
.enter-page .login {
  background-color: #666666;
  width: 312px;
  padding: 10px;
  margin: 0 auto;
}
.enter-page .login label {
  color: #ffffff;
}
.enter-page .login .sub {
  text-align: right;
}
.enter-page .login .verification .img-input {
  width: 150px;
  display: inline-block;
}
.enter-page .login .verification .img-code {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
.enter-page .login .verification img {
  margin-left: 5px;
  border: 1px solid;
  margin-top: -3px;
}
.enter-page .login .verification a {
  color: #044384;
}
.enter-page .register {
  background-color: #666666;
  width: 380px;
  padding: 15px 10px;
  margin: 0 auto;
}
.enter-page .register .form-group {
  margin-bottom: 8px;
}
.enter-page .register .form-group label {
  color: #ffffff;
  width: 80px;
  padding-right: 10px;
  text-align: right;
}
.enter-page .register .form-group .form-control {
  width: 270px;
}
.enter-page .register .form-group p.sea-error {
  padding-left: 92px;
}
.enter-page .register .sub {
  text-align: right;
  padding: 6px 7px 0px 0px;
}
.default-page .back-container-body {
  min-width: 1300px;
  margin-bottom: 300px;
}
.default-page .back-left {
  width: 100px;
  float: left;
}
.default-page .back-left .back-header {
  padding: 16px;
}
.default-page .back-left .back-header .logo {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
.default-page .back-left .back-header .message {
  text-align: right;
  color: #cccccc;
}
.default-page .back-left .back-header .skip {
  color: #ffffff;
  text-align: right;
}
.default-page .back-left .back-header .skip a {
  color: #ffffff;
}
.default-page .back-left .back-link {
  padding: 4px 0px 0px 16px;
  text-align: right;
}
.default-page .back-left .back-link a {
  color: #ffffff;
}
.default-page .back-left .back-link li dl {
  line-height: 25px;
}
.default-page .back-left .back-link li dl dt {
  line-height: 30px;
}
.default-page .back-left .back-link li dl dt a {
  display: block;
  background-color: #5EA500;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 16px;
  text-decoration: none;
}
.default-page .back-left .back-link li dl dd {
  line-height: 25px;
}
.default-page .back-left .back-link li dl dd a {
  display: block;
  padding-right: 16px;
  text-decoration: none;
}
.default-page .back-right {
  margin-left: 100px;
  padding: 20px;
  padding-top: 0px;
}
.default-page .back-right .back-main .back-title {
  font-size: 18px;
}
.default-page .back-right .back-main .panel {
  overflow: hidden;
}
.back-link-container .link-item {
  margin-bottom: 5px;
  text-align: right;
}
.back-link-container .link-item .link-header {
  background-color: #5EA500;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 16px 5px 25px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.back-link-container .link-item .link-body {
  overflow: hidden;
  height: 0px;
}
.back-link-container .link-item .link-body ul li a {
  padding-right: 16px;
  color: #ffffff;
}
.back-link-container .link-item .link-body ul li .selected {
  color: #e30419;
}
.back-link-container .unfold .link-header h4 {
  font-weight: bolder;
}
.back-link-container .unfold .link-body {
  height: auto;
}
/*---------------- 头部样式 ----------------*/
.back-container-header {
  min-width: 600px;
}
.back-container-header .h-main {
  margin: 0 auto;
  overflow: hidden;
  height: 45px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.back-container-header .h-main .header-logo {
  float: left;
}
.back-container-header .h-main .header-logo a {
  font-size: 20px;
  font-weight: bolder;
  color: #000000;
  padding-left: 10px;
}
.back-container-header .h-main .header-logo a:hover {
  text-decoration: none;
}
.back-container-header .h-main .header-name {
  float: left;
  padding-left: 10px;
}
.back-container-header .h-main .header-info {
  padding-right: 10px;
  float: right;
}
.back-container-header .h-main .header-info .info-1 {
  margin-right: 10px;
}
/*---------------- 左侧导航样式----------------*/
.back-link-container {
  width: 100px;
}
.back-link-container .link-item {
  position: relative;
  z-index: 10;
  text-align: center;
  background-color: #7b94cc;
  margin-bottom: 2px;
}
.back-link-container .link-item .link-nav {
  height: 60px;
  width: 100px;
  color: #fff;
}
.back-link-container .link-item .link-nav .link-logo {
  display: block;
  text-align: center;
  padding-top: 13px;
  cursor: pointer;
}
.back-link-container .link-item .link-nav .link-logo .iconfont {
  font-size: 30px;
}
.back-link-container .link-item .link-nav .link-name {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
}
.back-link-container .link-item .link-nav-list {
  display: none;
  background: #fff;
  width: 160px;
  padding: 10px 18px;
  position: absolute;
  left: 100px;
  top: 0;
  border: 1px solid #e5e5e5;
  text-align: left;
  z-index: 999;
}
.back-link-container .link-item .link-nav-list i.shape {
  display: block;
  width: 15px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  left: -15px;
  top: -1px;
  border: 1px solid #e5e5e5;
  border-right: 0px;
  background-color: #fff;
}
.back-link-container .link-item .link-nav-list li {
  padding: 3px 0px;
}
.back-link-container .link-item .link-nav-list li a {
  text-decoration: none;
  line-height: 18px;
  height: 18px;
  color: #333;
  display: block;
  padding-left: 7px;
  border-left: 2px solid #ffffff;
}
.back-link-container .link-item .link-nav-list li a.selected,
.back-link-container .link-item .link-nav-list li a:hover {
  border-left: 2px solid #8e75b7;
}
.back-link-container .link-item-selected {
  background: #78639b;
}
.back-link-container .unfold {
  background: #78639b;
}
.back-link-container .unfold .link-nav-list {
  display: block;
}
/*----------------查看货物状态----------------*/
.user-Warehouse {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 10px;
  line-height: 40px;
  height: 40px;
}
.goods-status .goods-item {
  float: left;
  width: 200px;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 15px 15px 0;
}
.goods-status .goods-item h6.num {
  font-size: 40px;
  height: 50px;
}
.goods-status .goods-item p.status {
  line-height: 20px;
  padding-left: 5px;
  height: 48px;
}
/*----------------包裹上架----------------*/
.goods-info .goods-info-txt {
  width: 600px;
  padding: 0px 0 15px 70px;
  line-height: 25px;
}
/*----------------包裹增值服务处理---------------*/
/*----------------货位生成---------------*/
.location {
  padding-left: 30px;
}
.location table {
  width: 570px;
}
.location label {
  font-weight: normal;
  margin-right: 5px;
}
.location .input-box {
  width: 220px;
}
.location .input-short {
  width: 93px;
  display: inline-block;
}
.location .line-area {
  margin: 0 7px;
}
.location .prompt {
  display: inline-block;
  color: #ff0000;
  margin-left: 10px;
  padding-top: 5px;
}
.location .go-submit {
  width: 40%;
}
.location .go-submit .btn {
  width: 160px;
}
/*----------------货物操作--------------*/
/*----------------货位修改--------------*/
.location-updata .input-short {
  margin-right: 125px;
}
/*----------------出库单列表--------------*/
.library-list .tb-1 {
  text-align: center;
}
.library-list .tb-1 a {
  margin-right: 0;
}
.library-list .tb-2 a {
  margin-right: 0;
}
.library-list .tb-3 {
  text-align: center;
}
.library-list .tb-3 a:first-child {
  margin-right: 15px;
}
.library-list .tb-wrap .table-info td.tb-4 {
  text-align: left;
}
.library-list .tb-wrap .table-info td.tb-4 span:first-child {
  margin-right: 10px;
}
/*----------------打包--------------*/
.packaging-1 tr.scan {
  background-color: #24f019;
}
/*----------------打包列表2--------------*/
.pack-operation {
  margin-bottom: 15px;
}
.print-way {
  padding: 5px 0px 15px 0px;
}
.pack-type {
  font-size: 14px;
  overflow: hidden;
}
.pack-type .type-txt p.source span {
  color: #0faa0f;
}
.pack-type .type-txt p.searve span.searve-1 {
  margin-right: 10px;
  color: #0000ff;
}
.pack-type .type-txt p.searve span.searve-2 {
  margin-right: 10px;
  color: #ff0000;
  font-weight: bolder;
}
.pack-type strong {
  font-size: 18px;
}
.charge-detail {
  margin: 20px auto;
}
.charge-detail .charge-1 {
  color: #ff0000;
}
.charge-detail .charge-2 {
  color: #0000ff;
}
.waybill-record h3 {
  line-height: 30px;
}
/*--- 打包详情 ---*/
.pack-content {
  width: 1400px;
  padding: 20px 0;
}
.pack-content .con-left {
  float: left;
  width: 480px;
}
.pack-content .con-left .con-btn {
  text-align: right;
}
.pack-content .con-right {
  float: left;
  width: 480px;
}
.pack-content .con-right .con-btn {
  text-align: left;
}
.pack-content .con-center {
  float: left;
  width: 200px;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0 5px;
}
.pack-content .con-center .weight strong {
  color: #0000ff;
  font-size: 28px;
}
.pack-content .con-center .weight-pic {
  width: 90px;
  margin: 10px auto;
}
.pack-content .con-center .volume-box .item {
  margin-bottom: 5px;
}
.pack-content .con-center .volume-box .item input {
  display: inline-block;
  margin-left: 10px;
  width: 149px;
}
.pack-content .con-list {
  margin-top: 10px;
}
.pack-content .con-list table td {
  font-size: 14px;
  line-height: 16px;
  color: #05c000;
}
.pack-content .con-list table .tab-1 {
  width: 80px;
}
.pack-content .con-list table .tab-2 {
  width: 160px;
}
.pack-content .con-list table .tab-3 {
  width: 90px;
}
.pack-content .con-list table .heading {
  overflow: hidden;
  font-size: 12px;
}
.pack-content .con-list table .heading .con-right {
  float: right;
  width: 180px;
  text-align: right;
}
.pack-content .con-list table .heading .con-right .addAbnormal {
  color: #A50202;
}
.pack-content .con-list table .tb-inf {
  overflow: hidden;
}
.pack-content .con-list table .tb-inf .num {
  float: left;
  color: #000;
}
.pack-content .con-list table .tb-inf .inf {
  float: right;
}
.pack-content .con-list table .tb-inf .inf strong {
  color: #ff0000;
}
.pack-content .con-list .create-title {
  line-height: 25px;
}
.pack-content .con-list .create {
  overflow: hidden;
}
.pack-content .con-list .create .operation {
  float: right;
}
.pack-content #listContent-left {
  min-height: 250px;
}
.pack-content #listContent-right-1 {
  min-height: 150px;
}
.pack-content #listContent-right-2 {
  min-height: 150px;
}
.pack-content .all-nprice {
  font-weight: bolder;
}
/*----------- 出库单详情 -------------*/
.delivery-list {
  margin-top: 15px;
}
.delivery-list h3 {
  line-height: 30px;
}
.photos-list {
  overflow: hidden;
}
.photos-list li {
  float: left;
  margin: 0px 15px 15px 0px;
}
.photos-list li img {
  width: 150px;
  height: 150px;
}
.abnormal-list ul li {
  margin-bottom: 10px;
}
.abnormal-content {
  width: 500px;
  border-top: 1px dashed #cccccc;
  padding-top: 5px;
}
.return-content {
  width: 500px;
  border-top: 1px dashed #cccccc;
  padding-top: 5px;
}
/*----------- 左右格式 -------------*/
.rank-container .rank-left {
  float: left;
  width: 550px;
}
.rank-container .rank-right {
  float: left;
  width: 550px;
}
.rank-container .rank-right .shipments-container {
  overflow: hidden;
}
.rank-container .rank-right .shipments-container .shipments-import {
  width: 270px;
  padding-left: 20px;
  margin-bottom: 15px;
  float: left;
}
.rank-container .output-list .red {
  color: #ff0000;
  line-height: 30px;
}
.rank-container .jute-p {
  font-size: 18px;
  font-weight: bolder;
  line-height: 35px;
}
.rank-container .jute-p span {
  color: #ff0000;
}
/*-- 交易查询列表 --*/
.back-dealList .all-price {
  line-height: 30px;
}
/*-- 打印 --*/
.print-Storage {
  width: 352px;
}
.print-Storage .bar-code h3 {
  padding-left: 18px;
  line-height: 30px;
  font-size: 17px;
}
.print-Storage p {
  line-height: 17px;
  padding-left: 18px;
}
/*-- 后台处理 --*/
.packageList-search .select-checkbox .checkbox-inline {
  width: 120px;
}
/*--留言中心--*/
.compensation-list {
  height: 140px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.compensation-list .c-name {
  font-size: 14px;
  color: #000000;
  font-weight: bolder;
}
.compensation-list .c-name .time {
  float: right;
  padding-right: 17px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}
.compensation-list .c-content {
  font-size: 13px;
  padding-left: 10px;
}
/*--包裹商品信息--*/
.package-goods-container {
  margin-top: 0px;
}
.package-goods-container .title {
  line-height: 34px;
  font-size: 16px;
  font-weight: bolder;
  margin: 0px 0px 10px 0px;
  border-bottom: none;
  overflow: hidden;
}
.package-goods-container .title button {
  float: right;
}
.package-goods-container .package-bottom {
  border: 1px solid #dcdcdc;
  border-top: none;
  background-color: #ebebeb;
  overflow: hidden;
  padding: 5px 0px;
}
.package-goods-container .package-bottom .reminder {
  float: left;
  width: 700px;
  padding: 8px;
}
.package-goods-container .package-bottom .taxOn {
  width: 208px;
  float: right;
}
.package-goods-container .package-bottom .taxOn p {
  color: #337ab7;
  font-weight: bold;
  font-size: 25px;
}
.package-goods-container .package-bottom .taxOn p .t-1 {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.package-goods-list .box-1,
.package-goods-list .box-2 {
  width: 145px;
  float: left;
}
.package-goods-list .box-4 {
  width: 110px;
  float: left;
}
.package-goods-list .box-5,
.package-goods-list .box-6 {
  width: 103px;
  float: left;
}
.package-goods-list .box-3 {
  width: 140px;
  float: left;
}
.package-goods-list .box-3 .form-control[readonly] {
  background-color: #fff;
}
.package-goods-list .box-19 {
  width: 110px;
  float: left;
}
.package-goods-list .box-7 {
  width: 80px;
  float: left;
  text-align: center;
}
.package-goods-list .box-8 {
  width: 70px;
  float: left;
}
.package-goods-list .box-18 {
  width: 90px;
  float: left;
}
.package-goods-list .box-18 .tax-rate {
  line-height: 34px;
  text-align: center;
}
.package-goods-list .box-18 .red {
  color: #D52929;
}
.package-goods-list .box-11 {
  width: 210px;
  float: left;
  text-align: center;
}
.package-goods-list .box-12 {
  width: 200px;
  float: left;
  text-align: center;
}
.package-goods-list .box-13 {
  width: 150px;
  float: left;
  text-align: center;
}
.package-goods-list .box-14 {
  width: 150px;
  float: left;
  text-align: center;
}
.package-goods-list .box-15 {
  width: 115px;
  float: left;
  text-align: center;
}
.package-goods-list .box-16 {
  width: 110px;
  float: left;
  text-align: center;
}
.package-goods-list .box-17 {
  width: 110px;
  float: left;
  text-align: center;
}
.package-goods-list .virtual-item {
  line-height: 34px;
}
.package-goods-list .annotation {
  border: 1px solid #dcdcdc;
  background-color: #ebebeb;
  text-align: center;
  line-height: 40px;
}
.package-goods-list .annotation .prompt {
  text-align: left;
  padding-left: 5px;
  line-height: 25px;
  color: #ffffff;
  background-color: #ff9900;
}
.package-goods-list .annotation .package-box div {
  background: url('../img/li_back.png') no-repeat left center;
}
.package-goods-list .annotation .package-box .box-1 {
  background: none;
}
.package-goods-list .package-list {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.package-goods-list .package-list .package-item .p-box {
  padding: 8px 5px;
}
.package-goods-list .package-list .package-item .box-7 {
  text-align: center;
  line-height: 34px;
}
.more-juteBag .dropdown .dropdown-menu li a {
  padding: 1px 20px;
}
/*--第三方接收--*/
.other-receive tr.scan {
  background-color: #24f019;
}
.other-receive tr.error {
  background-color: #A50202;
}
.otherVerify-container {
  overflow: hidden;
}
.otherVerify-container .otherVerify-left {
  width: 550px;
  float: left;
}
.otherVerify-container .otherVerify-right {
  width: 550px;
  float: left;
}
/*---短信邮件发送--*/
.note-email {
  overflow: hidden;
}
.note-email .email-left {
  width: 220px;
  float: left;
}
.note-email .email-left .user-list {
  border: 1px dashed;
  padding: 10px;
  max-height: 600px;
  overflow-y: auto;
}
.note-email .email-left .user-list .user-item {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
  cursor: pointer;
}
.note-email .email-send {
  float: left;
  margin-left: 15px;
  width: 690px;
}
.setting-container .form-group {
  margin-bottom: 10px;
}
.gradeList {
  line-height: 36px;
}
.gradeList .grade-item {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.gradeList .grade-item .g-always {
  overflow: hidden;
}
.gradeList .grade-item .g-subclass li {
  overflow: hidden;
}
.gradeList .grade-item .g-1 {
  width: 10%;
  float: left;
}
.gradeList .grade-item .g-2 {
  width: 16%;
  float: left;
}
.gradeList .grade-item .g-3 {
  width: 25%;
  float: left;
}
.gradeList .grade-item .g-4 {
  width: 19%;
  float: left;
}
.gradeList .grade-item .g-5 {
  width: 20%;
  float: left;
}
.gradeList .grade-item .g-6 {
  width: 10%;
  float: left;
}
.gradeList .headline {
  font-size: 18px;
  font-weight: bolder;
}
.storage-goods {
  padding: 0 20px 20px 20px;
}
.storage-goods .title {
  overflow: hidden;
}
.storage-goods .title .btn {
  float: right;
}
.storage-goods .good-list {
  margin-top: 10px;
}
.storage-goods .good-list table th {
  text-align: center;
}
.storage-goods .good-list table td {
  padding: 4px;
}
.storage-receiving .operate {
  width: 80px;
  line-height: 34px;
  text-align: center;
}
.storage-receiving .box-1 {
  min-width: 120px;
}
.storage-receiving .box-2 {
  min-width: 120px;
}
.storage-receiving .box-3 {
  width: 108px;
}
.storage-receiving .box-4 {
  min-width: 110px;
}
.storage-receiving .box-5 {
  width: 80px;
}
.storage-receiving .box-6 {
  width: 108px;
}
.storage-receiving .box-7 {
  width: 80px;
}
.storage-receiving .box-8 {
  width: 70px;
}
.storage-receiving .box-9 {
  width: 70px;
}
.sorting-content {
  overflow: hidden;
  margin: 0 20px;
  width: 1180px;
}
.sorting-content .con-left {
  width: 480px;
  float: left;
}
.sorting-content .con-center {
  width: 170px;
  margin: 0 10px;
  border: 1px solid #ddd;
  padding: 10px 10px 50px;
  float: left;
}
.sorting-content .con-right {
  width: 480px;
  float: left;
}
.sorting-content .con-right .con-btn {
  margin-bottom: 10px;
}
.sorting-content .box-1 {
  width: 100px;
}
.sorting-content .box-2 {
  width: 120px;
}
.sorting-content .box-3 {
  width: 66px;
}
.sorting-content .box-4 {
  width: 85px;
}
.find-data {
  text-align: center;
}
.find-data h3 {
  text-align: left;
}
.find-data label {
  margin-top: 10px;
}
.surface-main {
  width: 880px;
  height: 400px;
  margin-top: 20px;
}
/*-- 口岸批次发货 --*/
.portBatch-deliver {
  overflow: hidden;
  width: 1030px;
}
.portBatch-deliver select {
  width: 120px;
  display: inline-block;
}
.portBatch-deliver .portBatch-left {
  float: left;
  width: 500px;
  margin-right: 30px;
}
.portBatch-deliver .portBatch-right {
  float: left;
  width: 500px;
}
/*-- 类别选择 --*/
.cataContainer a:link {
  text-decoration: none;
}
.cataContainer a:visited {
  text-decoration: none;
}
.cataContainer a:hover {
  text-decoration: none;
}
.cataContainer a:active {
  text-decoration: none;
}
.cataContainer .cata-search {
  position: relative;
}
.cataContainer .cata-search .search {
  width: 280px;
  margin-top: 8px;
  margin-bottom: 5px;
  margin: 0 auto;
}
.cataContainer .cata-search .search input {
  width: 210px;
  display: inline-block;
}
.cataContainer .cata-search .search button {
  vertical-align: top;
  margin-left: 8px;
}
.cataContainer .cata-search .ac_results {
  border: 1px solid #999999;
  background: #FFFFFF;
  position: absolute;
  text-align: left;
  top: 33px !important;
  left: 265px !important;
  width: 210px !important;
  z-index: 9999;
  padding: 10px;
}
.cataContainer .cata-search .ac_results .ac_over {
  background: none repeat scroll 0 0 #cbe6f7;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.cataContainer .cata-bar {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  z-index: 999;
}
.cataContainer .cata-bar .cataList {
  float: left;
  overflow: hidden;
}
.cataContainer .cata-bar .cataList .go-left {
  float: left;
}
.cataContainer .cata-bar .cataList .go-right {
  float: left;
}
.cataContainer .cata-bar .cataList .main {
  float: left;
  width: 570px;
  overflow: hidden;
}
.cataContainer .cata-bar .cataList .main a {
  width: 102px;
  margin: 0 6px;
  display: block;
  float: left;
  text-align: center;
  height: 40px;
  font-size: 16px;
}
.cataContainer .cata-bar .cataList .main a:hover {
  border-bottom: 1px solid #23527c;
  text-decoration: none;
}
.cataContainer .cata-bar .cataList .main a.selected {
  border-bottom: 1px solid #23527c;
}
.cataContainer .cata-bar .cataNum {
  float: left;
  margin-top: 7px;
  overflow: hidden;
}
.cataContainer .cata-bar .cataNum a {
  text-decoration: none;
  text-shadow: 0 1px 1px white;
  display: block;
  float: left;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #eeeeee;
  line-height: 24px;
  padding: 0 7px;
  margin-left: 10px;
}
.cataContainer .cata-bar .cataNum a.selected {
  background-color: #286090;
  border: 1px solid #204d74;
  color: #ffffff;
}
.cataContainer .cata-main {
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 9px;
  height: 250px;
}
.cataContainer .cata-main .cata-item .letter {
  overflow: hidden;
}
.cataContainer .cata-main .cata-item .letter a {
  text-shadow: 0 1px 1px white;
  display: block;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 11px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #eeeeee;
  width: 22px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  color: #666666;
  margin: 0 2px;
}
.cataContainer .cata-main .cata-item .letter a.selected {
  background-color: #337ab7;
  color: #ffffff;
  border: 1px solid #286090;
}
.cataContainer .cata-main .cata-item .category {
  overflow-y: scroll;
  font-size: 15px;
  margin-top: 10px;
  height: 200px;
}
.cataContainer .cata-main .cata-item .category a {
  border-left: 1px solid #CCCCCC;
  float: left;
  height: 20px;
  line-height: 16px;
  margin: 7px 0;
  padding: 0 9px;
  color: #666666;
}
.cataContainer .cata-main .cata-item .category a:hover {
  color: #337ab7;
}
/*-- 类别选择 横向--*/
.cataContainer-cross {
  height: 500px;
}
.cataContainer-cross .category {
  width: 200px;
  float: left;
}
.cataContainer-cross .category .go-left,
.cataContainer-cross .category .go-right {
  background-color: #337ab7;
  width: 200px;
  height: 29px;
  text-align: center;
  font-size: 22px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.cataContainer-cross .category .go-left a,
.cataContainer-cross .category .go-right a {
  color: #fff;
  text-decoration: none;
}
.cataContainer-cross .category .main {
  height: 440px;
  background-color: #EFEFEF;
  font-size: 14px;
  overflow: hidden;
}
.cataContainer-cross .category .main a:after {
  content: '＞';
  border: 1px solid transparent;
  font-size: 20px;
  color: #E0E0E0;
  transform: rotate(0deg);
  display: inline-block;
  right: 10px;
  position: absolute;
}
.cataContainer-cross .category .main a {
  display: block;
  line-height: 40px;
  text-decoration: none;
  padding-left: 15px;
  color: #000000;
  position: relative;
}
.cataContainer-cross .category .main a:hover {
  color: #337ab7;
  background-color: #ffffff;
}
.cataContainer-cross .category .main a:hover:after {
  color: #337ab7;
}
.cataContainer-cross .category .main .selected {
  color: #337ab7;
  background-color: #ffffff;
}
.cataContainer-cross .category .main .selected:after {
  color: #337ab7;
}
.cataContainer-cross .category .main .g-loading {
  height: 440px;
}
.cataContainer-cross .pinyin {
  width: 30px;
  float: left;
  background-color: #f2fcff;
}
.cataContainer-cross .pinyin p {
  background-color: #F1FCFF;
  color: #337ab7;
  width: 30px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
}
.cataContainer-cross .pinyin p a:hover {
  text-decoration: none;
}
.cataContainer-cross .pinyin .letter {
  height: 450px;
  overflow: hidden;
}
.cataContainer-cross .pinyin .letter a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #337ab7;
  text-align: center;
  height: 25px;
  line-height: 25px;
}
.cataContainer-cross .pinyin .letter a:hover {
  background: url('/images/transport-yuan.png') no-repeat 5px 2px;
  color: #ffffff;
}
.cataContainer-cross .pinyin .letter .selected {
  background: url('/images/transport-yuan.png') no-repeat 5px 2px;
  color: #ffffff;
}
.cataContainer-cross .content {
  width: 668px;
  float: left;
}
.cataContainer-cross .content .cata-search {
  height: 42px;
  position: relative;
}
.cataContainer-cross .content .cata-search .search {
  width: 280px;
  margin-top: 8px;
  margin-bottom: 5px;
  margin: 0 auto;
}
.cataContainer-cross .content .cata-search .search input {
  width: 210px;
  display: inline-block;
}
.cataContainer-cross .content .cata-search .search button {
  vertical-align: top;
  margin-left: 8px;
}
.cataContainer-cross .content .cata-search .ac_results {
  border: 1px solid #999999;
  background: #FFFFFF;
  position: absolute;
  text-align: left;
  top: 33px !important;
  left: 194px !important;
  width: 210px !important;
  z-index: 9999;
  padding: 10px;
}
.cataContainer-cross .content .cata-search .ac_results .ac_over {
  background: none repeat scroll 0 0 #cbe6f7;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.cataContainer-cross .content .category-container {
  font-size: 14px;
  padding: 5px;
  overflow-y: scroll;
  height: 420px;
  margin: 2px;
}
.cataContainer-cross .content .category-container a {
  height: 20px;
  line-height: 16px;
  margin: 4px 4px;
  padding: 0 4px;
  display: inline-block;
  color: #666666;
}
.cataContainer-cross .content .category-container a:hover {
  color: #337ab7;
  background-color: #35aacd;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}
.cataContainer-cross .content .category-container em {
  color: #E9E9E9;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.cataContainer-cross .content .category-container .g-loading {
  height: 420px;
}
/*-- 收货地址 --*/
.papers-picture {
  margin-bottom: 5px;
}
.papers-picture .upload-item {
  margin-bottom: 5px;
}
.papers-picture .upload-item .title {
  width: 60px;
  display: inline-block;
}
.papers-picture .upload-item .uploadImg img {
  width: 85%;
}
.papers-picture .identity-test ul {
  padding-left: 5px;
}
/*-- 上传图片等待 --*/
.imgAwait .iconfont {
  color: #5cb85c;
}
.table-freight .active {
  background-color: #dddddd;
}
/*---------- 新页面制作 ---------*/
/*-- bootstrap 样式重置 --*/
/*-- 按钮 --*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #ffffff;
  background-color: #2a9fd6;
  border-color: #2a9fd6;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #2180ac;
  border-color: #15506c;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2180ac;
  border-color: #1f79a3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2180ac;
  border-color: #1f79a3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #1b698e;
  border-color: #15506c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2a9fd6;
  border-color: #2a9fd6;
}
.btn-primary .badge {
  color: #2a9fd6;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #77b300;
  border-color: #77b300;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #558000;
  border-color: #223300;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #558000;
  border-color: #4e7600;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #558000;
  border-color: #4e7600;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #3d5c00;
  border-color: #223300;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #77b300;
  border-color: #77b300;
}
.btn-success .badge {
  color: #77b300;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #9933cc;
  border-color: #9933cc;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #7a29a3;
  border-color: #4c1966;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #7a29a3;
  border-color: #74279b;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #7a29a3;
  border-color: #74279b;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #652287;
  border-color: #4c1966;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #9933cc;
  border-color: #9933cc;
}
.btn-info .badge {
  color: #9933cc;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff8800;
  border-color: #ff8800;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: #804400;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: #c26700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: #c26700;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a85a00;
  border-color: #804400;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff8800;
  border-color: #ff8800;
}
.btn-warning .badge {
  color: #ff8800;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #990000;
  border-color: #4d0000;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #990000;
  border-color: #8f0000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #990000;
  border-color: #8f0000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #750000;
  border-color: #4d0000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger .badge {
  color: #cc0000;
  background-color: #ffffff;
}
.btn-link {
  color: #2a9fd6;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a9fd6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #888888;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
/*-- 分页 --*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #282828;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2a9fd6;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2a9fd6;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888888;
  background-color: #222222;
  border-color: #282828;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*-- 框架样式 --*/
.new-back-page {
  background-color: #F3F5F8;
  font-family: "Source Sans Pro", sans-serif;
  color: #676a6d;
}
.layout-fullwidth #wrapper .sidebar {
  display: none;
}
.layout-fullwidth #wrapper .main {
  padding-left: 0px;
}
.layout-fullwidth #wrapper .main .btn-toggle-fullwidth {
  color: #000000;
}
#wrapper {
  background-color: #f5f5fa;
}
#wrapper .sidebar {
  width: 100px;
  height: 100%;
  min-height: 600px;
  float: left;
  background-color: #2B333E;
}
#wrapper .main {
  width: 100%;
  padding-left: 100px;
  left: 0;
  background-color: #f5f5fa;
}
#wrapper .main .main-content {
  padding: 15px 0px;
}
#wrapper .main .main-content .container-fluid .row {
  overflow: hidden;
}
#wrapper .main .main-content .container-fluid .page-title {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
}
#wrapper .main .main-content .container-fluid .nav-tabs {
  height: 39px;
}
#wrapper .main .main-content .container-fluid .tab-content .tab-pane {
  padding: 20px 5px;
}
#wrapper .main .main-content .panel-custom .panel-heading {
  background-color: #ffffff;
}
#wrapper .main .main-content .small-main label {
  line-height: 26px;
}
#wrapper .main .main-content .small-main label .btn-tag {
  line-height: 13px;
}
#wrapper .main .main-content .small-main .np-tableList label {
  line-height: 17px;
}
#wrapper .main .main-content .small-main .form-group label {
  line-height: 18px;
}
#wrapper .main .main-content .small-main .panel-body {
  padding-bottom: 15px;
}
#wrapper .main .main-content .small-main .panel-body .title {
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
#wrapper .main .main-content .small-main .form-group {
  margin-bottom: 8px;
}
#wrapper .main .main-content .small-main .form-control {
  height: 26px;
  font-size: 12px;
  padding: 1px 8px;
}
#wrapper .main .main-content .small-main .select2-selection {
  height: 26px;
}
#wrapper .main .main-content .small-main .select2-selection .select2-selection__rendered {
  line-height: 26px;
  font-size: 12px;
}
#wrapper .main .main-content .small-main .select2-selection .select2-selection__arrow b {
  margin-top: -7px;
}
#wrapper .main .main-content .small-main .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#wrapper .main .main-content .small-main .np-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#wrapper .main .main-content .small-main textarea.form-control {
  height: 47px;
}
#wrapper .main .main-content .small-main .np-tableList td {
  line-height: 19px;
}
#wrapper .main .main-content .small-main .main-container {
  width: 860px;
}
#wrapper .main .back-navbar-top {
  background-color: #fff;
  line-height: 46px;
  height: 46px;
  margin-bottom: 0px;
  padding: 0 24px;
  font-weight: 600;
  color: #333;
}
#wrapper .main .back-navbar-top a {
  text-decoration: none;
}
#wrapper .main .back-navbar-top .left {
  float: left;
}
#wrapper .main .back-navbar-top .left .btn-toggle-fullwidth {
  vertical-align: middle;
}
#wrapper .main .back-navbar-top .right {
  float: right;
}
#wrapper .main .back-navbar-top .right .btn-quit {
  vertical-align: middle;
}
#wrapper .main .back-navbar-top .operation {
  margin-right: 15px;
  float: right;
}
/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
  z-index: 9;
}
.sidebar .nav li {
  position: relative;
}
.sidebar .nav li .icon-submenu {
  position: absolute !important;
  right: -4px !important;
  top: 6px !important;
}
.sidebar .nav li .subPageItem {
  position: absolute;
  width: 140px;
  right: -140px;
  top: 0px;
  text-align: center;
  z-index: 9999;
  display: none;
}
.sidebar .nav li img.line {
  position: absolute;
  bottom: 0px;
  left: 16px;
}
.sidebar .nav li.itemSelect .subPageItem {
  display: block;
}
.sidebar .nav > li > a {
  text-align: center;
  padding: 12px 5px;
  color: #AEB7C2;
  border-left: 5px solid transparent;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a.active,
.sidebar .nav > li.itemSelect > a.mainPage-a {
  color: #fff;
  background-color: transparent;
}
.sidebar .nav > li > a:hover i,
.sidebar .nav > li > a:focus i,
.sidebar .nav > li > a.active i,
.sidebar .nav > li.itemSelect > a > i {
  color: #00AAFF;
}
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a.active,
.sidebar .nav > li.itemSelect > a.mainPage-a {
  background-color: #252c35;
  border-left-color: #00AAFF;
}
.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: right;
  position: relative;
  top: 6px;
  font-size: 12px;
  line-height: 1.1;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sidebar .nav > li > a .badge {
  font-weight: 400;
  background-color: #F9354C;
}
.sidebar .nav {
  /* submenu */
}
.sidebar .nav i {
  font-size: 18px;
}
.sidebar .nav span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -2px;
}
.sidebar .nav .nav {
  background-color: #252c35;
}
.sidebar .nav .nav > li > a {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar .nav .nav > li > a:focus,
.sidebar .nav .nav > li > a.active {
  background-color: transparent;
  border-left-color: transparent;
}
.sidebar .nav .nav > li > a.active a {
  color: #fff;
}
.red {
  color: #ff4500;
}
.green {
  color: #3cb371;
}
.blue {
  color: #4169e1;
}
/*-- 表格搜索与展示 --*/
.table-striped-list table:nth-of-type(even) {
  background-color: #f9f9f9;
}
table .search-td {
  line-height: 34px !important;
  text-align: center;
}
table .title-header {
  background-color: #f7f7f9;
}
table .title-header th {
  text-align: center;
}
table .red {
  color: #e30419;
}
table .green {
  color: #3BB371;
}
table .blue {
  color: #4169e1;
}
table .option {
  text-align: right;
}
table .auto-table td {
  table-layout: fixed;
  word-break: break-all;
  overflow: auto;
}
table label {
  margin-bottom: 0px;
}
table div.back-img {
  background: url(/images/noimage.jpg);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
table div.back-img--big {
  width: 86px;
  height: 86px;
  background-size: 86px 86px;
}
table.middleText td {
  line-height: 34px !important;
}
.choose-good-list {
  width: 960px;
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  left: 50%;
  margin-left: -410px;
  z-index: 99999;
  border: 1px solid #ddd;
  padding: 5px;
}
.choose-good-list ul li {
  float: left;
  margin-left: 8px;
  margin-bottom: 5px;
  position: relative;
}
.choose-good-list ul li .back-img {
  background: url(/images/noimage.jpg);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.choose-good-list ul li .close {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  color: #000;
  font-size: 12px;
}
.choose-good-list .option {
  text-align: right;
  margin-top: 14px;
}
.pop-good-list .middle {
  line-height: 33px !important;
}
/*-- 弹框信息 --*/
.pop-text {
  width: 200px;
  height: 136px;
  line-height: 36px;
  color: #fff;
  background: #fff;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: 17px;
  margin-left: -98px;
  border-radius: 10px;
}
.pop-text img {
  margin-left: 65px;
  margin-top: 10px;
}
.pop-text p {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.operation-demo .demo {
  position: fixed;
  z-index: 999;
  width: 25px;
  height: 110px;
  right: 5px;
  bottom: 10px;
  background-color: #00a0e9;
  border-radius: 8px 0px 0px 8px;
  color: #fff;
}
.operation-demo .demo .demo-text {
  width: 5px;
  font-weight: 500;
  margin-left: 6px;
}
.operation-demo .demo ul li {
  margin-top: 3px;
  margin-bottom: 2px;
}
/*-- 选择select3 --*/
.w-select3 .isSelected {
  position: relative;
}
.w-select3 .isSelected button {
  position: absolute;
  top: 2px;
  height: 30px;
  right: 2px;
}
.small-main .w-select3 .isSelected button {
  line-height: 20px;
  height: 22px;
}
.small-main .np-tableList--input table tr td {
  line-height: 25px;
}
/*-- 404 500 页面 --*/
.error-bg {
  background: url(images/error-01.jpg) #dad9d7 no-repeat center top;
  width: 100%;
  position: absolute;
  height: 600px;
}
.error-bg .error-cont {
  width: 600px;
  margin: 0 auto;
  line-height: 20px;
  text-align: center;
}
.error-bg .error-cont .logo {
  margin-top: 180px;
}
.error-bg .error-cont .remind {
  line-height: 28px;
  color: #999999;
}
/*  以上样式很多都是独立一个页面使用或者就是一个单独组件的样式，页面长时间没用统一的样式规划导致部分页面样式不统一，所以
 *  现在使用模板页面把经常出现样式规整到一起,方便日后的使用，日后有比较通用的样式也先在本页面使用。
 *  
 *  新页面样式统一开头: np   寓意： 新的页面新的开始
 *  
 *  css 规范 BEM: (https://en.bem.info/) 
 *  
 */
/*-- 列表 --*/
.np-list .noData {
  text-align: center;
  padding: 50px;
}
.noData {
  text-align: center;
  padding: 50px;
}
/*-- 详情块 --*/
.np-infItem {
  padding: 5px;
  margin-bottom: 30px;
}
.np-infItem h3 {
  font-size: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  color: #666666;
  margin-bottom: 12px;
}
.np-infItem p {
  font-size: 14px;
  color: #a6a5ae;
  line-height: 30px;
}
.np-infItem table {
  color: #a6a5ae;
}
.np-infItem p label {
  margin-right: 5px;
}
/*-- 全局样式改写 --*/
.wTime-container {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wTime-container .close {
  position: absolute;
  top: 11px;
  right: 8px;
  cursor: pointer;
}
.wTime-container .form-wTime {
  width: 100% !important;
}
.small-main .close {
  top: 7px;
  right: 4px;
}
.form-wTime[readonly] {
  background-color: #ffffff;
}
.form-wTime[disabled] {
  background-color: #eeeeee;
}
.swal-overlay {
  z-index: 100001;
}
/*-- 段落 --*/
.np-title {
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #999;
  padding-bottom: 8px;
}
/*-- 按钮 --*/
.np-btn--marginBottom {
  margin-bottom: 10px;
}
/*-- 表单提交 --*/
.np-from {
  /*-- 统一 --*/
  /*-- 大输入框 --*/
  /*-- 一行表单 --*/
  /*-- 无间隙 --*/
}
.np-from p {
  line-height: 34px;
}
.np-from p.sea-error {
  line-height: 22px;
}
.np-from .np-from__mandatory {
  vertical-align: top;
}
.np-from .radio-inline .checkbox-inline {
  margin-right: 20px;
}
.np-from .radio-inline input[type="radio"],
.np-from .checkbox-inline input[type="checkbox"] {
  position: static;
  margin-right: 4px;
}
.np-from .result {
  background-color: #999999;
  padding: 7px;
  font-weight: bolder;
  font-size: 28px;
  line-height: 36px;
  table-layout: fixed;
  word-break: break-all;
  overflow: auto;
}
.np-from .result-right {
  background-color: #147E3E;
  color: #ffffff;
}
.np-from .result-errot {
  background-color: #A50202;
  color: #ffffff;
}
.np-from .np-from__item {
  position: relative;
}
.np-from .np-from__item .np-from__item__btn--inner {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 28px;
  line-height: 28px;
  padding: 0px 12px;
}
.np-from--big {
  font-size: 14px;
}
.np-from--big p {
  line-height: 46px;
  font-size: 18px;
}
.np-from--big .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.np-from--big .np-from__item .np-from__item__btn--inner {
  top: 4px;
  height: 38px;
  line-height: 38px;
  right: 4px;
  font-size: 16px;
  padding: 0px 14px;
}
.np-from--big .np-from__alignment label {
  margin-bottom: 0px;
  line-height: 46px;
}
.np-from--big .np-from__alignmentRow label {
  margin-bottom: 0px;
  line-height: 46px;
}
.np-from--inline .form-inline {
  margin-bottom: 10px;
}
.np-from--inline .form-inline .form-group {
  margin-right: 15px;
}
.np-from--inline .np-from__alignment .form-group {
  margin-right: 0px;
}
.np-from--inline .np-from__alignmentRow .form-group {
  margin-right: 0px;
}
.np-from--inline .sea-error {
  display: inline-block;
}
.np-from--noGap .form-inline {
  margin-bottom: 10px;
}
.np-from__alignment label {
  margin-bottom: 0px;
  line-height: 34px;
}
.np-from__alignment .form-control {
  width: 72%;
  float: right;
}
.np-from__alignment .input-group {
  width: 72%;
  float: right;
}
.np-from__alignmentRow .form-title {
  text-align: right;
  padding-right: 0px;
}
.np-from__alignmentRow label {
  margin-bottom: 0px;
  line-height: 34px;
}
.np-from__alignmentRow .form-control {
  width: 100%;
}
/*-- 表格列表 --*/
.np-tableList {
  /*-- 表格列表颜色区分 --*/
  /*-- 带输入内容的 --*/
  /*-- x轴滑动列表 --*/
  /*-- 自动换行的td --*/
  /*-- table 标题 颜色加深 --*/
  /*-- 操作 --*/
  /*-- 操作间隔 --*/
  /*-- td 颜色 --*/
  /*-- 初始化 --*/
  /*-- addChange --*/
}
.np-tableList th {
  line-height: 23px;
}
.np-tableList td {
  line-height: 22px;
}
.np-tableList--striped table:nth-of-type(even) {
  background-color: #f9f9f9;
}
.np-tableList--input table tr th {
  padding: 4px;
  line-height: 34px;
}
.np-tableList--input table tr td {
  padding: 4px;
  line-height: 34px;
}
.np-tableList--scroll {
  overflow-x: auto;
}
.np-tableList__scrollBody_min {
  min-width: 900px;
}
.np-tableList__scrollBody {
  min-width: 1800px;
}
.np-tableList__scrollBody_long {
  min-width: 2800px;
}
.np-tableList__autoLine td {
  table-layout: fixed;
  word-break: break-all;
  overflow: auto;
}
.np-tableList__title {
  background-color: #f7f7f9;
}
.np-tableList__title th {
  text-align: center;
}
.np-tableList__title td {
  text-align: center;
}
.np-tableList__center th {
  text-align: center;
}
.np-tableList__option {
  text-align: right;
  padding: 6px 8px !important;
}
.np-tableList__option--right {
  padding: 7px 8px !important;
}
.np-tableList__option--interval {
  text-align: right;
}
.np-tableList__option--interval a:after {
  content: " | ";
  color: #000;
}
.np-tableList__option--interval a:last-child:after {
  content: "";
}
.np-tableList td.red {
  color: red;
}
.np-tableList td.green {
  color: #3BB371;
}
.np-tableList td.blue {
  color: #4169e1;
}
.np-tableList td.orange {
  color: #FB8C5B;
}
.np-tableList input[type="radio"],
.np-tableList input[type="checkbox"] {
  margin: 0px;
}
.np-tableList__addchange .ac-choose {
  width: 78px;
}
.np-tableList__addchange .ac-option {
  width: 150px;
}
/*-- 详情 --*/
.np-detail {
  font-size: 14px;
}
.np-detail p {
  line-height: 28px;
}
.np-detail li {
  line-height: 28px;
}
.np-detail__gap {
  margin-left: 50px;
}
.np-detail span.red {
  color: red;
}
.np-detail span.green {
  color: #3BB371;
}
.np-detail span.blue {
  color: #4169e1;
}
/*-- 翻页 --*/
.np-pagination {
  overflow: hidden;
  padding: 10px 0;
}
.np-pagination__left {
  float: left;
}
.np-pagination__right {
  float: right;
  line-height: 34px;
}
.np-pagination__right input {
  display: inline-block;
  width: 70px;
}
/*-- 导入 --*/
.np-excel-upload .content {
  position: relative;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.np-excel-upload .content .content-info .top {
  position: absolute;
  top: -1px;
}
.np-excel-upload .content .content-info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
  width: 100%;
  display: inline-block;
}
.np-excel-upload .content:hover .remove {
  display: block;
}
.np-excel-upload .content .remove {
  display: none;
  position: absolute;
  top: 0px;
  right: -4px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.np-excel-upload .content .remove:hover {
  color: #000000;
}
/*-- 批量导入文件 --*/
.np-batch-file .np-file-list {
  max-height: 266px;
  overflow-y: auto;
}
.np-batch-file .np-file-list li {
  margin-bottom: 8px !important;
  padding-right: 15px;
}
.np-batch-file .np-file-list li .inf {
  float: left;
  width: 512px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #484848;
}
.np-batch-file .np-file-list li .state {
  float: right;
}
.np-batch-file .np-file-list li .error {
  color: #CC3333;
}
.np-batch-file .file-inf {
  font-size: 14px;
  margin-top: 8px;
  text-align: right;
}
/*-- 按钮组带间距 --*/
.np-btn-spacing a {
  margin-right: 14px;
}
.np-btn-spacing button {
  margin-right: 14px;
}
/*-- 物流追踪记录 --*/
.logistics__record__item {
  overflow: hidden;
}
.logistics__record__item .left {
  width: 144px;
  float: left;
  font-size: 15px;
  color: #575fa3;
  line-height: 21px;
  padding-right: 24px;
  padding-top: 20px;
  text-align: right;
}
.logistics__record__item .right {
  float: left;
  padding: 20px 0 20px 27px;
  border-left: 2px rgba(100, 107, 158, 0.1) solid;
  position: relative;
}
.logistics__record__item .right:before {
  position: absolute;
  width: 14px;
  height: 14px;
  content: '';
  display: block;
  background-color: #444a7c;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: solid 3px #ffffff;
  top: 23px;
  left: -8px;
}
.logistics__record__item .right .inf {
  font-size: 15px;
  margin-bottom: 8px;
  margin-left: 16px;
}
.logistics__record__item .right .signIn {
  color: #77b300;
  font-size: 28px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.newfileupload input[type="file"] {
  display: none;
}
.newfileupload .el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.newfileupload .el-date-editor.el-input,
.newfileupload .el-date-editor.el-input__inner {
  width: 100%;
}
.newfileupload button.btn.btn-primary.btn-xs {
  width: 300px;
  height: 150px;
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
}
