.loading-container {
  text-align: center;
  line-height: 400px; }
  .loading-container .ant-spin-text {
    margin-top: 12px; }

ul {
  list-style: none; }

header {
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  background-color: #38CFC9; }
  header > div {
    width: 10.9%;
    text-align: center; }
  header img {
    height: 80px;
    margin-top: 50px; }

@media screen and (max-width: 1400px) {
  header > div {
    width: 7%; }
  header img {
    height: 60px;
    margin-top: 80px; } }

aside {
  width: 10.9%;
  height: 100%;
  padding-top: 90px;
  background-color: transparent; }
  aside .head-img {
    text-align: center;
    padding: 40px 0;
    padding-bottom: 25px;
    cursor: pointer; }
    aside .head-img img {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #b0b0b0; }
  aside .menu {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    margin: 0 auto 25px auto;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    aside .menu.active {
      background-color: #38CFC9; }
      aside .menu.active img {
        display: none; }
      aside .menu.active img.active {
        display: block; }
      aside .menu.active span {
        color: #fff; }
    aside .menu img {
      display: block;
      width: 32px;
      height: 32px;
      margin: 0 auto; }
      aside .menu img.active {
        display: none; }
    aside .menu .icon-cc-printer {
      display: block;
      font-size: 40px; }
    aside .menu span {
      display: inline-block;
      margin-top: 12px;
      font-size: 16px;
      color: #384045;
      line-height: 16px; }

@media screen and (max-width: 1400px) {
  aside {
    width: 7%; }
    aside .head-img {
      padding-top: 60px;
      padding-bottom: 30px; }
    aside .menu {
      width: 70px;
      height: 70px;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      aside .menu span {
        margin-top: 4px; } }


.help-list {
  margin: 35px 0;
  padding: 0; }
  .help-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    padding: 12px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .help-list li div {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .help-list li button {
      min-width: 48px;
      margin: 0 10px; }

.about-us-setting-con .table-list {
  padding: 15px; }
  .about-us-setting-con .table-list table {
    width: 100%; }
    .about-us-setting-con .table-list table tbody {
      border-bottom: 1px solid #e2e2e2; }
      .about-us-setting-con .table-list table tbody tr {
        border-top: 1px solid #e2e2e2; }
        .about-us-setting-con .table-list table tbody tr:hover {
          background-color: #f0f4f8; }
    .about-us-setting-con .table-list table tr:nth-child(even) {
      background-color: #f7f7f7; }
    .about-us-setting-con .table-list table th {
      white-space: nowrap; }
    .about-us-setting-con .table-list table th,
    .about-us-setting-con .table-list table td {
      text-align: center;
      line-height: 40px; }
    .about-us-setting-con .table-list table .title {
      padding-left: 35px;
      text-decoration: underline;
      text-align: left; }
    .about-us-setting-con .table-list table .operate button {
      margin-right: 12px; }
    .about-us-setting-con .table-list table .operate a {
      display: inline-block;
      min-width: 64px;
      white-space: nowrap;
      margin: 0 8px;
      padding: 0 4px;
      line-height: 32px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      color: #FFA600;
      border: 1px solid #d9d9d9;
      text-align: center; }
      .about-us-setting-con .table-list table .operate a:hover {
        border-color: #FFA600; }
      .about-us-setting-con .table-list table .operate a.danger {
        color: #ee0808; }
        .about-us-setting-con .table-list table .operate a.danger:hover {
          border-color: #ee0808; }
      .about-us-setting-con .table-list table .operate a.default {
        color: #666; }
        .about-us-setting-con .table-list table .operate a.default:hover {
          border-color: #666; }
  .about-us-setting-con .table-list .ant-pagination {
    float: right;
    margin: 25px 0; }



.store_pay_setting {
  padding: 0 35px 35px 35px; }
  .store_pay_setting h2 {
    line-height: 2em;
    text-align: center; }
  .store_pay_setting .module-list li {
    margin: 12px 0;
    line-height: 32px; }
  .store_pay_setting h3 {
    line-height: 45px !important;
    border: none !important; }
  .store_pay_setting .key,
  .store_pay_setting .key2 {
    padding: 12px 0; }
    .store_pay_setting .key > input,
    .store_pay_setting .key2 > input {
      width: 256px; }
  .store_pay_setting .key .name {
    margin-right: 8px; }
  .store_pay_setting .key .blod {
    font-weight: 600; }
  .store_pay_setting .key2 .name {
    margin-bottom: 8px; }
  .store_pay_setting .key2 .note {
    margin-top: 8px; }
  .store_pay_setting .note {
    line-height: 3em;
    font-size: 0.8em;
    color: #999; }

.ximi-left-menu {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #242c43; }
  .ximi-left-menu .ant-menu {
    padding-top: 140px;
    background-color: #242c43; }
    .ximi-left-menu .ant-menu i {
      margin-right: 10px;
      font-size: 24px; }
    .ximi-left-menu .ant-menu .ant-menu-item {
      height: 50px;
      line-height: 50px; }
      .ximi-left-menu .ant-menu .ant-menu-item span {
        display: inline-block;
        vertical-align: top;
        font-size: 15px; }
    .ximi-left-menu .ant-menu .ant-menu-item-selected {
      background-color: #38CFC9 !important; }
  .ximi-left-menu .logo-container {
    position: absolute;
    width: 100%;
    height: 100px;
    margin: 25px 0;
    padding: 0 30px;
    text-align: center; }
    .ximi-left-menu .logo-container img {
      width: 70px; }
  .ximi-left-menu .leftmenu-operate {
    text-align: center;
    color: rgba(255, 255, 255, 0.65); }
    .ximi-left-menu .leftmenu-operate img {
      display: block;
      width: 70px;
      margin: 20px auto 12px auto; }
  .ximi-left-menu .numbers {
    min-width: 18px;
    height: 18px;
    margin-top: 16px;
    margin-left: 3px;
    line-height: 18px;
    padding: 1px 4px;
    -webkit-border-radius: 9px;
            border-radius: 9px;
    color: #fff;
    font-size: 12px !important;
    background-color: #ff3b30;
    text-align: center; }

@media screen and (max-width: 1400px) {
  .ximi-left-menu {
    width: 160px; } }

.goods-item {
  position: relative;
  width: 18%;
  height: 130px;
  margin-top: 14px;
  margin-right: 2%;
  padding: 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 10px 21px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 21px 10px rgba(0, 0, 0, 0.05);
  float: left;
  cursor: pointer; }
  .goods-item .num_g {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #33c8b6;
    -webkit-box-shadow: 0 0 0 4px rgba(51, 200, 182, 0.25);
            box-shadow: 0 0 0 4px rgba(51, 200, 182, 0.25); }
  .goods-item:active, .goods-item:focus, .goods-item:hover {
    background-color: #e8e8e8; }
  .goods-item .info-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .goods-item .right-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 60%; }
  .goods-item .cover {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .goods-item div {
    display: inline-block; }
    .goods-item div.name {
      display: block;
      height: 54px;
      color: #4b5257;
      font-size: 15px;
      overflow: hidden;
      line-height: 18px;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      word-wrap: break-word;
      word-break: break-all; }
    .goods-item div.price {
      font-size: 16px;
      font-weight: 600;
      color: black; }
    .goods-item div.no {
      max-height: 28px;
      overflow: hidden;
      float: right;
      color: #ffa600;
      line-height: 1;
      text-align: right;
      background-size: cover;
      word-wrap: break-word;
      word-break: break-all;
      margin-bottom: 5px; }

@media screen and (max-width: 1600px) {
  .goods-item {
    width: 23%;
    margin-right: 2%; } }

.inputNumber-container {
  padding-left: 1px;
  min-width: 278px;
  text-align: center; }
  .inputNumber-container > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .inputNumber-container ul.inputNumber {
    display: inline-block;
    width: 207px;
    margin: 0; }
  .inputNumber-container li,
  .inputNumber-container .delNumber {
    float: left;
    width: 70px;
    height: 60px;
    margin: 0;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #e6e6e6;
    color: #333;
    cursor: pointer;
    background-color: #FFF; }
    .inputNumber-container li:active,
    .inputNumber-container .delNumber:active {
      color: #fff;
      background-color: #38CFC9; }
    .inputNumber-container li img,
    .inputNumber-container .delNumber img {
      width: 30px;
      height: 30px;
      margin-top: 15px;
      vertical-align: top; }
  .inputNumber-container .delNumber {
    float: none; }
  .inputNumber-container .sure-btn {
    width: 70px;
    height: 177px;
    text-align: center;
    line-height: 177px;
    background: #38cfc9;
    color: #fff;
    font-size: 20px;
    cursor: pointer; }
  .inputNumber-container ul.quick-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: -1px;
    padding: 1px 0 0 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .inputNumber-container ul.quick-number li {
      color: #ffa600;
      font-weight: 500; }

.ximi-user-head {
  padding: 15px;
  color: #333;
  line-height: 40px; }
  .ximi-user-head img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 15px; }

.takeaway-users {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .takeaway-users > div {
    width: 50%;
    padding: 0 15px; }
  .takeaway-users .address-item {
    width: 33.3333%; }
  .takeaway-users .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .takeaway-users .add-takeaway-user {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 25px; }
  .takeaway-users input {
    width: auto;
    height: 40px;
    line-height: 40px; }
  .takeaway-users .ant-select * {
    height: 40px;
    line-height: 40px; }
  .takeaway-users .ant-select-selection__clear {
    height: 38px;
    top: 0;
    margin-top: 0;
    margin-right: 10px;
    font-size: 26px; }
  .takeaway-users .item {
    padding: 5px 0; }
    .takeaway-users .item span {
      display: inline-block;
      width: 5em; }
  .takeaway-users .address-item-container {
    padding-left: 35px; }
  .takeaway-users .address-item {
    padding: 3px 0; }
    .takeaway-users .address-item > span {
      display: inline-block;
      width: 5em;
      text-align: right; }
    .takeaway-users .address-item input {
      width: 80px; }
  .takeaway-users .sex-item {
    width: 79px;
    margin-right: 15px;
    line-height: 40px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    border: 1px solid #d9d9d9; }
    .takeaway-users .sex-item.active {
      color: #38CFC9;
      border: 3px solid #38CFC9; }
  .takeaway-users .ant-input-affix-wrapper input {
    width: 100%; }
  .takeaway-users .ant-input-affix-wrapper i {
    font-size: 26px; }
  .takeaway-users .takeaway-users-list .title {
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #0f0e0e;
    text-align: center; }
  .takeaway-users .takeaway-users-list .user-item {
    margin: 15px 0;
    padding: 5px 15px;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .takeaway-users .takeaway-users-list .user-item.active {
      border: 2px solid #38CFC9; }
    .takeaway-users .takeaway-users-list .user-item > div {
      font-size: 18px;
      color: #101010; }
  .takeaway-users .takeaway-users-list .ant-select-selection__clear {
    opacity: 1 !important; }

.takeaway-users-footer button {
  width: 180px;
  height: 50px;
  line-height: 50px; }
  .takeaway-users-footer button:nth-child(1) {
    margin-right: -webkit-calc(50% - 180px);
    margin-right: -moz-calc(50% - 180px);
    margin-right: calc(50% - 180px); }

.order-choose-user {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #999;
  padding-left: 20px; }
  .order-choose-user.active {
    color: #666; }
  .order-choose-user i {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 7px;
    right: 12px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #FFF;
    background-color: #38CFC9; }

.discount-con {
  margin: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .discount-con > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    line-height: 40px;
    padding: 0 8px;
    white-space: nowrap;
    border: 1px solid transparent; }
    .discount-con > div > * {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
  .discount-con .text {
    padding-right: 8px; }

.order-key-edit .flex {
  padding: 6px 15px; }
  .order-key-edit .flex > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    line-height: 32px; }
    .order-key-edit .flex > div input {
      background: #fafafa;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    .order-key-edit .flex > div:nth-child(2) {
      padding-left: 12px; }

.order-key-edit div.key {
  min-width: 4em; }

.order-key-edit .price {
  font-size: 20px;
  font-weight: 500;
  color: #bf1616; }

.ximi-payMethods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .ximi-payMethods > div {
    width: 33.33333%;
    padding: 8px 0;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .ximi-payMethods > div.active {
      background: #e5f8f8; }
    .ximi-payMethods > div:nth-child(2) {
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6; }
  .ximi-payMethods .img-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ximi-payMethods .img-con img {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      width: 50px; }

.ant-select-border-none {
  width: 100% !important; }
  .ant-select-border-none > div {
    border: none !important; }
  .ant-select-border-none * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.ximi-place .list-head {
  margin-bottom: 12px;
  padding: 12px 20px; }
  .ximi-place .list-head .ant-input-search {
    padding-left: 100px; }

.ximi-place .ximi-list-content {
  max-height: -webkit-calc( 100% - 200px);
  max-height: -moz-calc( 100% - 200px);
  max-height: calc( 100% - 200px);
  min-height: -webkit-calc( 100% - 200px);
  min-height: -moz-calc( 100% - 200px);
  min-height: calc( 100% - 200px);
  overflow-y: auto; }

.ximi-place .list-foot {
  text-align: right;
  margin: 20px 0;
  padding-right: 12px; }

.ximi-place .edit-shop-list {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.65); }
  .ximi-place .edit-shop-list .icon-baseline-close-px {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    font-size: 26px;
    background-color: #F5A540;
    color: #FFF;
    z-index: 1; }
  .ximi-place .edit-shop-list > div {
    position: absolute;
    width: 63.3%;
    height: 100%;
    right: 0;
    padding-bottom: 100px;
    background-color: #FFF; }
    .ximi-place .edit-shop-list > div .scroll {
      padding-top: 15px;
      overflow: auto; }
      .ximi-place .edit-shop-list > div .scroll > div {
        padding: 0 15px; }
  .ximi-place .edit-shop-list .goods-info {
    line-height: 2em; }
    .ximi-place .edit-shop-list .goods-info > * {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .ximi-place .edit-shop-list .goods-info h3 {
      margin-bottom: 0; }
    .ximi-place .edit-shop-list .goods-info .img {
      width: 115px;
      height: 115px;
      margin-right: 15px;
      background-size: cover; }
    .ximi-place .edit-shop-list .goods-info .price {
      font-size: 20px;
      font-weight: 500;
      color: #bf1616; }
  .ximi-place .edit-shop-list .order-info {
    height: 50px;
    margin: 20px 0;
    line-height: 50px;
    background: #e6e6e6; }
    .ximi-place .edit-shop-list .order-info > div {
      min-width: 160px; }
  .ximi-place .edit-shop-list .attributes {
    max-width: 45%;
    min-width: 45%; }
    .ximi-place .edit-shop-list .attributes .item {
      height: 40px;
      margin-right: 15px;
      padding: 0 10px;
      line-height: 40px;
      background: white;
      border: 1px solid #cccccc;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      .ximi-place .edit-shop-list .attributes .item.active {
        background: #e5f8f8;
        border: 1px solid #38cfc9; }
  .ximi-place .edit-shop-list .number-price {
    padding-left: 20px; }
    .ximi-place .edit-shop-list .number-price .edit-item {
      margin-right: 15px; }
    .ximi-place .edit-shop-list .number-price .ant-input-number {
      width: 100px;
      height: 40px;
      margin-bottom: 12px;
      line-height: 40px;
      background: #fafafa;
      border: 1px solid #ebebeb;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      .ximi-place .edit-shop-list .number-price .ant-input-number.active {
        border-color: #38cfc9; }
  .ximi-place .edit-shop-list .goods-des {
    width: 45%;
    margin-top: 25px;
    padding-top: 25px !important;
    color: #666;
    border-top: 1px solid #e6e6e6; }
  .ximi-place .edit-shop-list .btn {
    text-align: right; }
    .ximi-place .edit-shop-list .btn i {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 0 10px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      color: #FFF;
      font-size: 32px;
      text-align: center; }
      .ximi-place .edit-shop-list .btn i.icon-plus {
        background-color: #38CFC9; }
      .ximi-place .edit-shop-list .btn i.icon-jian {
        background-color: #F5A540; }

.ximi-place .delete-goods {
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 1.5em; }

.ximi-place .ant-table-thead .ant-table-column-title {
  white-space: nowrap; }

.ximi-place .ant-table tr.active {
  background: rgba(56, 207, 201, 0.1); }

.ximi-place .ant-table .qunantity {
  font-weight: 600;
  font-size: 21px; }

.ximi-place .ant-table .barCode {
  white-space: nowrap; }

.ximi-place .inputActive input {
  border: 1px solid #38CFC9 !important; }

.ximi-place input.inputActive,
.ximi-place div.divActive {
  border: 1px solid #38CFC9 !important; }

.ximi-place .ant-input-suffix,
.ximi-search-result .ant-input-suffix {
  display: inline-block;
  width: 36px;
  height: 100%;
  right: 0 !important;
  line-height: 40px;
  background: #38CFC9;
  text-align: center; }
  .ximi-place .ant-input-suffix i,
  .ximi-search-result .ant-input-suffix i {
    display: inline-block;
    margin: 0 auto;
    color: #FFF !important;
    font-size: 20px; }

.ximi-search-result {
  width: 60%;
  min-width: 800px; }
  .ximi-search-result .ant-modal-body {
    padding: 0; }
  .ximi-search-result .ant-table img {
    max-width: 50px;
    max-height: 40px; }
  .ximi-search-result .ant-input-search {
    width: 80%;
    margin: 20px 10%; }

.goods-attributes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.65); }
  .goods-attributes > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background-color: #FFF;
    overflow-y: auto; }
  .goods-attributes .attribute-title {
    margin: 40px 0;
    font-weight: 400;
    font-size: 20px;
    color: #101010;
    text-align: center; }
  .goods-attributes .attr-scroll {
    height: -webkit-calc(100% - 227px);
    height: -moz-calc(100% - 227px);
    height: calc(100% - 227px);
    overflow-y: auto; }
  .goods-attributes .item {
    width: 200px;
    line-height: 55px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #bdbbbb; }
    .goods-attributes .item.active {
      color: #ff9800;
      border: 1px solid #ff9800; }
  .goods-attributes .btns {
    margin: 35px 0;
    text-align: center; }
    .goods-attributes .btns button {
      line-height: 45px;
      margin: 0 15px;
      padding: 0 35px;
      -webkit-border-radius: 10px;
              border-radius: 10px; }
      .goods-attributes .btns button.sure {
        color: #FFF;
        background-color: #5496fb; }
      .goods-attributes .btns button.cancel {
        border: 1px solid #d9d9d9;
        color: #666; }

.ximi-order-save {
  height: 100%; }
  .ximi-order-save .ximi-list-content {
    max-height: -webkit-calc( 100% - 90px);
    max-height: -moz-calc( 100% - 90px);
    max-height: calc( 100% - 90px);
    min-height: -webkit-calc( 100% - 90px);
    min-height: -moz-calc( 100% - 90px);
    min-height: calc( 100% - 90px);
    overflow-y: auto; }
  .ximi-order-save .list-foot {
    text-align: right;
    margin: 20px 0;
    padding-right: 12px; }
  .ximi-order-save .ant-table th {
    background-color: #FFF; }

.ximi-order-search {
  padding: 15px; }

.ximi-order-item-list {
  max-height: -webkit-calc( 100% - 225px);
  max-height: -moz-calc( 100% - 225px);
  max-height: calc( 100% - 225px);
  overflow-y: auto; }
  .ximi-order-item-list .item {
    padding: 0 15px;
    border: 1px solid transparent; }
    .ximi-order-item-list .item .no {
      line-height: 3em;
      color: #333;
      font-size: 16px; }
    .ximi-order-item-list .item .key-value {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 2em;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ximi-order-item-list .item .key-value .value {
        color: #999;
        white-space: nowrap; }
    .ximi-order-item-list .item .price {
      color: #333;
      font-size: 18px;
      line-height: 3em;
      text-align: right;
      border-bottom: 1px solid #EFEFEF; }
    .ximi-order-item-list .item.active {
      background: rgba(229, 248, 248, 0.2);
      border: 1px solid #38cfc9; }
      .ximi-order-item-list .item.active .price {
        border-bottom: 1px solid transparent; }

.ximi-online-history-order-payStatus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .ximi-online-history-order-payStatus > div {
    width: 33.33333%;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f7f7f7;
    cursor: pointer; }
    .ximi-online-history-order-payStatus > div:nth-child(2) {
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6; }
    .ximi-online-history-order-payStatus > div.active {
      color: #FFF;
      background-color: #38CFC9; }

.ximi-order-item-list .item {
  position: relative; }

.ximi-order-item-list .status {
  position: absolute;
  width: 4.5em;
  right: 15px;
  top: 4px;
  line-height: 1.5em;
  background: #f8f8f8;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center; }
  .ximi-order-item-list .status.a {
    color: #38CFC9; }
  .ximi-order-item-list .status.b {
    color: #BF1616; }

.ximi-order-item-list .item {
  position: relative; }

.ximi-order-item-list .origin {
  position: absolute;
  width: 4.5em;
  right: 15px;
  top: 4px;
  line-height: 1.5em;
  background: #f8f8f8;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center; }
  .ximi-order-item-list .origin.a {
    color: #38CFC9; }
  .ximi-order-item-list .origin.b {
    color: #ffa600; }

.header {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  padding: 0 15px;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #d2d2d2; }
  .header .user {
    position: relative;
    float: right;
    padding: 0 15px;
    line-height: 69px;
    font-size: 16px;
    cursor: pointer;
    display: none; }
    .header .user i {
      margin: 0 5px; }
    .header .user:hover {
      background: #eee; }
      .header .user:hover .drop-menu {
        display: block; }
    .header .user .drop-menu {
      position: absolute;
      display: none;
      width: 200px;
      right: 0;
      top: 70px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #d2d2d2;
      border-top: none;
      z-index: 1000; }
      .header .user .drop-menu li {
        line-height: 50px; }
        .header .user .drop-menu li:hover {
          color: #0091ff; }

.admin-left-menu {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .admin-left-menu .ant-menu {
    height: 100%;
    padding-top: 125px;
    background-color: #242c43; }
    .admin-left-menu .ant-menu .numbers {
      margin-left: 6px;
      padding: 0 4px;
      border: 1px solid #FFF;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      color: #fff;
      background-color: #ED3833;
      vertical-align: -1px; }
    .admin-left-menu .ant-menu i {
      margin-right: 10px;
      font-size: 16px; }
    .admin-left-menu .ant-menu .ant-menu-item-selected {
      background-color: #0d1730 !important; }
      .admin-left-menu .ant-menu .ant-menu-item-selected:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #0091ff; }
  .admin-left-menu .logo-container {
    position: absolute;
    width: 100%;
    height: 75px;
    margin: 25px 0;
    padding: 0 30px;
    text-align: center; }
    .admin-left-menu .logo-container img {
      width: 70px; }

@media screen and (max-width: 1400px) {
  .admin-left-menu {
    width: 160px; } }

.admin-page {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important; }

.goods-kind-list .operate a {
  margin: 0 4px; }

@font-face {font-family: "iconfont";
  src: url(./../font/iconfont.eot); /* IE9 */
  src: url(./../font/iconfont.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url(./../font/iconfont.woff) format('woff'),
  url(./../font/iconfont.ttf) format('truetype'), 
  url(./../font/iconfont.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-excel:before {
  content: "\E611";
}

.icon-folder:before {
  content: "\EB6B";
}

.icon-Emoji-1:before {
  content: "\E672";
}

.icon-shengyin-guan:before {
  content: "\E6BF";
}

.icon-shengyin-kai:before {
  content: "\E6C0";
}

.icon-kefu:before {
  content: "\E6BE";
}

.icon-icon_kefu:before {
  content: "\E65A";
}

.icon-zu125:before {
  content: "\E631";
}

.icon-zu126:before {
  content: "\E632";
}

.icon-icon_3_n:before {
  content: "\E635";
}

.icon-icon_5_n:before {
  content: "\E636";
}

.icon-icon_4_n:before {
  content: "\E637";
}

.icon-icon_1_s:before {
  content: "\E638";
}

.icon-orderlist:before {
  content: "\E6D3";
}

.icon-yonhu:before {
  content: "\E657";
}

.icon-4:before {
  content: "\E607";
}

.icon-xiangmujine:before {
  content: "\E630";
}

.icon-jine:before {
  content: "\E78B";
}

.icon-jine1:before {
  content: "\E63A";
}

.icon-waimai:before {
  content: "\E618";
}

.icon-arrowupb:before {
  content: "\E6F6";
}

.icon-edit4:before {
  content: "\E6C5";
}

.icon-edit5:before {
  content: "\E84B";
}

.icon-edit6:before {
  content: "\E60B";
}

.icon-baseline-close-px:before {
  content: "\E615";
}

.icon-shuxing:before {
  content: "\E65B";
}

.icon-password:before {
  content: "\E67F";
}

.icon-jiantou1:before {
  content: "\E606";
}

.icon-user:before {
  content: "\E617";
}

.icon-user1:before {
  content: "\E622";
}

.icon-icon_sanjiaoxing:before {
  content: "\E6BB";
}

.icon-jiaoseguanli:before {
  content: "\E66C";
}

.icon-jiaoseshezhi:before {
  content: "\E634";
}

.icon-mendian:before {
  content: "\E60A";
}

.icon-dingdan:before {
  content: "\E67C";
}

.icon-huiyuan:before {
  content: "\E625";
}

.icon-mendian1:before {
  content: "\E628";
}

.icon-huiyuan1:before {
  content: "\E604";
}

.icon-shangpinfenlei:before {
  content: "\E62F";
}

.icon-shangpinliebiao:before {
  content: "\E61E";
}

.icon-leimupinleifenleileibie2:before {
  content: "\E7F8";
}

.icon-yuangongliebiao:before {
  content: "\E633";
}

.icon-gangweitubiao:before {
  content: "\E603";
}

.icon-printer:before {
  content: "\E67E";
}

.icon-cc-printer:before {
  content: "\E68F";
}

.icon-addressfill:before {
  content: "\E659";
}

.icon-fanhui:before {
  content: "\E601";
}

.icon-gengduo:before {
  content: "\E605";
}

.icon-arrow-bottom:before {
  content: "\E602";
}

.icon-top:before {
  content: "\E676";
}

.icon-edit:before {
  content: "\E649";
}

.icon-edit1:before {
  content: "\E938";
}

.icon-user02:before {
  content: "\E6FE";
}

.icon-clock:before {
  content: "\E65C";
}

.icon-plus:before {
  content: "\EA05";
}

.icon-lock3suo:before {
  content: "\E6B1";
}

.icon-delete:before {
  content: "\E655";
}

.icon-delete1:before {
  content: "\E63F";
}

.icon-search:before {
  content: "\E61D";
}

.icon-clock1:before {
  content: "\E624";
}

.icon-edit2:before {
  content: "\E627";
}

.icon-clock-circle-o:before {
  content: "\E968";
}

.icon-edit3:before {
  content: "\E717";
}

.icon-jian:before {
  content: "\E64E";
}


@font-face {
  font-family: "PingFangRegular";
  src: url(./../font/PingFangJ.ttf) format("woff"); }

@font-face {
  font-family: "PingFangMedium";
  src: url(./../font/PingFangBold.ttf) format("woff"); }

html,
body {
  height: 100%;
  font-size: 14px;
  color: #4b5257;
  background-color: #fafafa;
  font-family: PingFangRegular;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

body {
  overflow: auto; }

html,
body,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

button {
  outline: none;
  border: none;
  cursor: pointer; }

ul {
  list-style: none;
  padding: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-grow {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.inline-block {
  display: inline-block; }

.align-center {
  text-align: center; }

.clear:after {
  display: block;
  content: "";
  clear: both; }

.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }

.center {
  text-align: center; }

.cursor {
  cursor: pointer; }

.height100 {
  height: 100%; }

#container {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  background-color: #fafafa; }

.main-content {
  padding-top: 40px;
  padding-bottom: 30px;
  height: 100%; }
  .main-content aside {
    float: left; }
  .main-content > div {
    float: left;
    position: relative;
    z-index: 100; }

.right-page {
  width: 89.1%;
  height: 100%; }

.ximi-content {
  height: 100%;
  padding-left: 200px;
  background-color: #F5F6FA; }

.ximi-page-layout {
  padding: 12px; }

.ximi-button {
  width: 112px !important;
  margin: 0 8px;
  line-height: 55px !important;
  height: 55px !important;
  font-family: PingFangMedium;
  font-size: 18px !important;
  color: #fff !important;
  -webkit-border-radius: 8px !important;
          border-radius: 8px !important;
  text-align: center; }

.ximi-button-theme-color {
  border-color: #38CFC9 !important;
  color: #38CFC9 !important; }

input.hide {
  width: inherit;
  border: none;
  background-color: transparent;
  text-align: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
  input.hide:active, input.hide:focus {
    border: none;
    background-color: transparent; }

.ximi-order-search .ant-input-suffix {
  display: inline-block;
  width: 36px;
  height: 100%;
  right: 0 !important;
  line-height: 40px;
  background: #38CFC9;
  text-align: center; }
  .ximi-order-search .ant-input-suffix i {
    display: inline-block;
    margin: 0 auto;
    color: #FFF !important;
    font-size: 20px; }

@media screen and (max-width: 1400px) {
  .ximi-content {
    padding-left: 160px; }
  html #container {
    min-height: auto; }
  html .right-page {
    width: 93%; }
  html .main-content {
    padding-top: 20px;
    padding-bottom: 20px; }
  html .admin-page .content-container {
    padding-left: 160px; }
  html .switchLanguage {
    line-height: 18px; }
  html aside .head-img img {
    width: 55px;
    height: 55px; }
    html aside .head-img img span {
      font-size: 14px; }
  html aside .menu {
    width: 60px;
    height: 60px; }
  html aside .menu img {
    width: 23px;
    height: 23px; }
  html .desk-no .content .item,
  html .no-desk .content .item {
    width: 23%; }
  html .no-desk .content .turn-page .iconfont {
    width: 30px; }
  html .desk-no .condition {
    top: -26px;
    z-index: 50; }
  html .container .status-container {
    display: none; }
  html .choice-page .edit-area .content .query-condition-title input {
    width: 60px !important; }
  html .takeaway-page-container {
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0; }
    html .takeaway-page-container .iconfont {
      margin-top: 20px; }
  html .desk-no .content .item {
    margin-top: 10px; }
  html .goods-property .ant-modal-body {
    height: 400px; }
  html .change-table-modal {
    width: 1020px !important; }
  html .goods-kind .container {
    overflow-y: auto; }
  html .ant-modal {
    top: 50px; }
  html .pick-change li {
    margin-bottom: 5px; }
  html .pick-change button {
    margin-top: 0; }
  html .index-page {
    width: 92%; }
  html .shop-list .edit-shop-list {
    width: 93%; }
    html .shop-list .edit-shop-list > div {
      width: 66.3%;
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      right: 1.25%; } }

.noData {
  color: gray;
  line-height: 4em;
  text-align: center; }

@media screen and (min-width: 1500px) {
  .main-content {
    padding-top: 60px;
    padding-bottom: 35px; } }

.ant-modal-header {
  font-family: PingFangMedium; }

.admin-page {
  height: 100%; }
  .admin-page .content-container {
    height: 100%;
    padding-left: 200px; }
    .admin-page .content-container > div.content {
      width: 100%;
      height: 100%; }
      .admin-page .content-container > div.content > div {
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: auto; }
  .admin-page .page-container h3 {
    margin-bottom: 10px;
    padding: 0 35px;
    line-height: 60px;
    color: #666666;
    border-bottom: 1px solid #d2d2d2; }
  .admin-page .query {
    padding: 25px 25px 10px 25px; }
    .admin-page .query input {
      width: 160px;
      margin-left: 12px; }
    .admin-page .query .ant-select {
      min-width: 120px;
      margin-left: 12px; }
    .admin-page .query button {
      margin-left: 15px; }
      .admin-page .query button.add {
        float: right; }
  .admin-page .table-list {
    padding: 15px 25px; }
    .admin-page .table-list table {
      width: 100%; }
      .admin-page .table-list table tbody {
        border-bottom: 1px solid #e2e2e2; }
        .admin-page .table-list table tbody tr {
          border-top: 1px solid #e2e2e2; }
          .admin-page .table-list table tbody tr:hover {
            background-color: #f0f4f8; }
      .admin-page .table-list table tr:nth-child(even) {
        background-color: #f7f7f7; }
      .admin-page .table-list table th,
      .admin-page .table-list table td {
        padding: 0 8px;
        text-align: center;
        line-height: 40px; }
      .admin-page .table-list table .title {
        padding-left: 35px;
        text-decoration: underline;
        text-align: left; }
      .admin-page .table-list table .operate a {
        margin: 0 4px; }
      .admin-page .table-list table .operate-btn {
        text-align: left; }
        .admin-page .table-list table .operate-btn a {
          margin: 0 4px;
          padding: 6px 8px;
          color: #FFF;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          white-space: nowrap;
          background-color: #6FB3E0;
          white-space: nowrap; }
          .admin-page .table-list table .operate-btn a.danger {
            background-color: #D47161; }
          .admin-page .table-list table .operate-btn a.warn {
            background-color: #fdd24d; }
          .admin-page .table-list table .operate-btn a.green {
            background-color: #449856; }
          .admin-page .table-list table .operate-btn a.gray {
            background-color: gray; }
          .admin-page .table-list table .operate-btn a.gray2 {
            color: #333;
            background-color: #E7E7E7; }
          .admin-page .table-list table .operate-btn a.black {
            background-color: #555555; }
    .admin-page .table-list .ant-pagination {
      float: right;
      margin: 25px 0; }

.edit-detail .keyContainer {
  padding: 35px; }

.edit-detail .key {
  margin-bottom: 25px; }
  .edit-detail .key > div {
    display: inline-block;
    vertical-align: top; }
  .edit-detail .key .name {
    width: 100px;
    line-height: 32px;
    margin-right: 15px;
    text-align: right; }
  .edit-detail .key .value-con {
    min-width: 300px;
    max-width: 600px;
    line-height: 32px; }
  .edit-detail .key .ant-select {
    min-width: 200px; }
  .edit-detail .key .ant-radio-group {
    line-height: 32px; }
  .edit-detail .key .tips {
    display: block;
    min-width: 700px;
    margin-left: 115px;
    color: gray; }

.edit-detail .pics > span {
  display: inline-block; }

.edit-detail .w-e-text-container {
  min-height: 400px;
  height: 600px !important; }

.switchLanguage {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
  margin-right: 2.1%;
  line-height: 40px;
  color: #FFF;
  cursor: pointer;
  text-align: center; }

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  line-height: 32px; }
  .field .field-name {
    width: 8em;
    min-height: 1px;
    text-align: right; }
  .field .field-value {
    padding-left: 15px; }
    .field .field-value input {
      width: 200px; }

.fullscreen-modal {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important; }
  .fullscreen-modal > div {
    height: 100%; }
  .fullscreen-modal .ant-modal-body {
    position: relative;
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    height: calc(100% - 55px); }

.ant-modal-confirm-btns button {
  width: 100px !important;
  height: 45px !important; }

.colors-green {
  color: #449856; }

.colors-red {
  color: #D47161; }

.colors-yellow {
  color: #fdd24d; }

button.blue {
  color: #FFF !important;
  background-color: #6FB3E0 !important;
  border-color: #6FB3E0 !important; }

button.green {
  color: #FFF !important;
  background-color: #449856 !important;
  border-color: #449856 !important; }

thead th {
  white-space: nowrap !important; }

.previewImage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99999; }
  .previewImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 75%;
    max-height: 80%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.is-required {
  color: red;
  margin-left: 4px; }

@page {
  size: A4;
  margin: 0; }

.qrcode-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.qrcode {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 10px; }
  .qrcode .qrcode-title {
    width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .qrcode .qrcode-title {
    height: 30px; }
    .qrcode .qrcode-title .left {
      text-align: center; }
      .qrcode .qrcode-title .left .top {
        line-height: 15px;
        font-size: 15px; }
      .qrcode .qrcode-title .left .bottom {
        line-height: 12px;
        font-size: 12px; }
    .qrcode .qrcode-title .right {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      border-left: 1px solid #ddd;
      padding-left: 5px; }
  .qrcode .qrcode-img {
    margin-top: 10px; }
    .qrcode .qrcode-img canvas {
      width: 60px !important;
      height: 60px !important; }

@media print {
  .qrcode-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 210mm; }
  .qrcode {
    width: 2.95cm;
    height: 4.95cm;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .qrcode .qrcode-title {
      width: 2.6cm;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .qrcode .qrcode-title {
      height: 0.8cm; }
      .qrcode .qrcode-title .left {
        text-align: center; }
        .qrcode .qrcode-title .left .top {
          line-height: 0.5cm;
          font-size: 0.5cm; }
        .qrcode .qrcode-title .left .bottom {
          line-height: 0.3cm;
          font-size: 0.3cm; }
      .qrcode .qrcode-title .right {
        font-size: 0.6cm;
        font-weight: bold;
        text-align: center;
        border-left: 1px solid #ddd;
        padding-left: 0.2cm; }
    .qrcode .qrcode-img {
      margin-top: 0.8cm; }
      .qrcode .qrcode-img canvas {
        width: 2.6cm !important;
        height: 2.6cm !important; } }

@page {
  size: A4; }

.qrcode-store {
  padding: 20px; }
  .qrcode-store canvas {
    width: 200px !important;
    height: 200px !important; }

@media print {
  .qrcode-store canvas {
    width: 18cm !important;
    height: 18cm !important; } }

