@charset "UTF-8";
#prePrint {
  /*界面中部*/
  /*界面下部*/ }
  #prePrint .top {
    top: 0px;
    left: 0px;
    right: 0px;
    background: #005cb9 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; }
    #prePrint .top ul {
      width: 100%;
      height: 100%; }
      #prePrint .top ul li {
        display: inline-block;
        height: 100%;
        padding: 0px 10px;
        position: relative;
        width: 45px;
        cursor: pointer; }
        #prePrint .top ul li span {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          text-align: center;
          margin: 0 auto; }
        #prePrint .top ul li span {
          color: #fff;
          font-weight: 200;
          top: 50px;
          font-size: 18px; }
        #prePrint .top ul li.scan {
          background: url("../image/login/scanning.svg") no-repeat 14px 9px/38px; }
        #prePrint .top ul li.cancel {
          background: url("../image/photoView/topBar/delete.svg") no-repeat 17px 9px/30px; }
        #prePrint .top ul li.exit {
          background: url("../image/photoView/likai.svg") no-repeat 16px 11px/32px; }
        #prePrint .top ul li.inputCard {
          width: calc(100% - 250px); }
          #prePrint .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; }
        #prePrint .top ul li input {
          border-radius: 7px;
          height: 64%;
          margin: 14px 0px;
          background: #fff url(../image/login/more.svg) no-repeat 13px 9px/35px;
          color: #929292;
          font-weight: 200;
          position: absolute;
          width: calc(100% - 20px); }

#prePrint .content {
  font-size: 25px;
  width: 100%;
  overflow: auto;
  position: fixed;
  bottom: 80px;
  top: 80px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: #F0F0F0 url(../image/Logo.svg) no-repeat center center/45%; }
@media (max-width: 1024px) and (max-height: 768px) {
  #prePrint .top ul li input {
    padding-left: 60px; } }

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