@charset "UTF-8";
#pullOrder {
  /*界面中部*/
  /*界面下部*/ }
  #pullOrder .top {
    top: 0px;
    left: 0px;
    right: 0px;
    background: grey no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    height: 80px;
    position: fixed;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    display: flex; }
    #pullOrder .top ul {
     
      height: 100%;
      padding-left: 20px }
      #pullOrder .top ul li {
        display: inline-block;
        height: 100%;
        padding: 20px 20px;
        position: relative;
        width: 70%;
        cursor: pointer; }
        #pullOrder .top ul li span {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          text-align: center;
          margin: 0 auto; }
        #pullOrder .top ul li span {
          color: #fff;
          font-weight: 200;
          top: 50px;
          font-size: 16px; }
        #pullOrder .top ul li.scan {
          background: url("../image/login/scanning.svg") no-repeat 14px 9px/38px; }
        #pullOrder .top ul li.cancel {
          background: url("../image/photoView/topBar/delete.svg") no-repeat 17px 9px/30px; }
        #pullOrder .top ul li.exit {
          background: url("../image/photoView/likai.svg") no-repeat 16px 11px/32px; }
        #pullOrder .top ul li.inputCard {
          width: calc(100% - 250px); }
          #pullOrder .top ul li.inputCard button {
            position: absolute;
            width: 45px;
            height: 45px;
            background: url(../image/search.svg) no-repeat 4px 5px/34px;
            right: 17px;
            top: 17px; }
        #pullOrder .top ul li input {
          border-radius: 7px;
          height: 40%;
          margin: 0px 20px;
          background: #fff no-repeat 13px 9px/35px;
          color: #929292;
          font-weight: 200;
          position: absolute;
          width: calc(100% - 30px); }
  #pullOrder .content {
    font-size: 25px;
    width: 100%;
    overflow: auto;
    position: fixed;
    bottom: 80px;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #F0F0F0 no-repeat center center/45%; }

    #pullOrder #orderList {
    display: block; }
    #pullOrder #orderList .orderListCenter {
      width: 70%;
      height: 80%;
      background: #fff;
      min-width: 865px; }
      #pullOrder #orderList .orderListCenter #bigTable {
        height: 100%; }
        #pullOrder #orderList  #bigTable table {
          margin: 0 auto;
          border: none;
          background: #fff;
          width: 100%;
          height: 100%; }
          #pullOrder #orderList  #bigTable table tr.title {
            background: #0075DE; }
            #pullOrder #orderList  #bigTable table tr.title th {
              padding: 30px 0px 10px 0px;
              font-size: 16px;
               width: 8%;
              color: #fff; }
              #pullOrder #orderList  #bigTable table tr.item td{
              font-size: 14px;
              width: 8%;
              color: black; }
          #pullOrder #orderList  #bigTable table tr td {
            border-bottom: 1px solid black;
            height: 50px;
            color: #0075DE;
            text-align: center;
            font-size: 16px; }
            #pullOrder #orderList  #bigTable table tr td .buttonDetails {
              width: 100px;
              height: 30px;
              background-color: #0075DE;
              font-size: 16px;
              color: #fff;
              border-radius: 10px; }
          #pullOrder #orderList  #bigTable table tbody {
            display: block;
            overflow: auto;
            height: calc( 100% - 65px); }
        #pullOrder #orderList  #bigTable table thead, #pullOrder #orderList .orderListCenter #bigTable tbody tr {
          width: 100%;
          table-layout: fixed;
          display: table; }
      #pullOrder #orderList  #detailsShow {
        height: 80%;
        display: none;
        background-color:#808070
         }
         #pullOrder #orderList  #detailsShow .title {
          width: 100%;
          height: 85px;
          background: #0075DE; }
          #pullOrder #orderList  #detailsShow .title button {
            display: block;
            position: absolute;
            top: 10px;
            left: 15px;
            background: url(../image/photoView/back.svg) no-repeat 15px 8px;
            width: 60px;
            height: 60px; }
        #pullOrder #orderList  #detailsShow .content {
          padding-left: 30px;
          height: calc(100% - 85px );
          overflow: auto; }
          #pullOrder #orderList  #detailsShow .content div.item {
            color: #0075DE;
            margin-left: 30px; }
          #pullOrder #orderList #detailsShow .content P {
            font-size: 16px;
            color: #0075DE;
            margin: 8px 0 8px 0; }
            #pullOrder #orderList  #detailsShow .content P b {
              color: #0075DE;
              font-size: 18px;
              font-weight: 500;
              padding-left: 40px; }
.print {
  width: 287px;
  font-size: 16px;
  display: none; }
  .print .receipt #printOrderId {
    display: none; }
  .print .receipt .serialData {
    padding: 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 5px 0px; }
    .print .receipt .serialData b {
      font-size: 45px; }
  .print .receipt .orders .item {
    margin: 5px 0px; }
    .print .receipt .orders .item b {
      font-size: 20px; }
    .print .receipt .orders .item table {
      margin-top: 5px;
      width: 100%;
      border-collapse: collapse;
      border: 1px solid transparent; }
      .print .receipt .orders .item table tr {
        height: 25px; }
        .print .receipt .orders .item table tr.head {
          border-top: 1px dotted #000;
          border-bottom: 1px dotted #000; }
          .print .receipt .orders .item table tr.head td {
            font-size: 15px;
            text-align: left; }
        .print .receipt .orders .item table tr.itemPhoto td {
          font-family: monospace;
          text-align: center;
          font-size: 15px; }
        .print .receipt .orders .item table tr.hookList td {
          text-align: left;
          padding: 0; }
          .print .receipt .orders .item table tr.hookList td div {
            width: 30px;
            height: 30px;
            padding: 0px;
            display: inline-block;
            margin: 0px 1px;
            border: 1px solid; }
      .print .receipt .orders .item table td {
        text-align: right;
        padding: 10px 0px; }
      .print .receipt .orders .item table th {
        font-family: IDAutomationHC39M !important;
        font-size: 16px;
        text-align: left; }
  .print .receipt .orders .sumOrders {
    text-align: right;
    border-top: 1px dotted #000;
    border-bottom: 1px solid  #000; }
    .print .receipt .orders .sumOrders div {
      font-size: 16px;
      font-weight: bolder;
      position: relative;
      height: 45px;
      line-height: 45px; }
      .print .receipt .orders .sumOrders div div {
        margin-right: 70px; }
      .print .receipt .orders .sumOrders div span {
        position: absolute;
        font-size: 16px;
        top: 0px;
        right: 0px; }
  .print .receipt .orders .printTime {
    padding: 10px 0px; }
    .print .receipt .orders .printTime div {
      display: block;
      position: relative;
      font-size: 16px; }
  .print .receipt .bottom {
    padding: 20px 0px 0px;
    position: relative; }
    .print .receipt .bottom b {
      font-size: 17px; }
    .print .receipt .bottom p {
      font-size: 14px;
      border-top: 1px dotted #000;
      padding: 10px 0px; }
    .print .receipt .bottom div {
      text-align: center;
      font-size: 20px;
      border-top: 1px solid;
      border-bottom: 1px solid; }
    .print .receipt .bottom span {
      position: absolute;
      right: 0px;
      bottom: 0px;
      color: transparent; }
    .print .receipt .bottom ol {
      margin-bottom: 20px;
      color: #000;
      padding-bottom: 10px;
      list-style-type: none; }
      .print .receipt .bottom ol img {
        float: right;
        width: 140px;
        margin: 0px; }
      .print .receipt .bottom ol li {
        font-size: 15px;
        margin: 10px 0px; }
  .print .receipt .ppCode {
    margin: 10px 0px; }
    .print .receipt .ppCode div {
      font-family: monospace !important; }
    .print .receipt .ppCode span {
      font-size: 16px; }
  .print .receipt .printTemp {
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
  .print .receipt img {
    width: 85%;
    display: block;
    margin: 0px auto; }
  .print .receipt .center {
    font-size: 23px;
    text-align: center; }
    .print .receipt .center .english {
      font-size: 19px;
      text-align: center;
      margin: 15px 0px; }
  .print .receipt .orderId {
    margin: 10px 0px 0px;
    padding-bottom: 10px;
    border: none !important; }
    .print .receipt .orderId div {
      font-family: IDAutomationHC39M !important;
      border: none;
      font-size: 16px; }

.print p, .print b, .print div, .print td, .print span, .print th, .print li, #sureOrder p, #sureOrder b, #sureOrder div, #sureOrder td, #sureOrder span, #sureOrder th, #sureOrder li {
  color: #000; }

@media (max-width: 1366px) and (max-height: 768px) {
  #pullOrder .content .orderList .shoppingItem .photoList .photoItem {
    margin: 20px; }
  #pullOrder .content .orderList .shoppingItem .commodity div {
    float: none !important; } }
@media (max-width: 1024px) and (max-height: 768px) {
  #pullOrder .content .orderList .shoppingItem .photoList .photoItem {
    margin: 17px; }
  #pullOrder .top ul li input {
    padding-left: 10px; } }
@media print {
 #pullOrder {
    display: none !important;
  }
  .print {
    display: block;
  }
}
@media screen {
  .print {
    display: none;
  }
}


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