.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; }


.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;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .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;
      -webkit-border-radius: 50%;
              border-radius: 50%; }

@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"; /* Project id 894870 */
  src: url(./../font/iconfont.woff2) format('woff2'),
       url(./../font/iconfont.woff) format('woff'),
       url(./../font/iconfont.ttf) format('truetype');
}

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

.icon-ipad:before {
  content: "\E62D";
}

.icon-24gl-lock2:before {
  content: "\E9D4";
}

.icon-24gl-unlock4:before {
  content: "\E9D6";
}

.icon-suoding:before {
  content: "\E600";
}

.icon-jiesuo:before {
  content: "\E609";
}

.icon-people:before {
  content: "\E736";
}

.icon-jinyonghuiyuan:before {
  content: "\E639";
}

.icon-dianzan1:before {
  content: "\E608";
}

.icon-dianzan:before {
  content: "\E656";
}

.icon-chakan:before {
  content: "\E61C";
}

.icon-chakan1:before {
  content: "\E63E";
}

.icon-zhuyi:before {
  content: "\E61B";
}

.icon-sort:before {
  content: "\E89A";
}

.icon-sort1:before {
  content: "\E688";
}

.icon-drag:before {
  content: "\E8C8";
}

.icon-Drag:before {
  content: "\E61A";
}

.icon-youjian2:before {
  content: "\E642";
}

.icon-youjian:before {
  content: "\E619";
}

.icon-fapiao:before {
  content: "\E64C";
}

.icon-fapiao1:before {
  content: "\E908";
}

.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;
    overflow: hidden; }
    .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;
          border-color: #6FB3E0;
          white-space: nowrap; }
          .admin-page .table-list table .operate-btn a.danger {
            background-color: #D47161;
            border-color: #D47161; }
          .admin-page .table-list table .operate-btn a.warn {
            background-color: #fdd24d;
            border-color: #fdd24d; }
          .admin-page .table-list table .operate-btn a.green {
            background-color: #449856;
            border-color: #449856; }
          .admin-page .table-list table .operate-btn a.gray {
            background-color: gray;
            border-color: gray; }
          .admin-page .table-list table .operate-btn a.gray2 {
            color: #333;
            background-color: #E7E7E7;
            border-color: #E7E7E7; }
          .admin-page .table-list table .operate-btn a.black {
            background-color: #555555;
            border-color: #555555; }
          .admin-page .table-list table .operate-btn a.hollow {
            background-color: #FFF;
            border-width: 1px;
            border-style: solid;
            color: #6FB3E0; }
            .admin-page .table-list table .operate-btn a.hollow.danger {
              color: #D47161; }
            .admin-page .table-list table .operate-btn a.hollow.warn {
              color: #fdd24d; }
            .admin-page .table-list table .operate-btn a.hollow.green {
              color: #449856; }
            .admin-page .table-list table .operate-btn a.hollow.gray {
              color: gray; }
            .admin-page .table-list table .operate-btn a.hollow.gray2 {
              color: #333; }
            .admin-page .table-list table .operate-btn a.hollow.black {
              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 .required {
    display: inline-block;
    line-height: 32px;
    margin-right: 4px; }
  .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; } }

