.tankuangMask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  z-index: 1002;
  display: none;
}
.tankuang {
  width: 90%;
  height: 300px;
  background: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
  z-index: 1003;
}
.tankuang .boxTitle {
}
body,
html {
  background: #f5f5f5;
}
.qrcode-main {
  height: 100vh;
  background: #f5f5f5;
  padding: 15px;
}

.qrcode-menu {
  background: #ffffff;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.qrcode-title {
  /* display: flex;
  align-items: center; */
  margin: 15px 0 20px 0;
  position: relative;
}

.qrcode-title-left {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  width: 100%;
}

.qrcode-title-right {
  width: 90px;
  flex-shrink: 0;
  font-size: 14px;
  color: #009d2c;
  position: absolute;
  right: -10px;
  top: 5px;
}
.qrcode-title-right img {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.qrcode-btns {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrcode-menu-item {
  text-align: center;
  width: 80%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  color: #fff;

  background: linear-gradient(177deg, #009d2c, #59d47b);
  box-shadow: 0px 0px 20px 0px rgba(53, 190, 92, 0.5);
  font-weigth: 500;
  font-size: 18px;
}

.qrcode-hospital {
  margin-top: 20px;
}
.qrcode-item-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000000;
}
.qrcode-item-title span {
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 20px;
  background: linear-gradient(177deg, #009d2c, #59d47b);
  border-radius: 3px;
}

.qrcode-item-cont {
  font-size: 16px;
  color: #666666;
  padding-left: 15px;
}

.error-info {
  background: #ffffff;
  padding: 30px;
  font-size: 24px;
  text-align: center;
  color: #898989;
}

/* 订单 */

.orders {
  margin-top: 96px;
  padding: 10px;
}

.orders .orderItem:first-child {
  margin-top: 0px;
}

.orders .orderItem {
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(66, 65, 65, 0.08);
  margin-top: 10px;
  font-size: 14px;
}

.orders .orderItem .rowItem {
  padding: 2px 0px;
  display: flex;
}

.orders .orderItem .rowItem .left {
  width: 80px;
  text-align: right;
  color: #999999;
  flex-shrink: 0;
}

.orders .orderItem .rowItem .right {
  text-align: left;
  color: #232222;
  flex-shrink: 1;
  width: 100%;
}

.orders .orderItem .rowItem .rightStatus {
  border-radius: 5px;
  background: #f8f8f8;
  color: #f5931f;
  text-align: center;
  padding: 3px;
  font-size: 14px;
  flex-shrink: 0;
  width: 75px;
}

.orders .orderItem .rowBtn {
  text-align: right;
}

.orders .orderItem .rowBtn .btn {
  border-radius: 5px;
  color: #71f4cd;
  border: 1px solid #71f4cd;
  padding: 3px 8px;
}

.empty {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty span {
  color: #a7a6ab;
}

.searchBox {
  padding: 10px 10px 0 20px;
  display: flex;
  align-items: center;
}

.searchBox .searchInput {
  outline: none;
  border: none;
  background: #f5f5f5;
  border-radius: 36px;
  height: 36px;
  margin-bottom: 0px;
  padding-left: 40px;
  font-size: 14px;
  flex-shrink: 1;
  width: 100%;
  line-height: 36px;
  text-align: left;
  color: #999999;
  position: relative;
}

.searchBox .searchImg {
  height: 16px;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 10px;
}

.searchBox .searchBtn {
  width: 50px;
  color: #232222;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}

.searchBox .accountBtn {
  width: 50px;
  color: #232222;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
}
