/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清楚浮动*/
/*2.1 栅格系统 Name: style_span Example: <div class="responsive"> <div class="row cl" role="grid"> <div class="col-1">……</div> …… </div> </div> Explain: 栅格系统 */
/*2.1 响应式栅格系统*/
th{
  font-weight: 600 !important;
  color: #000000;
}
.container {
  padding-right: 0.15rem;
  padding-left: 0.15rem;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 0.15rem;
  padding-left: 0.15rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 9.92rem) {
  .container {
      width: 9.6rem;
 }
}
@media (min-width: 12rem) {
  .container {
      width: 11.7rem;
 }
}
@media (min-width: 13rem) {
  .container {
      width: 12.7rem;
 }
}
@media print {
  .container {
      width: auto;
 }
}
.row {
  box-sizing: border-box;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0.01rem;
  position: relative;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
}
.col-offset-0 {
  margin-left: 0;
}
.col-offset-1 {
  margin-left: 8.33333%;
}
.col-offset-2 {
  margin-left: 16.66667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333%;
}
.col-offset-5 {
  margin-left: 41.66667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333%;
}
.col-offset-8 {
  margin-left: 66.66667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333%;
}
.col-offset-11 {
  margin-left: 91.66667%;
}
.col-push-0 {
  position: relative;
  left: 0;
  right: auto;
}
.col-pull-0 {
  right: 0;
  left: auto;
}
.col-push-1 {
  left: 8.33333%;
  right: auto;
}
.col-pull-1 {
  right: 8.33333%;
  left: auto;
}
.col-push-2 {
  left: 16.66667%;
  right: auto;
}
.col-pull-2 {
  right: 16.66667%;
  left: auto;
}
.col-push-3 {
  left: 25%;
  right: auto;
}
.col-pull-3 {
  right: 25%;
  left: auto;
}
.col-push-4 {
  left: 33.33333%;
  right: auto;
}
.col-pull-4 {
  right: 33.33333%;
  left: auto;
}
.col-push-5 {
  left: 41.66667%;
  right: auto;
}
.col-pull-5 {
  right: 41.66667%;
  left: auto;
}
.col-push-6 {
  left: 50%;
  right: auto;
}
.col-pull-6 {
  right: 50%;
  left: auto;
}
.col-push-7 {
  left: 58.33333%;
  right: auto;
}
.col-pull-7 {
  right: 58.33333%;
  left: auto;
}
.col-push-8 {
  left: 66.66667%;
  right: auto;
}
.col-pull-8 {
  right: 66.66667%;
  left: auto;
}
.col-push-9 {
  left: 75%;
  right: auto;
}
.col-pull-9 {
  right: 75%;
  left: auto;
}
.col-push-10 {
  left: 83.33333%;
  right: auto;
}
.col-pull-10 {
  right: 83.33333%;
  left: auto;
}
.col-push-11 {
  left: 91.66667%;
  right: auto;
}
.col-pull-11 {
  right: 91.66667%;
  left: auto;
}
/*局部模块平分*/
.col-1-1 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
}
.col-3-1 {
  width: 33.333333%;
}
.col-3-2 {
  width: 66.666667%;
}
.col-4-1 {
  width: 25%;
}
.col-4-3 {
  width: 75%;
}
.col-5-1 {
  width: 20%;
}
.col-5-2 {
  width: 40%;
}
.col-5-3 {
  width: 60%;
}
.col-5-4 {
  width: 80%;
}
.col-6-1 {
  width: 16.666667%;
}
.col-6-5 {
  width: 83.333333%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (max-width: 7.67rem) {
  .responsive [class^="col-"], .responsive [class*=" col-"] {
      float: none!important;
      width: auto !important;
 }
  .responsive [class^="col-offset-"], .responsive [class*=" col-offset-"] {
      margin-left: 0rem !important;
 }
}
@media (min-width: 7.68rem) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
      float: left;
 }
  .col-sm-12 {
      width: 100%;
 }
  .col-sm-11 {
      width: 91.66666667%;
 }
  .col-sm-10 {
      width: 83.33333333%;
 }
  .col-sm-9 {
      width: 75%;
 }
  .col-sm-8 {
      width: 66.66666667%;
 }
  .col-sm-7 {
      width: 58.33333333%;
 }
  .col-sm-6 {
      width: 50%;
 }
  .col-sm-5 {
      width: 41.66666667%;
 }
  .col-sm-4 {
      width: 33.33333333%;
 }
  .col-sm-3 {
      width: 25%;
 }
  .col-sm-2 {
      width: 16.66666667%;
 }
  .col-sm-1 {
      width: 8.33333333%;
 }
  .col-sm-pull-12 {
      right: 100%;
 }
  .col-sm-pull-11 {
      right: 91.66666667%;
 }
  .col-sm-pull-10 {
      right: 83.33333333%;
 }
  .col-sm-pull-9 {
      right: 75%;
 }
  .col-sm-pull-8 {
      right: 66.66666667%;
 }
  .col-sm-pull-7 {
      right: 58.33333333%;
 }
  .col-sm-pull-6 {
      right: 50%;
 }
  .col-sm-pull-5 {
      right: 41.66666667%;
 }
  .col-sm-pull-4 {
      right: 33.33333333%;
 }
  .col-sm-pull-3 {
      right: 25%;
 }
  .col-sm-pull-2 {
      right: 16.66666667%;
 }
  .col-sm-pull-1 {
      right: 8.33333333%;
 }
  .col-sm-pull-0 {
      right: 0;
 }
  .col-sm-push-12 {
      left: 100%;
 }
  .col-sm-push-11 {
      left: 91.66666667%;
 }
  .col-sm-push-10 {
      left: 83.33333333%;
 }
  .col-sm-push-9 {
      left: 75%;
 }
  .col-sm-push-8 {
      left: 66.66666667%;
 }
  .col-sm-push-7 {
      left: 58.33333333%;
 }
  .col-sm-push-6 {
      left: 50%;
 }
  .col-sm-push-5 {
      left: 41.66666667%;
 }
  .col-sm-push-4 {
      left: 33.33333333%;
 }
  .col-sm-push-3 {
      left: 25%;
 }
  .col-sm-push-2 {
      left: 16.66666667%;
 }
  .col-sm-push-1 {
      left: 8.33333333%;
 }
  .col-sm-push-0 {
      left: 0;
 }
  .col-sm-offset-12 {
      margin-left: 100%;
 }
  .col-sm-offset-11 {
      margin-left: 91.66666667%;
 }
  .col-sm-offset-10 {
      margin-left: 83.33333333%;
 }
  .col-sm-offset-9 {
      margin-left: 75%;
 }
  .col-sm-offset-8 {
      margin-left: 66.66666667%;
 }
  .col-sm-offset-7 {
      margin-left: 58.33333333%;
 }
  .col-sm-offset-6 {
      margin-left: 50%;
 }
  .col-sm-offset-5 {
      margin-left: 41.66666667%;
 }
  .col-sm-offset-4 {
      margin-left: 33.33333333%;
 }
  .col-sm-offset-3 {
      margin-left: 25%;
 }
  .col-sm-offset-2 {
      margin-left: 16.66666667%;
 }
  .col-sm-offset-1 {
      margin-left: 8.33333333%;
 }
  .col-sm-offset-0 {
      margin-left: 0;
 }
}
@media (min-width: 9.92rem) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
      float: left;
 }
  .col-md-12 {
      width: 100%;
 }
  .col-md-11 {
      width: 91.66666667%;
 }
  .col-md-10 {
      width: 83.33333333%;
 }
  .col-md-9 {
      width: 75%;
 }
  .col-md-8 {
      width: 66.66666667%;
 }
  .col-md-7 {
      width: 58.33333333%;
 }
  .col-md-6 {
      width: 50%;
 }
  .col-md-5 {
      width: 41.66666667%;
 }
  .col-md-4 {
      width: 33.33333333%;
 }
  .col-md-3 {
      width: 25%;
 }
  .col-md-2 {
      width: 16.66666667%;
 }
  .col-md-1 {
      width: 8.33333333%;
 }
  .col-md-pull-12 {
      right: 100%;
 }
  .col-md-pull-11 {
      right: 91.66666667%;
 }
  .col-md-pull-10 {
      right: 83.33333333%;
 }
  .col-md-pull-9 {
      right: 75%;
 }
  .col-md-pull-8 {
      right: 66.66666667%;
 }
  .col-md-pull-7 {
      right: 58.33333333%;
 }
  .col-md-pull-6 {
      right: 50%;
 }
  .col-md-pull-5 {
      right: 41.66666667%;
 }
  .col-md-pull-4 {
      right: 33.33333333%;
 }
  .col-md-pull-3 {
      right: 25%;
 }
  .col-md-pull-2 {
      right: 16.66666667%;
 }
  .col-md-pull-1 {
      right: 8.33333333%;
 }
  .col-md-pull-0 {
      right: 0;
 }
  .col-md-push-12 {
      left: 100%;
 }
  .col-md-push-11 {
      left: 91.66666667%;
 }
  .col-md-push-10 {
      left: 83.33333333%;
 }
  .col-md-push-9 {
      left: 75%;
 }
  .col-md-push-8 {
      left: 66.66666667%;
 }
  .col-md-push-7 {
      left: 58.33333333%;
 }
  .col-md-push-6 {
      left: 50%;
 }
  .col-md-push-5 {
      left: 41.66666667%;
 }
  .col-md-push-4 {
      left: 33.33333333%;
 }
  .col-md-push-3 {
      left: 25%;
 }
  .col-md-push-2 {
      left: 16.66666667%;
 }
  .col-md-push-1 {
      left: 8.33333333%;
 }
  .col-md-push-0 {
      left: 0;
 }
  .col-md-offset-12 {
      margin-left: 100%;
 }
  .col-md-offset-11 {
      margin-left: 91.66666667%;
 }
  .col-md-offset-10 {
      margin-left: 83.33333333%;
 }
  .col-md-offset-9 {
      margin-left: 75%;
 }
  .col-md-offset-8 {
      margin-left: 66.66666667%;
 }
  .col-md-offset-7 {
      margin-left: 58.33333333%;
 }
  .col-md-offset-6 {
      margin-left: 50%;
 }
  .col-md-offset-5 {
      margin-left: 41.66666667%;
 }
  .col-md-offset-4 {
      margin-left: 33.33333333%;
 }
  .col-md-offset-3 {
      margin-left: 25%;
 }
  .col-md-offset-2 {
      margin-left: 16.66666667%;
 }
  .col-md-offset-1 {
      margin-left: 8.33333333%;
 }
  .col-md-offset-0 {
      margin-left: 0;
 }
}
@media (min-width: 12rem) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
      float: left;
 }
  .col-lg-12 {
      width: 100%;
 }
  .col-lg-11 {
      width: 91.66666667%;
 }
  .col-lg-10 {
      width: 83.33333333%;
 }
  .col-lg-9 {
      width: 75%;
 }
  .col-lg-8 {
      width: 66.66666667%;
 }
  .col-lg-7 {
      width: 58.33333333%;
 }
  .col-lg-6 {
      width: 50%;
 }
  .col-lg-5 {
      width: 41.66666667%;
 }
  .col-lg-4 {
      width: 33.33333333%;
 }
  .col-lg-3 {
      width: 25%;
 }
  .col-lg-2 {
      width: 16.66666667%;
 }
  .col-lg-1 {
      width: 8.33333333%;
 }
  .col-lg-pull-12 {
      right: 100%;
 }
  .col-lg-pull-11 {
      right: 91.66666667%;
 }
  .col-lg-pull-10 {
      right: 83.33333333%;
 }
  .col-lg-pull-9 {
      right: 75%;
 }
  .col-lg-pull-8 {
      right: 66.66666667%;
 }
  .col-lg-pull-7 {
      right: 58.33333333%;
 }
  .col-lg-pull-6 {
      right: 50%;
 }
  .col-lg-pull-5 {
      right: 41.66666667%;
 }
  .col-lg-pull-4 {
      right: 33.33333333%;
 }
  .col-lg-pull-3 {
      right: 25%;
 }
  .col-lg-pull-2 {
      right: 16.66666667%;
 }
  .col-lg-pull-1 {
      right: 8.33333333%;
 }
  .col-lg-pull-0 {
      right: 0;
 }
  .col-lg-push-12 {
      left: 100%;
 }
  .col-lg-push-11 {
      left: 91.66666667%;
 }
  .col-lg-push-10 {
      left: 83.33333333%;
 }
  .col-lg-push-9 {
      left: 75%;
 }
  .col-lg-push-8 {
      left: 66.66666667%;
 }
  .col-lg-push-7 {
      left: 58.33333333%;
 }
  .col-lg-push-6 {
      left: 50%;
 }
  .col-lg-push-5 {
      left: 41.66666667%;
 }
  .col-lg-push-4 {
      left: 33.33333333%;
 }
  .col-lg-push-3 {
      left: 25%;
 }
  .col-lg-push-2 {
      left: 16.66666667%;
 }
  .col-lg-push-1 {
      left: 8.33333333%;
 }
  .col-lg-push-0 {
      left: 0;
 }
  .col-lg-offset-12 {
      margin-left: 100%;
 }
  .col-lg-offset-11 {
      margin-left: 91.66666667%;
 }
  .col-lg-offset-10 {
      margin-left: 83.33333333%;
 }
  .col-lg-offset-9 {
      margin-left: 75%;
 }
  .col-lg-offset-8 {
      margin-left: 66.66666667%;
 }
  .col-lg-offset-7 {
      margin-left: 58.33333333%;
 }
  .col-lg-offset-6 {
      margin-left: 50%;
 }
  .col-lg-offset-5 {
      margin-left: 41.66666667%;
 }
  .col-lg-offset-4 {
      margin-left: 33.33333333%;
 }
  .col-lg-offset-3 {
      margin-left: 25%;
 }
  .col-lg-offset-2 {
      margin-left: 16.66666667%;
 }
  .col-lg-offset-1 {
      margin-left: 8.33333333%;
 }
  .col-lg-offset-0 {
      margin-left: 0;
 }
}
/*2.2 响应式隐藏显示 Name: style_Layout Explain: 左右两栏|左中右三栏|上中下 Last Modify: guojunhui */
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 7.67rem) {
  .visible-xs {
      display: block !important;
 }
  table.visible-xs {
      display: table;
 }
  tr.visible-xs {
      display: table-row !important;
 }
  th.visible-xs, td.visible-xs {
      display: table-cell !important;
 }
  .hidden-xs {
      display: none !important;
 }
  .visible-xs-block {
      display: block !important;
 }
  .visible-xs-inline {
      display: inline !important;
 }
  .visible-xs-inline-block {
      display: inline-block !important;
 }
}
@media (min-width: 7.68rem) and (max-width: 9.91rem) {
  .visible-sm {
      display: block !important;
 }
  table.visible-sm {
      display: table;
 }
  tr.visible-sm {
      display: table-row !important;
 }
  th.visible-sm, td.visible-sm {
      display: table-cell !important;
 }
  .hidden-sm {
      display: none !important;
 }
  .visible-sm-block {
      display: block !important;
 }
  .visible-sm-inline {
      display: inline !important;
 }
  .visible-sm-inline-block {
      display: inline-block !important;
 }
}
@media (min-width: 9.92rem) and (max-width: 11.99rem) {
  .visible-md {
      display: block !important;
 }
  table.visible-md {
      display: table;
 }
  tr.visible-md {
      display: table-row !important;
 }
  th.visible-md, td.visible-md {
      display: table-cell !important;
 }
  .hidden-md {
      display: none !important;
 }
  .visible-md-block {
      display: block !important;
 }
  .visible-md-inline {
      display: inline !important;
 }
  .visible-md-inline-block {
      display: inline-block !important;
 }
}
@media (min-width: 12rem) {
  .visible-lg {
      display: block !important;
 }
  table.visible-lg {
      display: table;
 }
  tr.visible-lg {
      display: table-row !important;
 }
  th.visible-lg, td.visible-lg {
      display: table-cell !important;
 }
  .hidden-lg {
      display: none !important;
 }
  .visible-lg-block {
      display: block !important;
 }
  .visible-lg-inline {
      display: inline !important;
 }
  .visible-lg-inline-block {
      display: inline-block !important;
 }
}
.visible-print {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
.visible-print-inline {
  display: none !important;
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print {
      display: block !important;
 }
  table.visible-print {
      display: table;
 }
  tr.visible-print {
      display: table-row !important;
 }
  th.visible-print, td.visible-print {
      display: table-cell !important;
 }
  .visible-print-block {
      display: block !important;
 }
  .visible-print-inline {
      display: inline !important;
 }
  .visible-print-inline-block {
      display: inline-block !important;
 }
  .hidden-print {
      display: none !important;
 }
}
.panel {
  background-color: #fff;
  border: solid 1px transparent;
}
.panel-header {
  border-bottom: solid 0.01rem transparent;
  padding: 0.08rem 0.15rem;
  font-size: 0.14rem;
  font-weight: 700;
}
/*面板标题*/
.panel-body {
  padding: 0.15rem;
}
/*面板内容*/
.panel-footer {
  background-color: #f5f5f5;
  border-top: 0.01rem solid #ddd;
  padding: 0.05rem 0.2rem;
}
/*面板页脚*/
/*默认面板*/
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-header {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #444444;
}
/*主要面板*/
.panel-primary {
  border-color: #5a98de;
}
.panel-primary > .panel-header {
  border-color: #5a98de;
  background-color: #5a98de;
  color: #ffffff;
}
/*次要面板*/
.panel-secondary {
  border-color: #3bb4f2;
}
.panel-secondary > .panel-header {
  border-color: #3bb4f2;
  background-color: #3bb4f2;
  color: #ffffff;
}
/*成功面板*/
.panel-success {
  border-color: #5eb95e;
}
.panel-success > .panel-header {
  border-color: #5eb95e;
  background-color: #5eb95e;
  color: #ffffff;
}
/*警告面板*/
.panel-warning {
  border-color: #f37b1d;
}
.panel-warning > .panel-header {
  border-color: #f37b1d;
  background-color: #f37b1d;
  color: #ffffff;
}
/*危险面板*/
.panel-danger {
  border-color: #dd514c;
}
.panel-danger > .panel-header {
  border-color: #dd514c;
  background-color: #dd514c;
  color: #ffffff;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts//iconfont.eot');
  src: url('../fonts//iconfont.eot?#iefix') format('embedded-opentype'), 
 /* IE6-IE8 */
  url('../fonts//iconfont.woff') format('woff'), 
 /* Modern Browsers */
  url('../fonts//iconfont.ttf') format('truetype'), 
 /* Safari, Android, iOS */
  url('../fonts//iconfont.svg#svgFontName') format('svg');
 /* IE9 Compat Modes */
 /* Legacy iOS */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.0.02rem;
  -moz-osx-font-smoothing: grayscale;
}
.panel-default {
  border-color: #ebeaea;
}
.panel-default .panel-header {
  border-color: transparent;
  background-color: #fff;
  color: #555555;
}
.panel-header {
  border-bottom: solid 0.01rem transparent;
  padding: 0.08rem 0.15rem;
  font-size: 0.16rem;
  font-weight: normal;
}
body .layui-form-select dl dd.layui-this {
  background-color: #26ceb4;
  color: #FFF;
}
.layui-form-select dl dd.layui-this {
  background: #f2f2f2;
  color: #333;
}
.layui-btn-primary:hover {
  border-color: #00b5f9;
  color: #333;
}
.layui-tab-bar {
  position: absolute;
  right: 0.03rem;
  top: 0.03rem;
  z-index: 10;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.02rem;
  background-color: #fff;
}
.layui-elem-quote {
  border-left: 0.05rem solid #00b5f9;
}
/*清楚浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.layui-nav-no-bg {
  background: transparent;
  width: auto;
}
.layui-nav-no-bg.layui-nav-tree .layui-nav-item a:hover {
  background-color: transparent;
  color: #00b5f9;
}
.layui-nav-no-bg.layui-nav .layui-nav-item a {
  color: #333;
}
.layui-nav-no-bg .layui-nav-itemed > a, .layui-nav-no-bg .layui-nav-tree .layui-nav-title a, .layui-nav-no-bg .layui-nav-tree .layui-nav-title a:hover {
  background: transparent!important;
  color: #333!important;
}
.layui-nav-no-bg.layui-nav-tree .layui-nav-child a {
  height: 0.4rem;
  line-height: 0.4rem;
  text-indent: 0.1rem;
  color: #666;
}
.layui-nav-no-bg.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-no-bg.layui-nav-tree .layui-this, .layui-nav-no-bg.layui-nav-tree .layui-this > a:hover {
  background-color: #fff;
  color: #00b5f9;
}
.layui-nav-no-bg.layui-nav-tree .layui-this > a {
  background-color: #fff;
  color: #00b5f9;
  border-left: 0.03rem solid #00b5f9;
  margin-right: -0.2rem;
}
.layui-nav-no-bg .layui-nav-bar {
  display: none;
}
.showSubBtn {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  margin-left: 0.05rem;
}
.commentList .item {
  list-style: none outside none;
  margin: 1.6rem 0 0;
}
.commentList .avatar {
  border: 1px solid transparent;
  float: left;
}
.comment-main {
  position: relative;
  margin-left: 0.64rem;
  border: 1px solid #dedede;
  border-radius: 0.02rem;
}
.comment-main:after, .comment-main:before {
  position: absolute;
  top: 0.11rem;
  left: -0.16rem;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-color: transparent;
  border-style: solid solid outset;
  pointer-events: none;
}
.comment-main:before {
  border-right-color: #dedede;
  border-width: 0.08rem;
}
.comment-main:after {
  border-width: 0.07rem;
  border-right-color: #f8f8f8;
  margin-top: 0.01rem;
  margin-left: 0.02rem;
}
.comment-header {
  padding: 0.1rem 0.15rem;
  background: #f8f8f8;
  border-bottom: 0.01rem solid #eee;
}
.comment-title {
  margin: 0 0 0.08rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.comment-meta {
  font-size: 0.13rem;
  color: #999;
  line-height: 1.2;
}
.comment-meta a {
  color: #999;
}
.comment-author {
  font-weight: 700;
  color: #999;
}
.comment-body {
  padding: 0.15rem;
  overflow: hidden;
}
.comment-body > :last-child {
  margin-bottom: 0;
}
.commentList .comment-flip .avatar {
  float: right;
}
.comment-flip .comment-main {
  margin-left: 0;
  margin-right: 0.64rem;
}
.comment-flip .comment-main:before {
  border-left-color: #dedede;
  border-right-color: transparent;
}
.comment-flip .comment-main:after, .comment-flip .comment-main:before {
  left: 100%;
  position: absolute;
  right: -0.16rem;
}
.comment-flip .comment-main:after {
  border-left-color: #f8f8f8;
  border-right-color: transparent;
  margin-left: auto;
  margin-right: 0.02rem;
}
/*3.6.3 头像 Name: mod_avatar Example: <i class="avatar avatar-L radius"><img src="static/h-ui/images/ucenter/avatar-default.jpg"></i> */
.avatar {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.avatar img {
  display: block;
}
.avatar.radius, .avatar.radius img {
  border-radius: 50%;
}
.avatar, .avatar img {
  width: 0.32rem;
  height: 0.32rem;
}
.avatar.size-MINI {
  width: 0.16rem;
  height: 0.16rem;
}
.avatar.size-S, .avatar.size-S img {
  width: 0.24rem;
  height: 0.24rem;
}
.avatar.size-M, .avatar.size-M img {
  width: 0.32rem;
  height: 0.32rem;
}
/*默认为中，可以不写，可以理解为：均码*/
.avatar.size-L, .avatar.size-L img {
  width: 0.4rem;
  height: 0.4rem;
}
.avatar.size-XL, .avatar.size-XL img {
  width: 0.64rem;
  height: 0.64rem;
}
.avatar.size-XXL, .avatar.size-XXL img {
  width: 1rem;
  height: 1rem;
}
.avatar.size-XXXL, .avatar.size-XXXL img {
  width: 1.28rem;
  height: 1.28rem;
}
.page-wrap {
  text-align: center;
}
.pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 0.1rem 0;
  font-size: 0;
}
.pagination li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #e2e2e2;
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  margin: 0 -0.01rem 0.05rem 0;
  background-color: #fff;
  color: #333;
  font-size: 0.12rem;
  text-align: center;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li.active {
  border: 1px solid #1E9FFF;
}
.pagination li.active span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1E9FFF;
  color: #fff;
}
.pagination li.disabled {
  background: #f2f2f2;
}
.main-layout {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main-layout.hide-side .main-layout-side {
  left: -2rem;
}
.main-layout.hide-side .main-layout-container {
  left: 0;
}
.main-layout-side {
  width: 2rem;
  height: 100%;
  background: #1f1d1d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
}
.main-layout-side .m-logo {
  width: 100%;
  height: 0.6rem;
  background: #00b5f9 url(../images/logo.png) center center no-repeat;
}
.main-layout-side .layui-nav {
  background: #212329;
}
.main-layout-side .layui-nav .iconfont {
  padding-right: 0.1rem;
  font-size: 0.18rem;
  color: #8f94a1;
  position: relative;
  top: 0.02rem;
}
.main-layout-side .layui-nav-itemed > a {
  background: #444c63 !important;
}
.main-layout-side .layui-nav-tree .layui-nav-child a {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #999999;
}
.main-layout-side .layui-nav-tree .layui-nav-child a:hover {
  color: #00b5f9;
}
.main-layout-side .layui-nav-tree .layui-nav-child a .l-line {
  width: 0.12rem;
  display: inline-block;
  line-height: 0.4rem;
  height: 0.4rem;
  float: left;
  margin-right: 0.1rem;
  margin-left: 0.3rem;
 /* background: url("../images/l-line.png") left center no-repeat;
  */
}
.main-layout-side .layui-nav-tree .layui-nav-child dd.layui-this, .main-layout-side .layui-nav-tree .layui-this {
  background-color: #444c63;
}
.main-layout-side .layui-nav-tree .layui-nav-child .layui-this > a {
  background-color: #2c3142;
  color: #e8d5d5;
}
.main-layout-side .layui-nav-tree .layui-this > a {
  background-color: rgba(0, 181, 249, 0.8);
  color: #fff;
}
.main-layout-side .layui-nav-tree .layui-this > a .iconfont {
  color: #fff;
}
.main-layout-side .layui-nav-tree .layui-nav-bar {
  background-color: rgba(0, 181, 245, 0.8);
}
.main-layout-container {
  position: absolute;
  left: 2rem;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
}
.main-layout-header {
  height: 0.6rem;
  border-bottom: 0.01rem solid #f0f0f0;
  background: #fff;
}
.main-layout-header a {
  text-decoration: none;
}
.main-layout-header .menu-btn {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}
.main-layout-header .menu-btn .iconfont {
  font-size: 0.2rem;
  color: #444c63;
}
.main-layout-header .layui-nav {
  float: right;
  padding: 0;
  background: transparent;
  background-color: #00b5f9;
}
.main-layout-header .layui-nav li {
  border-left: 0.01rem solid #86d2ee;
}
.main-layout-header .layui-nav .layui-nav-item > a:hover {
  color: #999;
}
.main-layout-header .layui-nav > .layui-this a {
  color: #199604;
}
.main-layout-header .layui-nav .layui-nav-bar {
  display: none;
}
.main-layout-header .layui-nav .layui-this:after {
  height: 0;
}
.main-layout-header .layui-nav .layui-nav-child dd.layui-this a {
  color: #333;
}
.main-layout-header .layui-nav .layui-nav-child dd.layui-this {
  color: #333;
  background: #f2f2f2;
}
.main-layout-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0.61rem;
  overflow: hidden;
}
.main-layout-tab {
  margin-top: 0;
}
.main-layout-tab .layui-tab-title {
  border-bottom: 0.01rem solid #f0f0f0;
  z-index: 98;
  background: #fff;
}
.main-layout-tab.layui-tab-brief > .layui-tab-title .layui-this {
  color: #00b5f9;
}
.main-layout-tab.layui-tab-brief > .layui-tab-more li.layui-this:after, .main-layout-tab.layui-tab-brief > .layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 0.03rem solid #00b5f9;
}
.main-layout-tab .welcome .layui-tab-close {
  display: none;
}
.main-layout-tab .layui-tab-content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0.41rem;
  padding: 0;
  z-index: 97;
  background: #f5f5f5;
  padding: 0rem;
  box-sizing: border-box;
}
.main-layout-tab .layui-tab-content .layui-tab-item {
  width: 100%;
  height: 100%;
  background: #fff;
}
.wrap-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iframe {
  border: 0;
}
.main-mask {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 7.68rem) {
  .main-layout-side {
      position: fixed;
      left: -2rem;
      overflow: auto;
      overflow-x: hidden;
      z-index: 100;
 }
  .main-layout-container {
      position: absolute;
      left: 0rem;
      right: 0;
      top: 0;
      bottom: 0;
 }
  .main-layout.hide-side .main-layout-side {
      left: 0;
 }
  .main-layout.hide-side .main-mask {
      display: block;
 }
  ::-webkit-scrollbar {
      width: 0.02rem;
      height: 0.1rem;
 }
}
.email-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0.15rem;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
}
.email-wrap .email-write-btn {
  width: 100%;
}
.email-wrap .email-folder {
  padding-top: 0.2rem;
}
.email-wrap .email-folder dt {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333;
  line-height: 0.32rem;
}
.email-wrap .email-folder dd {
  font-size: 0.12rem;
  color: #545454;
  line-height: 0.32rem;
  border-bottom: 0.01rem solid #eee;
}
.email-wrap .email-folder dd button {
  margin-top: 0.04rem;
}
.email-wrap .email-folder dd .iconfont, .email-wrap .email-folder dd .layui-icon {
  float: left;
  padding-right: 0.1rem;
  font-size: 0.16rem;
}
.email-wrap .email-classify {
  padding-top: 0.2rem;
}
.email-wrap .email-classify dt {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333;
  line-height: 0.32rem;
}
.email-wrap .email-classify dd {
  font-size: 0.12rem;
  color: #545454;
  line-height: 0.32rem;
}
.email-wrap .email-classify dd .iconfont, .email-wrap .email-classify dd .layui-icon {
  float: left;
  padding-right: 0.1rem;
  font-size: 0.14rem;
}
.email-wrap .email-classify dd .icon-blue {
  color: #01AAED;
}
.email-wrap .email-classify dd .icon-green {
  color: #009688;
}
.email-wrap .email-classify dd .icon-wran {
  color: #F7B824;
}
.email-wrap .email-classify dd .icon-red {
  color: #FF5722;
}
.email-wrap .email-classify dd .icon-gray {
  color: #2F4056;
}
.email-wrap .email-label {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.email-wrap .email-label dt {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333;
  line-height: 0.32rem;
}
.email-wrap .email-label .layui-btn {
  margin-bottom: 0.1rem;
}
.email-wrap .email-label .layui-btn + .layui-btn {
  margin-left: 0;
  margin-right: 0;
}
.email-wrap .email-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 0.15rem;
  overflow: hidden;
}
.iframe-h {
  height: 100%;
}
.email-write {
  padding: 0.15rem;
}
.email-write .layui-btn {
  margin-bottom: 0.1rem;
}
.email-content-title {
  padding: 0.15rem;
}
.email-content-title .write-title {
  font-size: 0.2rem;
}
.email-tool-btn {
  margin-top: 0.03rem;
}
.email-tool-btn .layui-form-item {
  margin: 0;
}
.email-tool-btn .layui-form-item .layui-inline {
  margin-bottom: 0;
}
.email-tool-btn .email-tool-btn-right {
  text-align: right;
}
.email-list {
  padding: 0 0.15rem;
}
@media (max-width: 7.68rem) {
  .email-wrap .email-content {
      padding: 0;
 }
  .email-write {
      padding: 0.15rem;
 }
  .email-write .layui-btn {
      width: 100%;
      margin: 0 0 0.1rem;
 }
  .email-tool-btn .email-tool-btn-right {
      text-align: left;
 }
  .email-tool-btn-left, .email-tool-btn-right {
      padding-bottom: 0.1rem;
 }
  .email-tool-btn-left .layui-inline, .email-tool-btn-right .layui-inline {
      padding-bottom: 0.1rem;
 }
}
.welcome-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.15rem 0;
}
/***********welcome***********/
.welcome-left-container .data-show li {
  height: 0.95rem;
  margin-bottom: 0.15rem;
}
.welcome-left-container .data-show a {
  display: block;
  background: #fff;
  padding: 0.1rem;
  border: 1px solid #ebeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-left-container .data-show .icon-bg {
  width: 0.68rem;
  height: 0.68rem;
  text-align: center;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  border-radius: 0.7rem;
}
.welcome-left-container .data-show .icon-bg .iconfont {
  color: #fff;
  font-size: 0.36rem;
  position: relative;
  top: 0.15rem;
}
.welcome-left-container .data-show .bg-org {
  background: #f8bb74;
}
.welcome-left-container .data-show .bg-blue {
  background: #86d2ee;
}
.welcome-left-container .data-show .bg-green {
  background: #94e0e1;
}
.welcome-left-container .data-show .right-text-con {
  padding-left: 0.78rem;
}
.welcome-left-container .data-show p {
  margin: 0;
  color: #a0a8b4;
}
.welcome-left-container .data-show .color-org, .welcome-left-container .data-show .color-blue, .welcome-left-container .data-show .color-green {
  font-size: 0.28rem;
  padding-right: 0.1rem;
  font-family: "arial";
}
.welcome-left-container .data-show .color-org {
  color: #f8bb74;
}
.welcome-left-container .data-show .color-blue {
  color: #86d2ee;
}
.welcome-left-container .data-show .color-green {
  color: #94e0e1;
}
.welcome-left-container .data-show .name {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #555555;
}
.welcome-left-container .chart-panel {
  margin: 0rem 0.15rem 0.15rem;
}
.welcome-left-container .server-panel {
  margin: 0.15rem;
}
.welcome-left-container .server-panel .panel-header {
  padding-bottom: 0;
}
.welcome-left-container .server-panel .panel-body div {
  padding: 0;
}
.welcome-left-container .server-panel .title {
  background: #f2f2f2;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.15rem;
  margin: 0;
}
.welcome-left-container .server-panel span {
  height: 0.3rem;
  padding-top: 0.1rem;
  padding-left: 0.15rem;
  display: block;
  background: #fafafa;
}
.welcome-edge {
  padding: 0 0.3rem 0.15rem 0;
}
.welcome-edge .commentbox {
  background: #fff;
}
.welcome-edge .comment-panel .panel-body {
  padding-top: 0.1rem;
}
.welcome-edge .comment-panel .commentList .item {
  margin: 0 0 0.2rem;
}
.welcome-edge .contact-panel {
  margin-top: 0.15rem;
}
.welcome-edge .contact-panel .panel-header {
  padding-bottom: 0;
}
@media all and (max-width: 12rem) {
  .welcome-edge {
      padding: 0 0.3rem 0.15rem 0.3rem;
 }
}
.column-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0rem;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
}
.iframe-h {
  height: 100%;
}
.column-edge {
  float: left;
  padding-top: 0.16rem;
  width: 1.5rem;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.15rem;
  background: #f5f5f5;
  height: 100%;
  overflow-x: hidden;
  margin-left: 0rem;
}
/* 20181204 */
.column-content-detail {
  background: #fff;
  padding: 0.12rem 0.2rem;
  margin: 0;
}
.page-content {
  padding: 0rem;
}
.page-content-wrap {
  background: #fff;
  padding: 0.2rem;
  margin: 0;
}
@media (max-width: 6rem) {
  .layui-nav-no-bg {
      background: #fff;
 }
  .layui-nav-no-bg .layui-nav-item {
      border-bottom: 0.01rem solid #f8f8f8;
 }
  .column-edge {
      float: none;
      width: 100%;
      height: auto;
      padding-bottom: 0.1rem;
 }
  .column-content {
      background: #fff;
      height: auto;
      margin-left: 0rem;
 }
  .layui-tab-content {
      padding: 0.15rem 0;
 }
  .layui-form-label {
      padding: 0.09rem 0rem;
 }
  .layui-input-block {
      margin-left: 0.8rem;
 }
}
th{
  background: #FAFBFD !important;
}
.layui-table-box tbody tr:hover{
  background: #FFFCE9 !important;
}
.layui-table-box tbody tr:active{
  background: #FFFCE9 !important;
}
.layui-table tbody .layui-table-hover .addordel>div, .layui-table tbody tr:hover .addordel>div {
  color:#FFFCE9!important;
}
.layui-btn {
  background: #26CEB4 !important;
}
.layui-laydate .layui-this {
  background-color: #26CEB4 !important;
  color: #fff!important;
}
.laydate-theme-molv .layui-laydate-header {
  background-color: transparent !important;
  border-bottom: 0.01rem solid #e2e2e2!important;
}
.layui-layer-btn- {
  background: #F4F4F4 !important;
}
.layui-form-selectup dl {
  text-align: left !important;
}
/*chak */
body .layui-laydate-range .layui-this:first-child {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
body .layui-laydate-range .layui-this:last-child {
  border-top-left-radius:0;
  border-top-right-radius:0;
}
body .layui-laydate-content td.laydate-selected {
  background-color: #42c7ff!important;
  color: #FFF!important;
}
body .laydate-selected:hover {
  background-color: #42c7ff!important 
}
.layui-table th div,.layui-table th span{
  font-size: 0.14rem;
}
/* .layui-table tr {
  height: 0.46rem;
  min-height: 0.46rem;
}
*/
body .layui-table th,body .layui-table td {
  min-height: auto;
  height: auto;
}
.layui-layer-btn- {
  background: #DEDEDE;
}
/* .layui-layer-btn .layui-layer-btn0 {
  border-color: #dedede !important;
  background-color: #fff !important;
  color: #333 !important;
  float: left;
}
.layui-layer-btn .layui-layer-btn2 {
  border-color: #25CDB4 !important;
  background-color: #25CDB4 !important;
  color: #fff !important;
}
*/
body .setcolumn .layui-layer-btn2 {
  border-color:#97a8be!important;
  background-color: #FFF!important;
  color: #97a8be!important;
}
body .setcolumn .layui-layer-btn2 {
  width: 1.2rem;
}
body .setcolumn .layui-layer-btn .layui-layer-btn1 {
  border-color: #25CDB4 !important;
  background-color: #25CDB4 !important;
  color: #fff !important 
}
body .layui-table-grid-down {
  display: none!important;
  opacity: 0!important;
}
body .laydate-theme-molv .layui-laydate-header i, body .laydate-theme-molv .layui-laydate-header span {
  color: #000!important;
}
body .layui-laydate-footer {
  position: relative;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0;
}
body .laydate-footer-btns {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  display: block;
  width: 100%;
}
body .laydate-footer-btns span {
  height: 0.35rem;
  line-height: 0.35rem;
  margin: inherit!important;
  padding: inherit!important;
  background-color: #fff;
  white-space: nowrap;
  color: #42c7ff;
  text-align: center;
  display: block;
  border:0;
  font-size: 0.14rem;
}
body .layui-laydate-footer span:hover {
  color: #42c7ff;
}
body .layui-laydate .layui-this {
  border-radius: 0.05rem;
  background-color: #42c7ff !important;
  color: #fff !important;
}
/* 20181211 */
body .layui-laydate .layui-this {
  border-radius: 0;
}
.cwhite{
  background: white !important;
}
.trselect{
  background: #FFFCE9;
}
.layui-table-click{
  background: #FFFCE9;
}
/* .layui-laypage-em{
  background: #25CDB4 !important;
}
.layui-layer-btn .layui-layer-btn2 {
  border-color: #25CDB4 !important;
  background-color: #25CDB4 !important;
  color: #fff !important;
}
.layui-laypage-btn{
  background-color:#25CDB4 !important;
  color: white;
}
.layui-laypage-last{
  display: none !important;
}
*/
.layui-table-page{
  text-align: center;
}
.ulslelct{
  background: #2AADFF !important;
  color: white !important;
  cursor: pointer;
}
.pros li{
  cursor: pointer;
}
.layui-table td, .layui-table th {
 /*padding: 0.09rem 0.1rem !important;
  */
}
/*滚动条样式*/
/*滚动条整体样式*/
/*高宽分别对应横竖滚动条的尺寸*/
/* ::-webkit-scrollbar {
  width: 0.05rem;
  height:0.05rem;
}
*/
/*滚动条里面小方块*/
/* ::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
*/
/*滚动条里面轨道*/
/* ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}
*/
/* 20190117 */
.accountlist-tools-topbar .search-img, .accountlist-tools-topbar .refresh-img, .top-tools-topbar .search-img, .top-tools-topbar .refresh-img{
  width: 0.33rem;
  border: 1px solid #e1e1e1;
  height: 0.34rem!important;
  line-height: 0.34rem!important;
  cursor: pointer;
  margin-top: 0rem;
  display: block;
  text-align: center;
  padding:0;
  float: left;
}
.accountlist-tools-topbar .search-img, .top-tools-topbar .search-img{
  margin-left: -0.11rem;
  margin-right:0.11rem;
}
.layui-form-item.top-tools-topbar .layui-inline:first-child .layui-input-inline {
  width: 2.3rem;
}
.layui-form-item.top-tools-topbar .layui-inline input, .layui-form-item.top-tools-topbar .layui-inline input[type="text"]{
  height: 0.32rem!important;
  width: 99%!important;
}
/* 页码跳转按钮 */
body .layui-laypage-btn {
  border:1px solid #25CDB4;
  line-height: 0.32rem!important;
  height: 0.32rem!important;
  width: 0.5rem;
  font-size: 0.14rem;
  background-color: #25CDB4;
  color: #FFF;
}
.column_conten_box {
  padding: 0.4rem 0.2rem;
}
/* 20181204 表格上的布局 */
div.pros{
  margin-top:-0.2rem;
}
body .layui-table-view {
  border:0!important;
}
/* 20181210 */
body .layui-table-header {
  border-top:0;
}
body .layui-table-total {
  border-top:0;
  border-left: 1px #363636 solid;
  border-right: 1px #363636 solid;
}
body .layui-table-box {
  border: 1px #e6e6e6 solid;
}
/* 表格是单选内容的情况下 去除样式 */
#tablecheckboxhide .layui-table-view .layui-table th:first-child div >div{
  display: none;
  opacity: 0;
}
#tablecheckboxhide .layui-table-view td .laytable-cell-checkbox {
  position: relative;
}
#tablecheckboxhide .layui-table-view td .laytable-cell-checkbox::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
}
/* 表格第一列固定 */
body .layui-table-fixed-l {
  box-shadow: none!important;
}
/* 页码 */
/* 20181204 */
body .layui-table-page {
  padding: 0.2rem 0;
  overflow: inherit;
  display: inline-block;
  width: 100%;
  margin:0;
  height: auto;
}
body .layui-table-page>div {
  height: 0.32rem;
}
body .layui-table-page .layui-laypage a, body .layui-table-page .layui-laypage span.layui-laypage-curr, body .layui-table-page .layui-laypage span.layui-laypage-spr{
  width: 0.32rem;
  height: 0.32rem;
  border: 1px #e1e6eb solid;
  text-align: center;
  padding: 0!important;
  line-height: 0.32rem;
  padding: 0rem!important;
  margin-top:0!important;
  margin-right:0!important;
  margin-bottom:0!important;
  margin-left:0!important;
}
body .layui-table-page .layui-laypage a i, body .layui-table-page .layui-laypage a i[class="i-"] {
  font-size: 0.12rem;
}
/* 输入 跳转 页码 */
body .layui-table-page .layui-laypage span.layui-laypage-skip input, body .layui-table-page .layui-laypage span.layui-laypage-count {
  width: 0.32rem;
  height: 0.32rem!important;
  padding: 0 0.05rem!important;
  line-height: 0.32rem!important;
  margin: 0!important;
}
body .layui-table-page .layui-laypage span.layui-laypage-skip {
  font-size: 0;
  height: 0.32rem;
  vertical-align: middle;
  line-height: 0.32rem;
  margin: 0;
  margin-left: 0.25rem;
}
body .layui-table-page .layui-laypage span.layui-laypage-skip input{
  width: 0.4rem!important;
}
/* body .layui-table-page .layui-laypage a:hover {
}
body .layui-table-page .layui-laypage a:hover em{
}
*/
/* 20181211 */
body .layui-table-page .layui-laypage span.layui-laypage-skip {
  margin-left:0;
}
body .layui-table-page .layui-laypage span.layui-laypage-count {
  width: auto;
  text-align: center;
}
/* 2018211 */
body .layui-table-patch {
  background-color: transparent;
}
/* 选中的颜色 */
body .layui-table-page .layui-laypage span.layui-laypage-curr, body .layui-table-page .layui-laypage span.layui-laypage-curr .layui-laypage-em{
  background-color: #26ceb4;
  border: 1px #26ceb4 solid;
}
body .layui-table-page .layui-laypage span.layui-laypage-curr .layui-laypage-em {
  border:0;
}
body .layui-table-page .layui-laypage .layui-laypage-prev {
  margin-left:0!important;
}
/* 选择客户弹层 右侧 两列 */
#customtable {
  position: relative;
}
/* #customtable .layui-table-view[lay-id*="pch-list_zy"], */
#customtable .layui-table-view[lay-id*="huozhu-list"], #customtable .layui-table-view[lay-id*="type"], #customtable .layui-table-view[lay-id*="type-list"] {
  position: absolute;
  right: -0.05rem;
  top: 0;
}
#customtable .layui-table-view[lay-id*="type-list"].layui-table-box {
  height: 100%;
}
/* height: 88%!important;
*/
#customtable .layui-table-view[lay-id*="type-list"] .layui-table-box .layui-table-main{
  overflow-x: hidden;
}
/* 20181208 开单 详情 底部的价格详情 以及价格的单位固定大小*/
/* 本单应收 */
.footer-box-item .b_price_box{
  position: absolute;
 /*right: 0.46rem;
  */
  right: 0.2rem;
  top:0;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.should_take,.take_cus,.footer-box-item .b_price, .bcqk,.skmx-btn, .footer-box-item button[type="button"] {
  display: inline-block;
  _height:2.5rem;
  zoom: 1;
}
.footer-box-item .b_price {
  padding: 0.13rem 0.26rem;
  vertical-align: middle;
}
.footer-box-item .b_price div{
  display: block;
  font-size: 0.18rem;
  line-height: 0.27rem;
  text-align: right;
}
/* .footer-box-item .b_price div span {
}
*/
.footer-box-item .b_price div .total_amount, .footer-box-item .b_price div span.need {
  font-size: 0.27rem;
  line-height: 0.27rem;
  color: #26ceb4;
}
.footer-box-item div:nth-child(2){
  font-size: 0.14rem;
}
.footer-box-item button[type="button"], .footer-box-item button[type="button"].btn-green{
  line-height: normal;
  width: 0.64rem;
  height: 0.37rem;
  font-size: 0.14rem;
}
/* */
.footer-box-item button[type="button"].sqk-btn {
  width: 0.8rem;
  height: 0.46rem;
}
.footer-box-item button[type="button"].skmx-btn{
  width: 0.88rem;
  height: 0.46rem;
}
.should_take,.take_cus {
 /*width: 100%;
  */
  position: absolute;
  top: 0;
  left: 2.68rem;
  height: 100%;
}
.should_take input[type="text"],.should_take input[type="number"],.dzhsk_select .skform .layui-form-select .layui-input {
  height: 0.46rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
}
.take_cus .skform .skform_input input[type="text"], .dzhsk_select,.shishou {
  clear: both;
  width: 2.63rem;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding:0.18rem 0!important;
}
.take_cus .skform .skform_input input[type="text"] {
  padding: 0.15rem 0.05rem!important;
  height: 0.45rem;
  margin: 0.18rem 0.05rem;
}
.should_take button[type="button"] {
  margin-left: 0.1rem;
}
.bcqk {
  padding-left: 0.5rem;
  font-size: 0.16rem;
  color: #ff7200;
}
/* ding san 二字 */
body .layui-table-view .layui-table td div .i-ding,body .layui-table-view .layui-table td div .i-san{
  font-size: 0.16rem;
  vertical-align: middle;
  line-height:0.33rem;
}
body .layui-table-view .layui-table td div .i-ding{
  color:#26ceb4 
}
body .layui-table-view .layui-table td div .i-san{
  color:#ff834d;
}
#yhl {
  width: 0.55rem!important;
}
/* layui 下拉选择框 */
/* body .layui-form-select dl {
  top:0.31rem;
}
*/
/* 200181210 20190103*/
/* body .layui-table-view .layui-table td:hover .layui-input, body .layui-table-view .layui-table td:hover .layui-input:hover, body .layui-table-view .layui-table td .layui-input:hover, */
body .layui-table-view .layui-table td:hover .layui-textarea, body .layui-table-view .layui-table td:hover .layui-textarea:hover, body .layui-table-view .layui-table td .layui-textarea:hover{
  border-color: transparent!important;
}
body .layui-table-cell input, body .layui-table-view .layui-table td:hover .layui-table-cell input[type="text"], body .layui-table-view .layui-table td:hover .layui-table-cell input[type="number"] {
  background-color: #fffce9;
  font-size:0.14rem!important;
}
body .layui-table-view .layui-table td:hover .layui-input:focus {
  border:1px #e6e6e6 solid;
}
body .layui-table-view .layui-table td .layui-table-cell input[type="text"], body .layui-table-view .layui-table td .layui-table-cell input[type="number"]{
  border:1px transparent solid;
  background-color: transparent;
  background: transparent;
}
body .layui-table-view .layui-table td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table td .layui-table-cell input.chooseBtn, body .layui-table-view .layui-table td .layui-table-cell input[placeholder="选择业务日期"], body .layui-table-view .layui-table td:hover .layui-table-cell input[placeholder="选择业务日期"], body .layui-table-view .layui-table td .layui-table-cell input.chooseInput:focus, body .layui-table-view .layui-table td .layui-table-cell input.chooseBtn:focus, body .layui-table-view .layui-table td .layui-table-cell input[type="text"]:focus, body .layui-table-view .layui-table td .layui-table-cell input[type="number"]:focus{
  border:1px solid #e7e7e7;
  background-color: #FFF;
}
/* */
body .layui-table-view .layui-table td .layui-table-cell .layui-form-select{
  margin: 0 -0.12rem;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.16rem;
}
body .layui-table-view .layui-table td .layui-table-cell .layui-form-select input[type="text"] {
  font-size: 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
}
body .layui-table-view .layui-table td:hover .layui-table-cell .layui-form-select {
  border:1px transparent solid;
}
/* 合计字体加粗 */
/* 20181210 */
body .layui-table-total td div, body .layui-table-total td div span {
  font-weight: 600;
}
/* 其余空白都不希望有黄色 （随便汇总） */
body .layui-table-patch, body .layui-table-total table tr:hover, body .layui-table-total table tr{
  background-color: #FFF!important;
}
/* 修改页码之间的间隔 宽度为自动 间距为0 */
body .layui-table-page .layui-laypage span.layui-laypage-count {
  width: auto!important;
  text-align: center;
}
/* 销售详情单 */
.reunfd_orderNum label {
  padding-right: 0.1rem;
}
/* 导出工具栏 不需要有下来到处execl */
body .layui-table-tool {
  border-bottom: 0;
}
body .layui-table-tool .layui-table-tool-self .layui-table-tool-panel{
  display: none!important;
}
/* 不要白色（随便汇总） cheng*/
body .history-content-detail {
  margin-top: 0.18rem;
  padding: 0 0 0.2rem;
  background: transparent;
}
body .history-content-detail .sale_history_tools{
  margin-bottom: 0;
  padding-bottom: 0.15rem;
  background-color: #FFF;
}
/* body .column-content-detail {
  background-color: transparent;
  background: transparent;
  padding:0;
  margin-top: 0.15rem;
}
body .column-content-detail .layui-form:first-child {
  padding: 0.2rem 0 ;
  background-color: #FFF;
}
body .column-content-detail .layui-form:first-child .sale_history_tools {
  margin-bottom: 0;
}
*/
/* */
/* body .wrap-container.clearfix .column-content-detail {
  margin-top: 0.15rem;
  padding:0;
}
body .clearfix .column-content-detail {
  padding: 0 0.2rem;
  margin-top: 0;
}
body .clearfix .column-content-detail .layui-form:first-child .top-tools-topbar{
  margin-bottom: 0;
}
*/
/* 历史单据详情 受影响 */
body .footer-item {
  height:0.83rem;
}
body .column-content-detail .take_cus .layui-form {
  padding:0;
}
/* 详情 */
body #form .column-content-detail#footer_box, body #form .column-content-detail {
  background: #FFF;
  position: relative;
}
body #form .column-content-detail#footer_box {
  height: 2.97rem;
  padding-top: 0.15rem;
  margin-top: 0;
}
/* 退货历史 按钮 查看历史按钮 */
.torefundList {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  padding-bottom: 0.01rem;
  border-bottom:0.01rem #7a7a7a solid;
}
.torefundList {
  cursor: pointer;
}
.torefundList a{
  color:#7a7a7a;
  font-size: 0.15rem;
}
/* class="column-content-detail footer-box" */
body #form .clearfix {
  overflow-x: inherit!important;
  overflow: inherit;
 /*margin-top: 0.3rem!important;
  */
}
/* 底部按钮 受影响 样式修改 */
body #form .shopedit-form-btn .clearfix{
  margin-top: 0!important;
}
body .layui-anim {
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: inherit;
  animation-fill-mode: inherit;
}
/* 弹出的下拉框 间距 为0 ling*/
body .layui-form-select dl {
 /*top:0.31rem;
  */
  border:1px #e6e6e6 solid;
}
/* ling 2181212 表格以及弹出层表格 字体改为14*/
.laydate-set-ym span, .layui-laydate-header i, .layui-form-select dl dd, .layui-form-select dl dt, body #table-list .layui-table-view .layui-table td *, body .layui-table-total td div, body .layui-table-total td div span, body .layui-table-cell>div, .layui-table-cell, .layui-form-select dl dd.layui-this{
  font-size:0.14rem;
}
/* ling 2181212 选择日期 字体为12*/
body #table-list .layui-table-view .layui-table td .return_text, .layui-laydate-header i, .layui-table-tool-panel li, .layui-laydate-content td, .layui-laydate-content th {
  font-size:0.12rem;
}
/* ling 2181212 layui 自带bug 输入x 变成打印符 修改字体库*/
[class*="layui-"] .layui-form-select dl dd, .layui-form-select dl dt, .layui-inline .layui-form-label, .layui-input, .layui-textarea {
  font-family: sans-serif!important;
}
/* ling 2181212 */
body .layui-table-cell>div {
  height: auto;
  line-height: inherit;
}
body .layui-table-cell .icalendar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left:0;
  right:0;
}
body .layui-table-cell>div input, body .layui-table-cell>div button{
  position: absolute;
  top: 0;
}
body .layui-table-cell>div.table-pic{
  width: 100%;
  padding-left: 0;
  height: 0.32rem;
}
/* 列设置 */
body .layui-table-cell>div.layui-form-switch {
  height: 0.23rem;
}
body .arrow-up {
  margin-top: 0.06rem;
  height: 0rem!important;
}
/* 采购开单 选择业务日期 的日历 */
body .layui-table-cell .table-pic .icalendar {
  left: 0;
}
/* ling 2181212 弹出层 选择的时候字体颜色*/
[lay-id="type-list"] .trselect{
  color: #26ceb4!important;
}
/* ling 2181212 */
body .shopedit-form-btn .btn:hover body .shopedit-form-btn .btn:active {
  background-color: transparent!important;
  color: transparent;
}
/* ling 20181212 20190307*/
body .shopedit-form-btn {
  padding:0.13rem 0.14rem!important;
}
body .shopedit-form-btn .btn {
  font-size: 0.14rem!important;
}
body .shopedit-form-btn .btn-yellow {
  padding:0 0.29rem!important;
}
body .shopedit-form-btn .btn-green {
  padding: 0 0.15rem!important;
}
body .shopedit-form-btn .btn-white {
  color: #363636!important;
  padding: 0 0.11rem!important;
  background-color: #FFF!important;
}
body .layui-table-total,body .layui-table-body.layui-table-main {
  background-color: #FFF!important;
}
/* 打印工具table */
body .layui-table-page .layui-laypage span.layui-laypage-limits, body #table-list .layui-table-page .layui-laypage span.layui-laypage-limits{
  border:1px #e1e6eb solid;
  height:0.32rem!important;
  line-height: 0.32rem!important;
}
body #table-list .layui-table-view select[lay-ignore]{
  width: 1.09rem!important;
  height: 0.32rem!important;
  border: 0;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRkU1MjRERTg0QTkxMUU4QjgwNDk2MkQzMDg4RjNDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRkU1MjRERjg0QTkxMUU4QjgwNDk2MkQzMDg4RjNDMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFGRTUyNERDODRBOTExRThCODA0OTYyRDMwODhGM0MyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFGRTUyNEREODRBOTExRThCODA0OTYyRDMwODhGM0MyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Pkq+EAAAAGJJREFUeNpi/P//PwMpgImBRMAyY+X+p0BaCo+aDxnhjoLINiwhYOh0FCcBdZcD6XocimuA8lXIAowwTwOdVgik+pDkSoCKe9FNYEQOJaCmFCA1CYiLgYqnY7OSkebBChBgAGHuICwXdACrAAAAAElFTkSuQmCC');
  padding: 0 0.1rem;
 /* line-height: 0.32rem;
  */
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-attachment: scroll;
  background-color: transparent;
  color: #363636;
  text-align: left;
}
body .layui-table-tool .layui-inline[lay-event] {
  width: 0.6rem!important;
  text-align: center;
  font-size: 0.14rem;
}
body .layui-table-tool .layui-table-tool-self .layui-inline[lay-event] .layui-icon{
  font-size:0!important;
}
/* 销售历史页面 退货历史页面 关于页码的间距*/
body [lay-id="saleHistory" ] .layui-table-page .layui-laypage span.layui-laypage-skip {
  margin-left: 0.2rem!important;
}
/* 销售历史页面 详情页面 的可操作 仓库禁止 选择*/
.column-content-detail .layui-form-item .layui-inline .layui-input-inline .house_prohibit:hover, .column-content-detail .layui-form-item .layui-inline .layui-input-inline .house_prohibit:active, .column-content-detail .layui-form-item .layui-inline .layui-input-inline .house_prohibit{
  cursor: no-drop;
  border:1px solid #e7e7e7;
  color: #363636;
}
/* 20181225 （销售退货/待退货详情页)做部分界面的优化处理！ bugID=3720 4142*/
body .edit_table .layui-table-view .layui-table td .layui-table-cell input[type="text"]:hover, body .edit_table .layui-table-view .layui-table td .layui-table-cell input[type="number"]:hover, body .edit_table .layui-table-view .layui-table td .layui-table-cell input[type="text"]:focus, body .edit_table .layui-table-view .layui-table td .layui-table-cell input[type="number"]:focus, body .edit_table .layui-table-view .layui-table td:focus .layui-table-cell input[type="text"], body .edit_table .layui-table-view .layui-table td:focus .layui-table-cell input[type="number"], body .edit_table .layui-table-view .layui-table td:hover .layui-table-cell input[type="text"], body .edit_table .layui-table-view .layui-table td:hover .layui-table-cell input[type="number"], body .edit_table .layui-table-view .layui-table td .layui-table-cell input[type="text"], body .edit_table .layui-table-view .layui-table td .layui-table-cell input[type="number"], 
/*bugID=4142 采购单/销售单 正常定装商品“退货重量”不可以修改，跟输入的件数变化 */
body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.weight_write:focus, body .edit_table .layui-table-view .layui-table td[data-field="weight"]:hover .layui-table-cell input.weight_write, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.weight_write:hover, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.weight_write, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.san:focus, body .edit_table .layui-table-view .layui-table td[data-field="weight"]:hover .layui-table-cell input.san, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.san:hover, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.san{
  border: 1px solid #e7e7e7!important;
  background-color: #FFF!important;
}
/* bugID=4142 采购单/销售单 正常定装商品“退货重量”不可以修改，跟输入的件数变化*/
body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input:focus, body .edit_table .layui-table-view .layui-table td[data-field="weight"]:focus .layui-table-cell input, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input:hover, body .edit_table .layui-table-view .layui-table td[data-field="weight"]:hover .layui-table-cell input, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.weight_readonly, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input.weight_disabled, body .edit_table .layui-table-view .layui-table td[data-field="weight"] .layui-table-cell input{
  border:1px solid transparent!important;
  background-color: transparent!important;
}
/* 临时 .column_conten_box */
.column_conten_box {
  padding:0.24rem 0.2rem;
}
/* 20181212 */
/* 页码 select */
body .layui-table-view select[lay-ignore]::-ms-expand, body #table-list .layui-table-view select[lay-ignore]::-ms-expand {
  display: none;
}
body .layui-table-view select[lay-ignore], body #table-list .layui-table-view select[lay-ignore]{
  width: 1.09rem!important;
  height: 0.32rem!important;
  border: 0\0;
  border: 0;
  appearance:none\0;
  -moz-appearance:none;
  -webkit-appearance:none;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRkU1MjRERTg0QTkxMUU4QjgwNDk2MkQzMDg4RjNDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRkU1MjRERjg0QTkxMUU4QjgwNDk2MkQzMDg4RjNDMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFGRTUyNERDODRBOTExRThCODA0OTYyRDMwODhGM0MyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFGRTUyNEREODRBOTExRThCODA0OTYyRDMwODhGM0MyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Pkq+EAAAAGJJREFUeNpi/P//PwMpgImBRMAyY+X+p0BaCo+aDxnhjoLINiwhYOh0FCcBdZcD6XocimuA8lXIAowwTwOdVgik+pDkSoCKe9FNYEQOJaCmFCA1CYiLgYqnY7OSkebBChBgAGHuICwXdACrAAAAAElFTkSuQmCC');
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRkU1MjRERTg0QTkxMUU4QjgwNDk2MkQzMDg4RjNDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRkU1MjRERjg0QTkxMUU4QjgwNDk2MkQzMDg4RjNDMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFGRTUyNERDODRBOTExRThCODA0OTYyRDMwODhGM0MyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFGRTUyNEREODRBOTExRThCODA0OTYyRDMwODhGM0MyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Pkq+EAAAAGJJREFUeNpi/P//PwMpgImBRMAyY+X+p0BaCo+aDxnhjoLINiwhYOh0FCcBdZcD6XocimuA8lXIAowwTwOdVgik+pDkSoCKe9FNYEQOJaCmFCA1CYiLgYqnY7OSkebBChBgAGHuICwXdACrAAAAAElFTkSuQmCC') no-repeat scroll right 0.1rem center transparent\0;
  padding: 0 0.1rem;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-position: right 0.1rem center;
  background-attachment: scroll;
  background-color: transparent;
  outline: none\0;
  color: #363636;
  text-align: left;
}
/*表格间隔 */
/* body .detail_table .layui-table th td, body .detail_table .layui-table tr td{
  min-width: 1rem;
}
*/
body .detail_table .layui-table tr:nth-child(even){
  background-color: #f9fbfd!important;
}
.layui-form-item .layui-input-inline i.i-pull, .layui-form-item .layui-input-inline i.i-more {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.3rem;
  text-align: center;
  line-height: 0.32rem;
  color: #97a8be;
  cursor: pointer;
  background-color: #FFF;
}
select[lay-uiselect]~i.i-pull, select[lay-uiselect]~i.i-more, .layui-form-item .layui-input-inline select[lay-uiselect]~i.i-pull, .layui-form-item .layui-input-inline select[lay-uiselect]~i.i-more {
  z-index: 99;
  background-color: #FFF;
}
/* 销售明细表 */
/*左右按钮 */
.ctrlbtns_box, .pull_btn .pull_text,.ctrlbtn {
  display: inline-block;
  _height:2.5rem;
  zoom:1;
}
.ctrlbtn .f-l {
  width: 98%;
 /*95%;
  height: 0.64rem;
  */
}
.ctrlbtn .f-r .layui-inline, .ctrlbtn .layui-inline, .ctrlbtn .layui-form-item .layui-inline {
  margin: 0.08rem 0;
  font-size: 0.14rem;
  font-family: "Microsoft yahei"!important;
}
/*.ctrlbtn {
  padding: 0rem 0.12rem 0.12rem;
  position: relative;
  width: 100%;
}
*/
.ctrlbtn {
  padding: 0rem 0.66rem 0rem 0.12rem;
  position: relative;
  width: 100%;
}
/*更多条件 */
.ctrlbtns_box {
  width: 100%;
  background-color: #FFF;
  position: relative;
  height: 0.8rem;
}
/*.ctrlbtns_box .ctrlbtn {
  !*width: 90%;
  *!!*92.5*! padding-right: 0;
}
*/
/*.ctrlbtns_box .ctrlbtn .f-l{
  width: 96%;
}
*/
.ctrlbtn .f-l .layui-form-item {
  margin-bottom: 0;
}
.layui-form-label 
/*, .ctrlbtn .layui-inline label, .ctrlbtn .layui-inline .layui-form-label */
{
  padding:0.07rem 0.1rem 0.05rem 0;
  letter-spacing: 0.01rem;
  font-size: 0.14rem!important;
}
/* ceshi */
.ctrlbtn .layui-inline label, .ctrlbtn .layui-inline .layui-form-label {
  padding:0.07rem 0.05rem 0.05rem 0;
  letter-spacing: 0.01rem;
  font-size: 0.14rem!important;
}
.ctrlbtn .layui-form-item .layui-form-select, .ctrlbtn .layui-form-item .layui-input-inline {
  width:1.35rem;
}
/* 20190115 */
.ctrlbtnin {
  height:0.5rem;
  margin-bottom:0rem;
}
.ctrlbtnin {
  padding-right: 1.56rem;
}
.ctrlbtn.ctrlbtnin .f-r {
  right: 1.02rem;
}
.ctrlbtn.ctrlbtnin1 .f-r {
  right:0.12rem;
}
.ctrlbtns_boxin {
  height: inherit;
 /*margin-bottom: -0.4rem;
  */
}
.ctrlbtns_box .column-content-detail, .ctrlbtns_boxin .column-content-detail{
  margin:0.05rem 0 0;
 /*0.2rem 0 0*/
}
/* .ctrlbtns_box .pull_btn {
}
*/
.bgwall{
  background-color: #ebf1f5;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.16rem;
  z-index: 99;
}
.ctrlbtns_box.ctrlbtns_boxin .pull_btn {
  bottom: 0.08rem;
}
/* .ctrlbtns_box.ctrlbtns_boxin .pull_btn {
  bottom: 0.08rem;
}
*/
/* 20190307 */
.waitrefund .f-r, .ctrlbtn .f-r{
  position: absolute;
  width: auto;
  right: 0.12rem;
  text-align: right;
}
#choosetype {
  margin-left: 0;
  padding: 0.08rem 0 0.05rem;
  font-size: 0.14rem;
}
.layui-form-item #choosetype .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0;
  padding-left: 0.2rem;
}
.layui-form-item #choosetype .layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0.05rem;
}
/* .pull_btn 0.08rem */
.pull_btn {
  height: 0.42rem;
  text-align: right;
  margin-bottom: -0.05rem;
  background-color: #e8ecf0;
  position: absolute;
  z-index: 11;
 /*width: 100%;
  */
  right: 0;
  bottom: 0.08rem;
}
.pull_btn .pull_text{
  cursor: pointer;
  line-height: 0.3rem;
  position: absolute;
  right: 0.12rem;
 /*bottom: 0.57rem;
  */
  width: 0.8rem;
  height: 0.34rem;
  background-color: #ffffff;
  border: solid 1px #e8ecf0;
  text-align: center;
  border-radius: 0.03rem;
  font-size: 0.14rem 
}
.pull_btn .i-up::before,.pull_btn .i-down::before{
  font-size: 0.12rem;
  padding-left: 0.05rem;
  line-height: 0.34rem;
}
body .layui-table-tool-temp {
  position: relative;
  display: inline-block;
  width: 100%;
}
#table-list .layui-table-tool .layui-btn-container {
  position: relative;
  z-index: 99;
}
/* 报表 标题 */
.toolbar_title{
  width: 30%;
  left: 0;
  right: 0;
  position: absolute;
  top: -0.1rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.2rem;
  margin:0 auto;
  font-family: sans-serif;
  letter-spacing: 0.01rem;
}
.setLie {
  font-size: 0.14rem;
  line-height: .75!important;
}
.setLie .i-set{
  font-size: 0.2rem!important;
  display: inline-block;
  margin-right: 0.05rem;
  vertical-align: bottom;
}
/* 筛选项目的 more 三个点 */
.detail_table {
 /*padding: 0.15rem 0 0.15rem;
  margin-top: 0.05rem;
  */
  padding: 0.15rem 0 0;
  margin-top: 0;
}
/* sale-history.css 87 */
body #table-list .layui-table-page {
  height: 0.51rem!important;
  padding:0.1rem!important;
  z-index: 111;
}
.ctrlbtn .layui-form-item .layui-inline {
  margin-right: 0.1rem;
}
body .standbox .column-content-detail.ctrlbtn .layui-form-item .layui-inline .layui-input-inline.icalendar-inline {
  width: 1.9rem;
}
body .standbox .column-content-detail.ctrlbtn .layui-form-item .layui-inline .layui-input-inline.icalendar-inline input{
  background-position: 97% 50%!important;
  font-size: 0.13rem!important;
}
body .standbox .ctrlbtn .layui-form-item .layui-inline {
  margin-right:0.05rem;
}
body .standbox .ctrlbtn .layui-form-item .layui-form-select .layui-select-title input {
  width: 100%;
  padding-right: 0.2rem;
}
body .standbox .ctrlbtn .layui-form-item .layui-form-select .layui-edge {
  right: 0.08rem!important;
}
/* 采购单选择 */
.column-content-detail .layui-form-item .layui-inline .layui-input-inline .form_txt, .form_txt {
  padding: 0.05rem 0.05rem 0.05rem 0;
  line-height: 1.7;
  font-size: 0.14rem;
  height: 0.32rem;
  display: block;
}
/* 采购switch */
.piciSwitch + .layui-form-switch{
  margin-top: 0;
  height: 0.2rem !important;
  line-height: 0.2rem !important;
}
.piciSwitch + .layui-form-switch>i{
  top: 0.01rem;
  width: 0.16rem;
  height: 0.16rem;
  left: 0.01rem;
}
.piciSwitch + .layui-form-onswitch>i{
  margin-left: 0.17rem;
}
.piciSwitch + .layui-form-onswitch{
  background: #26ceb4;
}
/* 添加其他费用 select框*/
[lay-id="zcTypeTable"] .layui-table-box, [lay-id="zcTypeTable"] .layui-table-box .layui-table-main, [lay-id="zcTypeTable"] .layui-table-box .layui-table-main table tr, [lay-id="otherTypeTable"] .layui-table-box, [lay-id="otherTypeTable"] .layui-table-box .layui-table-main, [lay-id="otherTypeTable"] .layui-table-box .layui-table-main table tr {
  overflow: inherit;
}
/* tableselect*/
.layui-table-box .layui-table-main table td:hover .tableselect + .layui-form-select, .layui-table-box .layui-table-main table tr:hover .tableselect + .layui-form-select, [lay-id="zcTypeTable"] .layui-table-box .layui-table-main table td:hover .isPay + .layui-form-select, [lay-id="zcTypeTable"] .layui-table-box .layui-table-main table tr:hover .isPay + .layui-form-select, [lay-id="otherTypeTable"] .layui-table-box .layui-table-main table td:hover .isPay + .layui-form-select, [lay-id="otherTypeTable"] .layui-table-box .layui-table-main table tr:hover .isPay + .layui-form-select {
  background-color: #FFF;
}
body .layui-table-view .layui-table td .layui-table-cell .tableselect + .layui-form-select, body .layui-table-view .layui-table td .layui-table-cell .isPay + .layui-form-select {
  border:1px solid #e7e7e7;
  background-color: #FFF;
  font-size: 0.14rem;
  margin: 0 auto;
  display: inline-block;
}
body .layui-table-view .layui-table td .layui-table-cell .tableselect + .layui-form-select {
  overflow: hidden;
}
body .layui-table-view .layui-table td .layui-table-cell .tableselect + .layui-form-select .layui-select-title input, body .layui-table-view .layui-table td .layui-table-cell .isPay + .layui-form-select .layui-select-title input {
  border-left:0!important;
  border-right: 0!important;
  border-top:0!important;
}
body .layui-table-view .layui-table td:hover .layui-table-cell .tableselect + .layui-form-select .layui-select-title input, body .layui-table-view .layui-table tr:hover .layui-table-cell .isPay + .layui-form-select .layui-select-title input {
  border-bottom: 0.01rem solid #e7e7e7!important;
  left: 0;
  right:0;
  top:0;
}
body .layui-table-view .layui-table td .layui-table-cell .tableselect + .layui-form-select .layui-select-title input, body .layui-table-view .layui-table tr .layui-table-cell .isPay + .layui-form-select .layui-select-title input {
  left: 0;
  right:0;
  top:0;
}
/* body .layui-table-view .layui-table td .layui-table-cell .layui-form-selected {
}
*/
.isPay + .layui-form-select,.isPay + .layui-form-select .layui-input{
  height: 0.26rem !important;
  line-height: 0.26rem !important;
}
.isPay + .layui-form-select{
  width: 99%;
  margin: 0 auto;
}
.isPay + .layui-form-select .layui-select-title i.layui-edge{
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  left: auto !important;
  line-height: inherit!important;
  height: inherit!important;
}
/*代买开单*/
body .layui-table-view .layui-table td .layui-table-cell .tableselect + .layui-form-select .layui-select-title input {
  border-left:0!important;
  border-right: 0!important;
  border-top:0!important;
  line-height: 1!important;
}
body .layui-table-view .layui-table td:hover .layui-table-cell .tableselect + .layui-form-select .layui-select-title input {
  border-bottom: 0.01rem solid #e7e7e7!important 
}
body .layui-table-view .layui-table tr:hover .layui-table-cell .tableselect + .layui-form-select .layui-select-title input {
  border-bottom: 0.01rem solid #e7e7e7!important 
}
body .layui-form-select dl dd.layui-this {
  background-color: #25CDB4;
  color: #FFF;
}
/* body .layui-table-view .layui-table td .layui-table-cell .layui-form-selected {
}
*/
.tableselect + .layui-form-select,.tableselect + .layui-form-select .layui-input{
  height: 0.26rem !important;
  line-height: 0.26rem !important;
}
.tableselect + .layui-form-select{
  width: 99%;
  margin: 0 auto;
}
.tableselect + .layui-form-select .layui-select-title i.layui-edge{
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  left: auto !important;
  line-height: inherit!important;
  height: inherit!important;
}
body .layui-table-view .layui-table td.tdoverflow .layui-table-cell, body .layui-table-view .layui-table td.tdoverflow {
  height: 0.26rem;
  line-height: 0.26rem;
}
body .layui-table-view .layui-table td.tdoverflow .layui-table-cell, body .layui-table-view .layui-table td.tdoverflow {
  overflow: visible;
}
body .layui-table-view .layui-table td .layui-table-cell .tableselect + .layui-form-select input{
  height: 0.26rem;
}
.icalendar input {
  background-size: inherit!important;
  background-repeat: no-repeat !important;
  background-position: 92% 50%!important;
  background-color: #fff!important;
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QOIaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmU4ODk4MjYtODI4Zi0xMTQyLWIwNWYtNDhmMzBhOTliMGZmIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGQUJEQTNENzlCOTExRTg5MjAwOEU1MkYwQzI2REU3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGQUJEQTNDNzlCOTExRTg5MjAwOEU1MkYwQzI2REU3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3YjQzMmEzMS03MjJjLTgwNGItYjk3MC03NmE4MWJjNGZlNTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkNDllNzkwYi02NTcwLTExZTgtYTM0Yy04ZGMyMjk3ZDhmZTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAOAA0DAREAAhEBAxEB/8QAbQABAQEAAAAAAAAAAAAAAAAABAIJAQEBAQAAAAAAAAAAAAAAAAABAAUQAAIBAwMEAgMAAAAAAAAAAAEEAhEDBRIiBgAhMRUTFDJSIxEAAAUDBAMAAAAAAAAAAAAAAAERQQIxYRJxsdED8FHB/9oADAMBAAIRAxEAPwDQzH8kyXKLrt6GbcealOfsGGV0Vjck5CKyppcftg/Wnvt6fwluPbrZl1lBt+HGaUzk+3IcMnnBeljPdMb1hl/h0Y3SL8QVPui57Ggvm5LWY1rXdpoK9GMapZ9UpQKnRbtyC8XynME8HhlsXxZzLIL6Yo5Fdxi1bYAygnGUIbdIld/mOw77vPV2RgcjU0PSwISkREheKJ9py85ssni7Yfjx4LxxxcY+SSZeMy0J/oLoFsxJ8kEDzRxhjV/ToLKS0b6P/9k=') !important;
}
/* 20190103 */
body .layui-table-view .layui-table td .layui-table-cell input.chooseInput:focus {
  border:1px solid #ccd7e0;
}
body .layui-table-view .layui-table td .laytable-cell-checkbox {
  height:0.28rem!important;
}
/* body .layui-table-view .layui-table td .laytable-cell-checkbox {
  height:auto!important;
}
*/
/* 20190107 */
.layui-table-cell {
  padding: 0 0.1rem!important;
}
/* 字体原因 x会显示打印符号 */
body #table-list .layui-table-view .layui-table td * {
  font-family: "sans-serif";
}
/* */
/* .dzhsk_select .skform .layui-form-select .layui-input */
/* .should_take input[type="text"]:hover, .should_take input[type="number"]:hover, .should_take input[placeholder="请输入实付金额"], .should_take input[placeholder="请选择付款账户"], [class*="layui-"] .layui-form-select dl dd, .should_take input[type="text"], .should_take input[type="number"], .dzhsk_select .skform .layui-form-select .layui-input {
  height: 0.46rem;
  font-size: 0.16rem;
  line-height: 0.35rem!important;
  padding: 0.12rem 0.05rem;
}
*/
/* 表格 标示红点 */
.layui-table th div .sunamesup {
  padding-left: 0.08rem;
}
.layui-table th div .sunamesup::before{
  left:0.01rem;
}
.layui-table th div .piliang{
  display: inline-block;
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0 0.03rem;
  position: absolute;
 /* right: 0.05rem;
  */
  right: 0.1rem;
  top: 0.02rem;
}
/* 待退货的时候 添加间距 */
.waitrefund .layui-form-label {
  padding:0 0.15rem 0 0!important;
}
/* 采购报表 为了显示下拉内容 dl */
.crtloverflow {
  overflow: inherit!important;
}
.waitrefund .updown_text, .waitrefund .ctrlbtn{
  padding:0.05rem 0 0;
}
.waitrefund .updown_text .layui-inline .layui-form-label, .waitrefund .ctrlbtn .updown_text .layui-inline .layui-form-label {
  line-height: 0.28rem;
}
/* table 高度在1366的尺寸的时候 显示多小数据的修改 */
/* 1 修改 table 自身高度 用padding 撑开 不设置高度限制 */
/* body .layui-table-cell{
  height:auto;
  overflow:visible;
  text-overflow:inherit;
  white-space:normal;
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
*/
/* .layui-table-view .layui-form-checkbox[lay-skin="primary"] i {
  top: 0.06rem;
}
*/
body .layui-table-view .layui-table td {
  padding:0.05rem 0 0.05rem;
}
.layui-table-view .layui-form-checkbox {
  margin-top: 0.03rem!important;
}
/* body .layui-table td{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body .layui-table td:hover{
  text-overflow:inherit;
  overflow:visible;
  white-space:pre-wrap;
  word-break:break-all;
}
*/
/* 2 采购/销售开单 设置 点击选择时候的高度 为 46 复选框的高度为28*/
/* 采购开单和销售单 文字的省略 */
.column-content-detail .layui-form-item .layui-inline .layui-input-inline, .column-content-detail .layui-form-item .layui-inline:first-child .layui-input-inline{
  border:1px solid #e7e7e7;
}
.column-content-detail .layui-form-item .layui-inline .layui-input-inline input, .column-content-detail .layui-form-item .layui-inline:first-child .layui-input-inline input{
  border: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
 /* width: 80%;
  */
  width: 100%;
  display: block;
}
body .column-content-detail .layui-form-item .layui-inline .layui-input-inline.icalendar-inline {
  width: 2.2rem;
}
body .column-content-detail .layui-form-item .layui-inline .layui-input-inline.icalendar_disabled{
  border: 0;
  height: 0.32rem;
  line-height: 0.32rem;
}
.column-content-detail .layui-form-item .layui-inline .layui-input-inline input#state-data, .column-content-detail .layui-form-item .layui-inline .layui-input-inline input[placeholder="请选择单据日期"] {
  width: 100%!important;
  padding: 0 0.05rem!important;
}
.ctrlbtns_box .column-content-detail .layui-form-item .layui-inline .layui-input-inline input {
  width: 98.5%;
}
.column-content-detail .layui-form-item .layui-inline .layui-input-inline .layui-select-disabled input, .column-content-detail .layui-form-item .layui-inline .layui-input-inline .layui-select-disabled .layui-select-title input[layui-disabled], .column-content-detail .layui-form-item .layui-inline .layui-input-inline .layui-select-disabled input[disabled='disabled'] {
  color:#A0A7B7!important;
}
.layui-table th div .piliang.disabled, .column-content-detail .layui-form-item .layui-inline .layui-input-inline .layui-select-disabled .layui-select-title i.layui-edge, .column-content-detail .layui-form-item .layui-inline .layui-input-inline input[disabled='disabled'], .column-content-detail .layui-form-item .layui-inline .layui-input-inline .layui-select-title input[layui-disabled], .column-content-detail .layui-form-item .layui-inline .layui-input-inline input[disabled='disabled'] ~ .select-btn, .column-content-detail .layui-form-item .layui-inline .layui-input-inline input[disabled='disabled'] + i.i-more{
  cursor: no-drop!important;
  border-color: transparent!important;
}
.waitrefund .ctrlbtn .layui-form-item .layui-form-select {
  width: 100%;
}
/* 高级搜索 通用里的边框 */
#highForm .layui-form-item .layui-input-inline {
  border:0;
}
#highForm .layui-form-item .layui-input-inline, #highForm .layui-form-item .layui-input-block, #highForm .layui-form-item .layui-form-select{
  width: 2.28rem;
}
#highForm .layui-form-item .layui-input-inline input{
  border: 1px solid #e7e7e7;
}
/* guanjian 20190118 qq */
.column-content-detail .layui-form-item .layui-inline:first-child .layui-input-inline#yhl input {
  width: 100%!important;
}
/* 表头 如有提示语 问号导出 */
/* .amount-detail .data_tip {
  position: absolute;
  bottom: -0.2rem;
  min-width: 200%;
}
*/
table thead tr th .layui-table-cell .gudie_tip {
  vertical-align: middle;
  cursor: pointer;
}
table thead tr th .layui-table-cell .gudie_tip i[class*="i-"]{
  color: #969696;
  ;
  font-size: 0.18rem;
  vertical-align: middle;
  padding-left: 0.05rem;
  cursor: pointer;
  font-weight: lighter;
}
span[id*="gudie_tip_id_"] {
  position: absolute;
 /*min-width: 4rem;
  */
  left: -0.05rem;
  bottom: 0.33rem;
  font-size: 0.12rem;
  letter-spacing: 0.01rem;
  height: 0;
}
span.tiptext {
  background-color: #FFF;
  border: 1px #ddd solid;
  padding: 0.05rem;
  color: #969696!important;
}
/* 倒三角 */
table thead tr th .layui-table-cell .arrowdown {
  position: absolute;
  left: 0;
}
table thead tr th .layui-table-cell .arrowdown::after{
  content: "";
  width:0;
  height:0;
  border-width: 0.08rem 0.05rem 0;
  border-style:solid;
  border-color: #fff transparent transparent;
  left: 0.12rem;
  position: absolute;
  top: 0.2rem;
}
table thead tr th .layui-table-cell .arrowdown::before{
  content: "";
  width:0;
  height:0;
  border-width: 0.1rem 0.07rem 0;
  border-style:solid;
  border-color: #ddd transparent transparent;
  position:absolute;
  top: 0.2rem;
  left: 0.1rem;
}
/* layui 表格工具包 追加按钮 生成的 z-index */
.layui-table-tool-self {
  z-index: 100;
}
/* 其他出入库 */
.column_search #select_input .layui-form-select dl, .column_search #select_input .layui-form-select dl dd, .column_search #select_input select, .column_search #select_input input, .column_detail .ctrlbtn .layui-form-item #select_input .layui-input-inline, .column_detail .ctrlbtn .layui-form-item #select_input .layui-form-select, #select_input .layui-form-select dl, #select_input .layui-form-select dl dd, #select_input select, #select_input input {
  width: auto!important;
}
#select_input .layui-input-inline, .column_detail .ctrlbtn .layui-form-item #select_input .layui-input-inline{
  width: 20%!important;
  min-width: 0.85rem!important;
  margin-left: -0.01rem!important;
  margin-right: 0!important;
}
.column_search #select_input .layui-input-inline:last-child, #select_input .layui-input-inline:last-child, .column_detail .ctrlbtn .layui-form-item #select_input .layui-input-inline:last-child{
  width: auto!important;
}
.column_search #select_input .layui-form-select .layui-select-title input, .column_search #select_input .layui-form-select .layui-select-title, #select_input .layui-form-select .layui-select-title input, #select_input .layui-form-select .layui-select-title {
  width: 100%!important;
}
#select_input, .column_detail .ctrlbtn .layui-form-item #select_input {
  width: 2.51rem!important;
}
/* 弹出层 调整位置样式 */
.column_search #select_input {
  width: 3.55rem!important;
}
.column_search #select_input .layui-input-inline{
  min-width: 0.7rem!important;
}
.column_search #select_input .layui-input-inline .layui-form-select {
  width: 0.7rem!important;
}
/* #highForm .layui-form-item .layui-form-select */
/* 20190307 */
.waitrefund .f-r{
  bottom: 0.12rem;
}
/*20190307 高度 库存 */
.admin_wrap_container, #admin_wrap_container {
  margin-top:0.18rem;
}
.ctrlbtn_history .f-r {
  bottom:0;
  right:0;
}
/* 通用样式 css tips 修改以前的 */
.t_tips {
  margin-left:0.05rem;
}
.t_tips i.i-guide, .t_tips {
  cursor: pointer;
  width: 0.16rem;
  height: 0.16rem;
  font-weight: 500;
}
.t_tips i.i-guide {
  color: #969696;
}
.titletip {
  line-height: 1.5;
  position: absolute;
  padding: 0.05rem;
  z-index: 100003;
  opacity:1 
}
.tipsy-inner {
  background-color: #FFF;
  color: #fff;
  border:1px #ddd solid;
  padding: 0.05rem;
  text-align: center;
  color: #969696;
  font-size: 0.12rem;
}
.arrow_box {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.1rem;
  height: 0.1rem;
  margin-left: 0;
  margin-top: -0.21rem;
  z-index: 900000;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZTg4OTgyNi04MjhmLTExNDItYjA1Zi00OGYzMGE5OWIwZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODA2REI1N0Q0NEJBMTFFOUEzNUU5NzAyNzBGNjE2MjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODA2REI1N0M0NEJBMTFFOUEzNUU5NzAyNzBGNjE2MjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJlYzIxNTg2LWIwMmQtYzU0ZS05NzhkLWZlOTcyZGFkYmI1ZiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjYwYjIyZTExLWU1MmQtNTM0Mi1iOTE0LTVlOWI5ZWY0YThiNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnwNAW0AAADASURBVHjaYvj06dN/YgBIHdPXr1+f/v79mwEf+PXrFwNQ3SMmILvy27dveBVD5ctBipd8//79FBBjVQgS//HjxzEgcyUD0DkMz58/twTif9jcChIHYhOQOrBiqIZlX758QVH4+fNnkOIFMDVMSDZWACW//fv3D8wB0UDNX4DMapgCuGIJCYlHQKoH6GswH0p3AcWfYiiGgk5QUMKCCqQZRRbmHiS3x75//x7k1nB0ORYsobUEGFSGQHoVugRAgAEAPjrlAyBdAoQAAAAASUVORK5CYII=');
}
/* 请点击筛选条件查询你想要的吧 */
.empty_none {
  position: relative;
}
.empty_none .none_text{
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  text-align: center;
  line-height: 2;
}
.empty_none .none_text p {
  color: #8e8e8e;
}
.empty_none .none_text .none {
  display: block;
  width: 1.25rem;
  height: 1.75rem;
  margin: 0 auto;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAh1BMVEUAAACKioqLi4uLi4uJiYmbm5uJiYmKioqKioqKioqPj4+Dg4OJiYmIiIiKioqKioqJiYmKioqJiYmJiYmJiYmOjo6KioqKioqJiYmJiYmJiYmKioqKioqJiYmKioqJiYmKioqKioqKioqKioqKioqJiYmKioqJiYmJiYmKioqKioqLi4uKioqhpuMsAAAALHRSTlMAwEAY+QTyMs6TCgcqI/bu1ro5hXIOUOTeEummflezSJ+ajGvHrVxhZkN4Hu0YMSoAAAfgSURBVHja7NvpcqowAAXgo2yyFHAXFTfUaj3v/3wX0CHYyvS2l6C5w/evnQ5jnZwk5kS0Wq1Wq9Vqtf4j2nIU4T/QDUjzDOUZJlNTKM9izoLqPOZGUJ7JzAHK6zMTQHlL5t6gujNz71Cdy9wWFRxlJrQeMyEeGm91hgMoYcdchAcuIVPmGCqImZvgq0GgUoAi5nb44qjz6gQlzCqWxCFv/AuUsH04bTkr3ugTqMHzs1dr4Y7W402gzPwLqx8svE+/mvImVGRcPXb2edN3oLDI5I0NpcWkSgtItQlzZheKc+ZMzdTf2sPrm1z8F4dErVar9Vq09Yd9OCzXLlSmjXq88VfKrt5OvOIdW8n97Xnj87NQua2It5uz4Hc6oa7i5lAEI+Uv1gYAd71gZqrGwVXKOfYp9I8iFtacqQ1UYKwXpWD0RhrKPJMpDw+9dV8nP1Y5GNOdh8/WTC3wgLvIAtTfxc//by4fIQvm5oxHOkxpFdXJVdAfTi54lvF750swHomrSsQ974RdNEkEQy8HI0Il18z+orKVE8wLmmbZQSkYw2/G+KYi7mt+MkSjLstZORhdfKdb9SLfp7xjoznjUykY+ip28RemlZcfvKO9F3P3GQ0xJodSMPZJhG+JAqGLCob3bu+z5yZoxqAcjJkIxve871d3w+p6aMJbORjBdvDzQtR8gQ9ZUbIvBeMwcfFDI6ZiPJc7WZWDcYrwcxpTKzxTd2uWgrG8/MuNlDGexRtOS8GwB/i1I1MJnmJcDoZ/mBj4B66eDUs8gfNhstA5jfGPFk+6ImSJyTb8RTAq9lVLNC3ReTW3LdTCmGeTBRqW3B0h1Hi3ZoBGrZk7aKiR1XyJa+T58GPUK3tqYKBBJ4orFzX6YGqCBu3lNOBa09dmL0yFqF+HpO6gMbGsq2Cnhu+YLZmKUD9HJ9lBYzYk55DhwJSGpmylfU1iwtQHmmKT9CGDETS6TUnkfd/DfvRo1xpDCkveABgwZX+9+2tHkMGUsY6Ibcrc+HJzk8HIQP22Vc1MTVP7GiUhr/YOatdlagcZ3j6XPu/MyDosmkpbSbC/36a4ou1aon5DeQfKCVPHux2xxPvxb/KK2DFT/eInk4UIEvRI6i5kWJW3KTsWtpBhdB0AMpQLRU0XB8oaZNCuA0AGwxTt1UZy6SYGgAwjcq6J1uQqcCBIGABSdJNIvFs3CWQQjbJUAxZmBqQQjbJMPRZiSHOWXnvHLPQgiWiU5TFmLAwg0U5y752wsII0olGWxQmY+1UUX6lRXrKwwc+8VKMc+b/cnLxao/ynvXNbThaGovCmCAgI5SC0qPUsWM37P98//OkQsNQYIpt0ynfbmd6YyHLvtRY2qdhD34T9yRSPUESS00pulJeEglPP4U76elZZNdOaAf2z7WmjXPcy5vAj6suUmgMwABQW/ciUgFRsAIU9Nb49mZxUaICD1cdUwHiTECcyh8A04KnMScUSOKgsU5LXx8WJ0jIllhQnqhjfaqMsMwM8iqfJFGvl0ZVFxQUQcZ5jfMsOAT1JXk2cuCCCCsa3zzLX4C+95iirAFQ2sjLluiqfG2GR3IyyAsDFkJQp0aSeupp2ECfDG9+MKAO4ruNZzTBAkbh3+DLFixe3YwWjphYtQCfoYHxzcq28GLMWdxDlBOLgG9+snVm6z3VgsMUn5QoiYBvfWE3TZPkJ37ggRJD4xrdE4FJND8ndviDiZ4AMkynnx5KuW16nnvhKHVGmsNySf35ELS5cwIfJFH5u6Vg4nH8ycHVeyjkOSXmLFnuPO9ynBAYIg2N8u07ImpcuCUlFCoNhU5nSGju2AcDTuQIYYc/W2Z/vpif/0SdMgLBn6+rPP5tlHvFTdPF5+v7HiwVYrFrO9tZfpq744tODG3K5ayMvU9xMdPHZrqPXj96b4f35Tn2U1dVBqYI/PyYVsczMf2h/vuPXTEAS1oTB/flZzQSE5qDkyxRxkpoJSMaaMLg/32AmIBXC7nb3kUElTpQIuzN/vjD+18Gy1Ai7U5nS1Y1HzLlxXxpngACTKV0j8VsdfibHO1vMny9eHub7ZGrxv9d2gMVRUKYkRUi7kfYFcJiixuHOYsuA2C+j8DrwwBeOiZhMOZq7SMQvHQAHdJmiz4NpAqAnYvPlEJBgMUJ+u9CrLq7GbMCAyZSAt0sgRCuSDrcvBTx292VKpJV39qKDIO4bNVjgEd1f84e0FFAYG/UxwlJkRluTW6gDzDbQhXiAAX3ctsbM5gEh/qxrJ1+IYm3ky5TNaUJLAaWqx2yQQ16mRLQDRrJ6zAZsDrcyxdl2K0fKzkcEyyw3RiiJ2+jkW0cggjopsqhZPeaBGIqkyLyY08mHhcHC7rKdfKysEh8mU8RxP9b1FtdDBghww+5ynXxv8fBNxV8yRaKTz9wq0llOR7ViAwhG+KFAf2aHsLuTr0mz91shaNhduNa/lPhqQdsOBGv9lxtQDhp2F7oYuZrviajLFH6tf3BR6mK0yhR+rf/CVvkdga5JvUq8Wv9JWfOoNDbdw92t9SfaWf1XXHikJL1T6x+sfsfrGu3/J+fjh4vxav+SN/4CJO/09OQOGyGwxmzFL0aDlwmhvGvagjCOB/UvRpNoQb6jFS9PIwIkdI30SwpYpAHpkwvgER3W2vtU64VYTXk2MiJEHmoibJX5ud5aY8RFEcvvn/hERkZGRkZGRkZGmvwD2antQTAouJsAAAAASUVORK5CYII=');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
/*设置页面 销售设置 */
.column_detail .layui-card{
  box-shadow: none!important;
}
/* .zmdsaleset {
  background-color: #FAFBFD !important;
}
*/
.saleset_box {
  width: 8.5rem;
  min-width: 8.5rem;
  max-width: 8.5rem;
}
.saleset_box .layui-input-inline {
  width: 100%;
  font-size: 0.14rem;
}
.saleset_box .layui-table[lay-skin="zmdsaleset"] {
}
.saleset_box .layui-table[lay-skin="zmdsaleset"] th, .saleset_box .layui-table[lay-skin="zmdsaleset"] td {
  text-align: left;
  font-size: 0.14rem;
  min-height: 0.46rem;
  height: 0.46rem;
  line-height: inherit;
  padding: 0.06rem 0.15rem;
}
.saleset_box .layui-table[lay-skin="zmdsaleset"] th {
  font-size: 0.15rem;
  font-weight:600;
}
/* .saleset_box .layui-table[lay-skin="zmdsaleset"] {
}
*/
.layui-table[lay-skin="zmdsaleset"] .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 0.2rem;
  vertical-align: text-top;
}
.layui-table[lay-skin="zmdsaleset"] .layui-form-checkbox[lay-skin="primary"] span {
  padding-right: 0.1rem;
}
.layui-table[lay-skin="zmdsaleset"] .layui-form-switch {
  margin-top: 0;
  height: 0.2rem;
  line-height: 0.2rem;
  border-radius: 0.18rem;
}
.layui-table[lay-skin="zmdsaleset"] .layui-form-switch i {
  position: absolute;
  left: 0.01rem;
  top: 0rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.18rem;
}
.layui-table[lay-skin="zmdsaleset"] .layui-form-onswitch i {
  left: 100%;
  margin-left: -0.18rem;
  background-color: #fff;
}
.saleset_box .layui-table[lay-even] tr:nth-child(even) {
  background-color: #fafbfd !important;
}
.overall_box {
  width: 9.5rem;
  min-width: 9.5rem;
  max-width: 9.5rem;
}
/* .overall_box .layui-table[lay-skin="zmdsaleset"] td, .overall_box .layui-table[lay-skin="zmdsaleset"] th {
  width: 0.01rem;
}
.overall_box .layui-table[lay-skin="zmdsaleset"] th {
}
.overall_box .layui-table[lay-skin="zmdsaleset"] th {
}
*/
/* xzk2019 */
#auxiliary .userctrl, #basicdata .userctrl {
  width: 1.3rem;
  max-width: 1.3rem;
}
#history .row [class*="col-"] .nav-tabs .nav-item {
  margin-bottom: -0.02rem;
  *margin-bottom: -0.02rem;
  _margin-bottom: -0.02rem;
}
/* bkg_ui 880 896*/
input[type=radio].ring+.lbl, input[type=checkbox].ace+.lbl, input[type=checkbox].tick+.lbl {
  margin-top: -0.18rem!important;
}
.bootstrap-table .fixed-table-container input[type=checkbox], .bootstrap-table .fixed-table-container input[type=radio], input[type=checkbox].ace+.lbl::before {
  border: 0!important;
}
/* 20180917 */
#index_style::before {
  content: "";
  background-color:#ebf1f5;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* skin 335*/
#auxiliary, #basicdata, #action-log {
  background-color: #FFF;
  position: relative;
  z-index: 1;
  margin-top:0.2rem;
}
/* boots table min 23*/
.fixed-table-container {
  border-bottom: none;
}
#ascrail2000 {
  display: none;
  opacity: 0;
}
/* skin */
#basicdata .searchs_style [class*="col-md-"], .userLabel, #basicdata .user {
  padding:0!important;
}
.userLabel{
  width: 2.45rem!important;
  max-width: 2.45rem!important;
  margin-left: 0;
  padding: 0!important;
}
/* skin 536 */
.shopedit_form {
  position: relative;
}
/* skin 572 */
.unitctrl, .fixedctrl {
  margin-bottom: -0.1rem;
}
/* skin 512 */
.dr2 li, .dr3 li {
  cursor: pointer;
}
/* 2018 0918 */
/*bkg_ui */
.bg-black {
  background-color: #3f455b!important;
  border-color:#3f455b!important;
}
.bg-black:focus, .hover-black:focus, .bg-black:hover, .hover-black:hover {
  background-color: #3f455b!important;
  border-color:#3f455b!important;
}
/*z q聊天记录 */
.btn-green:focus,.btn-green:hover {
  background-color: #40cab0!important;
  border-color: #40cab0;
 /* color: #2d2230;
  */
  color:#FFF!important;
}
.btn-white{
  border-color:#e1e8ed!important;
  background-color: #f7f7f7!important;
}
.btn-white:hover,.btn-white:focus {
  background-color: #FFF!important;
  border-color:#FFF!important;
}
/* 20180918x 修改*/
.pagination li.page-next a, .pagination li.page-pre a {
  font-size:0!important;
}
/* 20180926 */
#customertable tbody tr td, #customertable tbody tr td:nth-of-type(3) {
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
/* 2018 bugID=3069 */
#customertable tbody tr td:last-of-type {
  word-break: keep-all;
  word-wrap: normal;
  white-space: normal;
  overflow: auto;
}
/* 20180919 */
.fixed-table-container thead th .th-inner {
  font-size: 0.14rem!important;
}
.fixed-table-body thead th .sortable {
  margin-right: 0.2rem!important;
}
/* 搜索添加客户下拉*/
.addclient-ul,.kh-ul {
  position: absolute;
  background: white;
  border:0;
 /*width: 1.57rem;
  */
  width: 100%;
  z-index: 999;
  display: none;
}
/* 修改为ul 添加线条 */
.addclient-ul ul,.kh-ul ul{
  max-height: 1.25rem;
  overflow-y: auto;
  border: 1px #ddd solid;
  margin-top: -0.01rem;
}
.addclient-ul ul li,.kh-ul li {
  color: #363636;
  padding: 0.02rem 0.1rem;
  border-bottom: 0.01rem solid #E1E1E1;
  cursor: pointer;
  font-size: 0.14rem;
  line-height: 0.26rem;
  font-size: 0.12rem;
}
.addclient-ul ul li:last-child,.kh-ul li:last-child {
  border-bottom: 0;
}
.addclient-ul ul .add-cus,.kh-ul .add-cus {
  background-color: #F3F4F8;
}
.addclient-ul ul li:hover,.kh-li:hover {
  background: #2AADFF;
  color: white;
}
.laybtn_left{
  position: absolute;
  left: 0;
  background-color: transparent !important;
  border-color: #97a8be!important;
  color: #97a8be!important;
}
/* 20181203 */
body .layui-input:focus,body .layui-textarea:focus {
  border-color:#e7e7e7!important;
}
body .layui-border-box,body .layui-border-box *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* 工具栏 搜索 */
.top-tools-topbar .search-img, .top-tools-topbar .refresh-img{
  width: 0.38rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.3rem;
  border: 1px solid #e1e8ed;
  display: inline-block;
  cursor: pointer;
  color: #97a8be;
}
.top-tools-topbar .search-img{
  margin-left: -0.11rem;
  margin-right:0.11rem;
}
.top-tools-topbar .search-img{
  color: #d3dae3;
  border-color:#e7e7e7;
}
/* 加号 */
.add-cus .add-customer{
  cursor: pointer;
  padding: 0.05rem 0.1rem;
  font-size: 0.14rem;
  color: #363636;
  background-color: #f2f4f8;
  border-top: 0.01rem #ccd7e0 solid;
}
.add-cus .add-customer::before{
  content: "\e612";
  font-family: "font" !important;
  font-size: 0.12rem;
  font-style: normal;
  padding-right: 0.05rem;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 三个按钮情况下 最左边的按钮 */
.laybtn_left{
  position: absolute;
  left: 0;
  background-color: transparent !important;
  border-color: #97a8be!important;
  color: #97a8be!important;
}
/* */
body .pros .layui-table-view,body .selectPros .layui-table-view {
  border-color:transparent;
}
body .pros .layui-table-box,body .selectPros .layui-table-box{
  border: 1px #e6e6e6 solid;
}
/* 底部按钮 */
.shopedit-form-btn{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  height: 0.58rem;
  padding:0.14rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAA8AQMAAACZypKEAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMzAIL4qAgAAAANSURBVAjXY3jAMCAAAGiYAOE0UPlCAAAAAElFTkSuQmCC');
}
.shopedit-form-btn .btn{
  margin-left: 0.08rem;
  padding:0 0.29rem;
  height:0.37rem;
  line-height: 0.37rem;
  cursor: pointer;
}
.shopedit-form-btn .btn:first-child {
  margin-left:0;
}
.shopedit-form-btn .btn-white {
  border-color: #97a8be;
  color: #97a8be;
}
.shopedit-form-btn .arrowbox {
  box-shadow: none;
  outline: none;
  background-color: #FFF;
  width: 0.37rem;
  height: 0.35rem;
  border:1px #97a8be solid;
  vertical-align: middle;
}
.shopedit-form-btn .r_f .arrowbox.i-forward {
  margin-left: 0.08rem;
}
/* #26ceb4 弹层下方有三个按钮 改掉原来的蓝色*/
body .layui-layer-btn .layui-layer-btn0 {
  background-color: #26ceb4 ;
  border-color:#26ceb4;
  color: #FFF;
}
body .hightsearchbtn .layui-layer-btn .layui-layer-btn0, body .showCustomerbox .layui-layer-btn .layui-layer-btn2, body .showCustomerbox1 .layui-layer-btn .layui-layer-btn2, body .showthreebtn .layui-layer-btn .layui-layer-btn0 {
  position: absolute;
  left: 0;
  background-color: transparent !important;
  border-color:#97a8be!important;
  color: #97a8be!important;
}
/* 20181204 */
body .showCustomerbox .layui-layer-btn .layui-layer-btn0, body .showCustomerbox1 .layui-layer-btn .layui-layer-btn0, body .hightsearchbtn .layui-layer-btn .layui-layer-btn1, body .twobtn .layui-layer-btn .layui-layer-btn1, body .showthreebtn .layui-layer-btn .layui-layer-btn1 {
  background-color: #26ceb4 !important;
  border-color:#26ceb4!important;
  color: #FFF!important;
}
.ml-box .layui-form-item {
  padding: 0.35rem 0.2rem;
}
/* layui table 有input 【type text number】 20190122 移动没有线框 点击focus 才有线框 */
body .layui-table-view .layui-table td:hover .layui-table-cell input[type="text"], body .layui-table-view .layui-table td:hover .layui-table-cell input[type="number"] {
  background-color: #fffce9;
  border:1px transparent solid!important;
}
body .layui-table-view .layui-table td .layui-table-cell input[type="text"], body .layui-table-view .layui-table td .layui-table-cell input[type="number"]{
  border:1px transparent solid;
  background-color: transparent;
  background: transparent;
  width: 100%;
  width: 93%;
  height: 0.28rem;
  position: absolute;
  left: 2.5%;
  right: 2.5%;
  top: 0;
}
/* 选择框 在填写时 高度上移动0.01rem 其余为0 */
body .layui-table-view .layui-table td .layui-table-cell input.chooseInput {
  top:0.01rem!important;
}
/* 点击修改宽度 */
/* body .layui-table-view .layui-table td .layui-table-cell .unitprice {
}
body .layui-table-view .layui-table td .layui-table-cell .unitprice .unitprice_span {
}
*/
body .layui-table-view .layui-table td .layui-table-cell .p_unit {
  padding-left: 0.5rem!important;
}
body .layui-table-view .layui-table td .layui-table-cell .unitprice .unitprice_span input{
  width: 0.5rem!important;
}
/* body .layui-table-view .layui-table td .layui-table-cell .unitprice .unitprice_span input:focus {
  width: 0.8rem!important;
}
*/
/* body .layui-table-view .layui-table td .layui-table-cell .unitprice .unitprice_span input:focus +.p_unit {
  padding-left: 0.8rem!important;
}
*/
/* 动画效果 */
@keyframes borderflash {
  from {
      border: 1px solid #e7e7e7;
 }
  50% {
      border: 1px solid #e7e7e7;
 }
  to {
      border: 1px solid #e7e7e7;
 }
}
@-webkit-keyframes borderflash {
  from {
      border: 1px solid #e7e7e7;
 }
  50% {
      border: 1px solid #e7e7e7;
 }
  to {
      border: 1px solid #e7e7e7;
 }
}
@-moz-keyframes borderflash {
  from {
      border: 1px solid #e7e7e7;
 }
  50% {
      border: 1px solid #e7e7e7;
 }
  to {
      border: 1px solid #e7e7e7;
 }
}
@-ms-keyframes borderflash {
  from {
      border: 1px solid #e7e7e7;
 }
  50% {
      border: 1px solid #e7e7e7;
 }
  to {
      border: 1px solid #e7e7e7;
 }
}
@-o-keyframes borderflash {
  from {
      border: 1px solid #e7e7e7;
 }
  50% {
      border: 1px solid #e7e7e7;
 }
  to {
      border: 1px solid #e7e7e7;
 }
}
/* no border */
@keyframes noborderflash {
  from {
      border: 0px solid #e7e7e7;
 }
  50% {
      border: 0px solid #3c3c3c;
 }
  to {
      border: 0px solid #e7e7e7;
 }
}
@-webkit-keyframes noborderflash {
  from {
      border: 0px solid #e7e7e7;
 }
  50% {
      border: 0px solid #3c3c3c;
 }
  to {
      border: 0px solid #e7e7e7;
 }
}
@-moz-keyframes noborderflash {
  from {
      border: 0px solid #e7e7e7;
 }
  50% {
      border: 0px solid #3c3c3c;
 }
  to {
      border: 0px solid #e7e7e7;
 }
}
@-ms-keyframes noborderflash {
  from {
      border: 0px solid #e7e7e7;
 }
  50% {
      border: 0px solid #3c3c3c;
 }
  to {
      border: 0px solid #e7e7e7;
 }
}
@-o-keyframes noborderflash {
  from {
      border: 0px solid #e7e7e7;
 }
  50% {
      border: 0px solid #3c3c3c;
 }
  to {
      border: 0px solid #e7e7e7;
 }
}
/* disabled 还是可以看的 并不会说不见 */
/* body #form .layui-table-view .layui-table tr.layui-table-hover td:hover .layui-table-cell input[disabled="true"], body #form .layui-table-view .layui-table tr.layui-table-click td:hover .layui-table-cell input[disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr td:hover .layui-table-cell input.weight[disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr:hover td .layui-table-cell input.weight[disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input[type="text"][disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input[type="number"][disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input[type="text"][disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input[type="number"][disabled="true"], */
.column-content-detail .layui-form-item .layui-inline .layui-input-inline input.tfootInput[disabled='disabled'], body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseInput[disabled="disabled"], body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input[disabled="disabled"], body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseInput[disabled="disabled"], body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input[disabled="disabled"], body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseInput[disabled="disabled"], body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input[disabled="disabled"], body .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input[type="text"][disabled="true"], body .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input[type="number"][disabled="true"], body #form #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input[disabled="true"], body .layui-table-view .layui-table tr.layui-table-click .layui-table-cell input[disabled="true"]{
  border: none!important;
  background-color: transparent!important;
}
/* 在table里面的input 或者按钮需要定位 */
/* 配送历史 进入详情 */
body .deliveryfrom #tableoneshow .layui-table-view[lay-id*="proTable"] .layui-table-body tr.layui-table-click td .layui-table-cell .pro_text, body .deliveryfrom #tableoneshow .layui-table-view[lay-id*="proTable"] .layui-table-body tr.layui-table-hover td .layui-table-cell .pro_text, body .deliveryfrom #tableoneshow .layui-table-view[lay-id*="proTable"] .layui-table-body tr.layui-table-click:hover td .layui-table-cell input.chooseProInput, body .deliveryfrom #tableoneshow .layui-table-view[lay-id*="proTable"] .layui-table-body tr.layui-table-hover:hover td .layui-table-cell input.chooseProInput, 
/* 移动出现可填写 目标框 */
body #tableshow .layui-table-view .layui-table tr.layui-table-hover:hover td .layui-table-cell input.chooseProInput, body #tableshow .layui-table-view .layui-table tr td:hover .layui-table-cell input.chooseProInput, body #tableshow .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input.chooseProInput, body #tableshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input.chooseProInput, body #tableshow .layui-table-view .layui-table tr:hover td .layui-table-cell input.chooseProInput, 
/* 普通详情 */
body #tableoneshow .layui-table-view .layui-table tr:hover td .layui-table-cell input.chooseProInput, body .layui-table-view .layui-table tr.bordershow:hover td .layui-table-cell input.chooseProInput, body .layui-table-view .layui-table tr.layui-table-hover td:hover .layui-table-cell input[type="text"], body .layui-table-view .layui-table tr.layui-table-click td:hover .layui-table-cell input[type="number"], body .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input[type="text"], body .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input[type="number"], body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseGlueInput, body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseTypeInput, body #tableshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input.chooseInput, body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseGlueInput, body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseTypeInput, body #tableoneshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input, body .layui-table-view .layui-table tr.bordershow.layui-table-click td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr:hover td .layui-table-cell input {
  display:block!important;
  opacity: 1!important;
}
/* 选择商品确定之后 表格的显示问题 input 不显示 但是div显示 上面⬆ */
body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseProInput, body .layui-table-view .layui-table tr:hover td .layui-table-cell input.chooseInput {
  display: inline-block!important;
  opacity: 1!important;
}
/* 表格复选框 */
/* body #tableoneshow .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input.chooseInput, body #tableoneshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input.chooseInput, */
body #tableshow .layui-table-view .layui-table tr:hover td .layui-table-cell input.chooseProInput, body #tableshow .layui-table-view .layui-table tr td:hover .layui-table-cell input.chooseProInput, body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseProInput, body #tableoneshow .layui-table-view .layui-table tr:hover td .layui-table-cell input.chooseProInput, body #tableoneshow .layui-table-view .layui-table tr td:hover .layui-table-cell input.chooseProInput, body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseProInput, body .layui-table-view .layui-table tr:hover td .layui-table-cell input[type="checkbox"], body .layui-table-view .layui-table tr td .layui-table-cell input[type="checkbox"] {
  display: none!important;
  opacity: 0!important;
}
/* body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseProInput {
  display: none!important;
}
*/
/* body #tableoneshow */
body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseInput, body #tableshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input.chooseInput, body #tableshow .layui-table-view .layui-table tr td .layui-table-cell input, body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input.chooseInput, body #tableoneshow .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input.chooseInput, body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell input, body .layui-table-view .layui-table tr.layui-table-hover td:hover .layui-table-cell input, body .layui-table-view .layui-table tr.layui-table-click td:hover .layui-table-cell input, body .layui-table-view .layui-table tr.layui-table-hover td .layui-table-cell input, body .layui-table-view .layui-table tr.layui-table-click td .layui-table-cell input, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr.bordershow.layui-table-click td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input, body .layui-table-view .layui-table tr:hover td .layui-table-cell input, body .layui-table-view .layui-table tr td:hover .layui-table-cell input.package, body .layui-table-view .layui-table tr td .layui-table-cell input.package:hover, body .layui-table-view .layui-table tr td .layui-table-cell input.package:focus, body .layui-table-view .layui-table tr:hover td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table td .layui-table-cell input[type="text"]:focus, body .layui-table-view .layui-table td .layui-table-cell input[type="text"]:hover, body .layui-table-view .layui-table td:hover .layui-table-cell input.chooseInput, body .layui-table-view .layui-table td:hover .layui-table-cell input.chooseInput, body .layui-table-view .layui-table td .layui-table-cell:hover input.chooseInput, body .layui-table-view .layui-table td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table td .layui-table-cell input.chooseBtn, body .layui-table-view .layui-table td .layui-table-cell input[placeholder="选择业务日期"], body .layui-table-view .layui-table td:hover .layui-table-cell input[placeholder="选择业务日期"], body .layui-table-view .layui-table td .layui-table-cell input.chooseInput:focus, body .layui-table-view .layui-table td .layui-table-cell input.chooseBtn:focus, body .layui-table-view .layui-table td .layui-table-cell input[type="text"]:focus, body .layui-table-view .layui-table td .layui-table-cell input[type="number"]:focus{
  border:1px solid #e7e7e7!important;
  background-color: #FFF;
}
body #tableoneshow .layui-table-view .layui-table tr td .layui-table-cell div.tableindex, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell div.tableindex {
  border:1px solid #e7e7e7!important;
}
/* 动画效果 */
body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseProInput, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input, body .layui-table-view .layui-table tr.bordershow.layui-table-click td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr.bordershow.layui-table-click td .layui-table-cell input.chooseInput, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input, body .layui-table-view .layui-table tr.bordershow td .layui-table-cell div.tableindex{
  animation: borderflash 3s 1;
  -webkit-animation: borderflash 3s 1;
  -moz-animation: borderflash 3s 1;
  -ms-animation: borderflash 3s 1;
  -o-animation: borderflash 3s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
/* 采购单 定装重量不现实边框 */
body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseProInput[disabled="true"], body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input[disabled="true"], body .layui-table-view .layui-table tr.bordershow.layui-table-click td .layui-table-cell input.chooseInput[disabled="true"], body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input.chooseInput[disabled="true"], body .layui-table-view .layui-table tr.bordershow.layui-table-click td .layui-table-cell input.chooseInput[disabled="true"], body .layui-table-view .layui-table tr.bordershow td .layui-table-cell input[disabled="true"], body .layui-table-view .layui-table tr.bordershow td .layui-table-cell div.tableindex[disabled="true"] {
  border-width:0rem;
  animation: noborderflash 3s 1;
  -webkit-animation: noborderflash 3s 1;
  -moz-animation: noborderflash 3s 1;
  -ms-animation: noborderflash 3s 1;
  -o-animation: noborderflash 3s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
/* 销售开单选择客户列表弹层 */
.shopedit-form-btn .r_f .arrowbox.i-forward-none, .shopedit-form-btn .r_f .arrowbox.i-backoff-none {
  color:#c6c6c6;
}
.shopedit-form-btn .r_f .arrowbox.i-forward-none::before {
  content: "\e66f";
}
.shopedit-form-btn .r_f .arrowbox.i-backoff-none::before {
  content: "\e670";
}
/** * 表格合计样式 */
.heji{
  width:100%;
  text-align: right;
  display: block;
}
/* 20181204 表格上的布局 */
.layui-table-view .layui-table tr:hover td .history_detail, .layui-table-view .layui-table td:hover .history_detail{
  color: #26ceb4;
}
/* 线条去掉 */
body .layui-table-view {
  border:0!important;
}
/* 20181210 */
body .layui-table-total {
  border-top:0;
  border-left: 1px #363636 solid;
  border-right: 1px #363636 solid;
}
body .layui-table-box {
  border: 1px #e6e6e6 solid;
}
/*关于 页面弹出层 按钮 修改位置 确定 按钮顺序 为btn: [ '取消yes','确定 1' ], */
body .twobtn .layui-layer-btn{
  float: left;
}
body .twobtn .layui-layer-btn a{
  border-color: #97a8be!important;
  color: #97a8be;
  background-color: transparent!important;
}
body .twobtn .layui-layer-btn a {
  float: none;
}
/* */
body .hightsearchbtn .layui-layer-btn .layui-layer-btn2{
  border-color: #97a8be!important;
  color: #97a8be!important;
  background-color: transparent!important;
}
/* 合计字体加粗 */
/* 20181210 */
body .layui-table-total td div, body .layui-table-total td div span {
  font-weight: 600;
}
/* 20181218 */
body .layui-table-view .layui-table td .layui-table-cell .chooseBtn, body .layui-table-view .layui-table td .layui-table-cell .selectPro{
  position: absolute;
  top: 0;
  right:0.1rem;
}
/* 此样式影响1.0 追加表格线条样式 表格工具栏的修改*/
.btn.btn_primary {
  background-color: #0cc2aa;
  color: white;
  margin-bottom: 0.05rem;
}
#formgroup_seach {
  margin: 0!important;
  box-shadow:none;
}
#formgroup_seach .m-l-1 {
  margin: 0!important;
}
#formgroup_seach .box-header {
  padding-left: 0;
  padding-right: 0;
}
#form_tool{
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top:0.2rem;
}
#form_tool .form_right {
  text-align: right;
  padding-right: 0;
}
#form_tool .form_right .col-md-2{
  float: right;
  width: 0.83rem;
  margin-right: 0!important;
  padding-right: 0!important;
  padding-left: 0!important;
}
#form_table .table > thead > tr > th, #form_table .table > tbody > tr > td {
  border-top:0.01rem solid #e1e6eb!important;
}
#form_table .table > tbody > tr > td:last-child, #form_table .table > tbody > tr > td {
  border-right:0.01rem solid #e1e6eb!important;
}
#form_table .table > tbody > tr {
  border:1px solid #e1e6eb!important;
}
/* 在采购明细报表的 选择供应商弹层 按钮有问题 */
body .showCustomerbox .layui-layer-btn .layui-layer-btn0 {
  float: right;
}
/* body .showCustomerbox1 .layui-layer-btn .layui-layer-btn0 {
  float: right;
  background-color: #25cdb4!important;
  color: #FFF!important;
  border: 1px #25cdb4 solid;
}
*/
body {
  background-color: #ebf1f5;
}
/* 首页新手指引 */
.guidelinkbox {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: 4% auto 0;
}
.guidelink_in {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.guidelink {
  width: 80%;
  display: block;
  float: left;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
/* 暂无相关功能 通用信息图片以及文本样式*/
.empty_wu {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10%;
  text-align: center;
  height: 100%;
}
.reason_wu, .empty_wu_in {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}
.reason_wu{
  top:30%;
  text-align: center;
}
/* .reason_wu_in {
}
*/
.reason_wu_text {
  color: #363636;
  font-size: 0.18rem;
  font-weight: 500;
}
/* 步骤页面 */
.guidelink .Quick_operation{
  display: block;
  float: left;
  position: relative;
}
/* .guidelink .Quick_operation img {
}
.guidelink .Quick_operation .submenu {
}
*/
.guidelink .Quick_operation .submenu a{
  position: absolute;
  width: 100%;
}
/* 在屏幕1366-1600之间使用 */
.guidelinkmin {
  width: 110%;
  -webkit-transform: scale(0.8,0.8225);
  -moz-transform: scale(0.8,0.8225);
  -o-transform: scale(0.8,0.8225);
  transform: scale(0.8,0.8225);
  margin-top: -6%;
}
.guidelink .Quick_operation#q05 .submenu a, .guidelink .Quick_operation#q03 .submenu a, .guidelink .Quick_operation#q01 .submenu a{
  height: 32%;
  left: 0;
  top: 0;
}
.guidelink .Quick_operation#q06 .submenu a, .guidelink .Quick_operation#q00 .submenu a {
  height: 30%;
  top: 30%;
  left: 0;
}
.guidelink .Quick_operation#q05 .submenu a:last-of-type, .guidelink .Quick_operation#q03 .submenu a:last-of-type, .guidelink .Quick_operation#q01 .submenu a:last-of-type{
  height: 32%;
  bottom: 0;
  left: 0;
  top: inherit;
}
/* */
/* .guidelink .Quick_operation#q03 .submenu a:last-of-type{
}
.guidelink .Quick_operation#q05 .submenu a:last-of-type{
}
*/
/* 20190706 开单打印新增销售单标题文字内容以及底部文字*/
#t_area.shop-setting-item {
  height: auto;
}
#t_area.shop-setting-item .setting-label{
  vertical-align: top;
}
#t_area.shop-setting-item .t_inline {
  width: 50%;
  max-width: 4.5rem;
  min-width: 4.5rem;
  height: 1.25rem;
}
#t_area.shop-setting-item .inline textarea.write_title{
  width: 100%;
  height: 100%;
  resize: none;
  border-color: #ddd;
  border-radius: 0.03rem!important;
  border-width: 0.02rem;
}
