@charset "UTF-8";
#orderManagement {
  /*界面中部*/
  /*界面下部*/
}
#orderManagement .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;
}
#orderManagement .top ul {
  width: 100%;
  height: 100%;
}
#orderManagement .top ul li {
  display: inline-block;
  height: 100%;
  padding: 0px 10px;
  position: relative;
  width: 45px;
  cursor: pointer;
}
#orderManagement .top ul li span {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  margin: 0 auto;
}
#orderManagement .top ul li span {
  color: #fff;
  font-weight: 200;
  top: 50px;
  font-size: 18px;
}
#orderManagement .top ul li.scan {
  background: url("../image/login/scanning.svg") no-repeat 14px 9px/38px;
}
#orderManagement .top ul li.cancel {
  background: url("../image/photoView/topBar/delete.svg") no-repeat 17px 9px/30px;
}
#orderManagement .top ul li.exit {
  background: url("../image/photoView/likai.svg") no-repeat 16px 11px/32px;
}
#orderManagement .top ul li.inputCard {
  width: calc(100% - 250px);
}
#orderManagement .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;
}
#orderManagement .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);
}
#orderManagement .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%;
}
#orderManagement .content .orderList {
  display: inline-block;
  width: 100%;
}
#orderManagement .content .orderList .shoppingItem {
  background-color: #fff;
  width: 93%;
  left: 0px;
  margin: 35px auto;
  box-shadow: 0px 9px 10px rgba(136, 136, 136, 0.79);
}
#orderManagement .content .orderList .shoppingItem .commodity {
  position: relative;
  background: #005cb9;
}
#orderManagement .content .orderList .shoppingItem .commodity span {
  display: inline-block;
  padding: 18px 40px;
  color: #fff;
  font-size: 1.4em;
  font-weight: bolder;
}
#orderManagement .content .orderList .shoppingItem .commodity .operation {
  top: 6px;
  right: 0;
  background: url(../image/photoView/close.svg) no-repeat 14px 13px/28px;
  width: 40px;
  height: 40px;
}
#orderManagement .content .orderList .shoppingItem .photoList {
  margin: 10px 15px 0px;
  float: inherit;
}
#orderManagement .content .orderList .shoppingItem .photoList .photoItem {
  display: inline-block;
  min-width: 270px;
  width: auto;
  height: auto;
  margin: 10px;
}
#orderManagement .content .orderList .shoppingItem .photoList .photoItem .photo {
  border: 1px solid #D7D7D7;
  position: relative;
  min-height: 268px;
}
#orderManagement .content .orderList .shoppingItem .photoList .photoItem .photo div {
  width: 268px;
  height: 268px;
  position: relative;
  display: inline-block;
}
#orderManagement .content .orderList .shoppingItem .photoList .photoItem .photo div img {
  max-width: 268px;
  max-height: 268px;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#orderManagement .content .orderList .shoppingItem .photoList .photoItem .prod-qty {
  font-size: 17px;
  float: right;
  color: #afabab;
}
#orderManagement .buttom {
  position: fixed;
  bottom: 0px;
  height: 80px;
  left: 0;
  right: 0;
  background-color: #FFF;
  display: inline-block;
  box-shadow: 0px 0px 10px rgba(95, 95, 95, 0.79);
}
#orderManagement .buttom .content2 {
  height: 100%;
  position: relative;
}
#orderManagement .buttom .content2 div {
  display: inline-block;
}
#orderManagement .buttom .content2 div span {
  line-height: 80px;
  display: inline-block;
}
#orderManagement .buttom .content2 div span.pre, #orderManagement .buttom .content2 div span.next {
  background: no-repeat 8px 23px;
  width: 40px;
  cursor: pointer;
}
#orderManagement .buttom .content2 div span.pre {
  background-image: url(../image/photoView/navigation/left.svg);
}
#orderManagement .buttom .content2 div span.next {
  background-image: url(../image/photoView/navigation/right.svg);
}
#orderManagement .buttom .content2 .right {
  position: absolute;
  right: 0px;
  top: 0px;
}
#orderManagement .buttom .content2 .right .settlement {
  padding: 24px 40px;
  background: #005cb9;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 80px;
}
#orderManagement .buttom .content2 .right .settlement.no {
  background: #b7b7b7;
}

@media (max-width: 1366px) and (max-height: 768px) {
  #orderManagement .content .orderList .shoppingItem .photoList .photoItem {
    margin: 20px;
  }
  #orderManagement .content .orderList .shoppingItem .commodity div {
    float: none !important;
  }
}
@media (max-width: 1024px) and (max-height: 768px) {
  #orderManagement .content .orderList .shoppingItem .photoList .photoItem {
    margin: 17px;
  }
  #orderManagement .top ul li input {
    padding-left: 60px;
  }
}/*# sourceMappingURL=orderManagement.css.map */