.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: #6da0ff; }
  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; } }

.select-account .select-account-content {
  height: -webkit-calc(100vh - 185px);
  height: -moz-calc(100vh - 185px);
  height: calc(100vh - 185px);
  overflow-y: auto; }

.select-account .user-list {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center; }
  .select-account .user-list > div {
    display: inline-block;
    margin: 0 15px;
    margin-top: 15px;
    color: #333;
    cursor: pointer; }
    .select-account .user-list > div img {
      width: 100px;
      height: 100px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      border: 3px solid transparent; }
      .select-account .user-list > div img.active {
        border: 3px solid #ff9800; }

.select-account .number-show-container {
  margin-top: 25px;
  text-align: center; }
  .select-account .number-show-container > div {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 8px;
    border: 2px solid #6da0ff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    line-height: 60px;
    text-align: center;
    vertical-align: top;
    color: #101010; }

.select-account ul.inputNumber {
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden; }
  .select-account ul.inputNumber li {
    float: left;
    width: 100px;
    height: 80px;
    margin: 0;
    padding: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #101010;
    cursor: pointer; }
    .select-account ul.inputNumber li:nth-last-child(1) {
      width: 200px; }
    .select-account ul.inputNumber li:active {
      color: #fff;
      background-color: #ffa600; }
    .select-account ul.inputNumber li img {
      width: 30px;
      height: 30px;
      margin-top: 25px;
      vertical-align: top; }
  .select-account ul.inputNumber .btn-container {
    text-align: center;
    color: #ffa600;
    font-size: 20px; }

.select-account .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .select-account .btns button {
    width: 180px;
    height: 50px;
    line-height: 50px; }
    .select-account .btns button.change {
      background: #6da0ff;
      color: white;
      border-color: #6da0ff; }

aside {
  width: 10.9%;
  height: 100%;
  padding-top: 90px;
  background-color: transparent; }
  aside .btn-container {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    overflow-y: auto; }
  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 15px 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 .icon {
      color: #384045;
      display: block;
      line-height: 32px;
      font-size: 36px; }
    aside .menu.active {
      background-color: #ffa600; }
      aside .menu.active .icon {
        color: #FFF; }
      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 {
        font-size: 13px;
        margin-top: 4px;
        white-space: nowrap; } }

div.select-account-modal {
  top: 0;
  padding-bottom: 0;
  overflow: hidden; }
  div.select-account-modal .ant-modal-content {
    height: 100vh; }

.admin-statistics-page {
  padding: 15px; }
  .admin-statistics-page .data-card {
    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; }
    .admin-statistics-page .data-card .item {
      margin: 0 15px;
      padding: 15px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 1px solid #ddd; }
      .admin-statistics-page .data-card .item .number {
        line-height: 3em;
        font-size: 20px;
        text-align: center; }
      .admin-statistics-page .data-card .item .trend {
        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; }
        .admin-statistics-page .data-card .item .trend i {
          margin-left: 12px; }
      .admin-statistics-page .data-card .item .daily {
        border-top: 1px solid #ddd; }
      .admin-statistics-page .data-card .item:nth-child(1) {
        margin-left: 0; }
      .admin-statistics-page .data-card .item:nth-last-child(1) {
        margin-right: 0; }
  .admin-statistics-page .data-content .rank {
    display: inline-block;
    width: 58%;
    margin-right: 2%; }
  .admin-statistics-page .data-content .message {
    display: inline-block;
    width: 40%;
    margin-top: 15px;
    padding: 15px;
    vertical-align: top;
    border: 1px solid #ddd; }
    .admin-statistics-page .data-content .message .title {
      font-weight: 600; }
    .admin-statistics-page .data-content .message ul {
      margin: 0; }
      .admin-statistics-page .data-content .message ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        padding: 8px 0; }
        .admin-statistics-page .data-content .message ul li img {
          width: 80px;
          height: 100%;
          background-color: #eee; }
        .admin-statistics-page .data-content .message ul li .theme {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 0 12px; }
        .admin-statistics-page .data-content .message ul li .right {
          width: 90px;
          text-align: center; }
          .admin-statistics-page .data-content .message ul li .right button {
            color: #FFF !important;
            margin-top: 15px;
            border: none; }
            .admin-statistics-page .data-content .message ul li .right button.toRead {
              background-color: #3299F7; }
            .admin-statistics-page .data-content .message ul li .right button.read {
              background-color: #C1BFBF; }
        .admin-statistics-page .data-content .message ul li .type {
          color: #F39B4A; }
        .admin-statistics-page .data-content .message ul li .type.green {
          color: #54C0A0; }
  .admin-statistics-page .data-content .rank-container {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd; }
    .admin-statistics-page .data-content .rank-container .title {
      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;
      line-height: 36px; }
      .admin-statistics-page .data-content .rank-container .title .text {
        font-weight: 600; }
    .admin-statistics-page .data-content .rank-container .tabs {
      display: inline-block;
      margin: 0 15px;
      border: 1px solid #0E75F6;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      overflow: hidden; }
      .admin-statistics-page .data-content .rank-container .tabs .tab {
        display: inline-block;
        padding: 0 15px;
        cursor: pointer; }
        .admin-statistics-page .data-content .rank-container .tabs .tab:not(:nth-last-child(1)) {
          border-right: 1px solid #0E75F6; }
        .admin-statistics-page .data-content .rank-container .tabs .tab.active {
          color: #FFF;
          background-color: #0E75F6; }
    .admin-statistics-page .data-content .rank-container .more {
      display: inline-block;
      width: 100px;
      padding: 0 20px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 1px solid #ddd;
      text-align: center;
      cursor: pointer;
      color: #666; }
    .admin-statistics-page .data-content .rank-container table {
      width: 100%;
      margin-top: 15px;
      line-height: 2em; }
      .admin-statistics-page .data-content .rank-container table tr .no {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        color: #FFF;
        text-align: center;
        background-color: #324658; }
      .admin-statistics-page .data-content .rank-container table tr:nth-child(n + 7) {
        color: #666; }
        .admin-statistics-page .data-content .rank-container table tr:nth-child(n + 7) .no {
          color: #666;
          background-color: #F4F4F4; }
      .admin-statistics-page .data-content .rank-container table tr img {
        max-width: 80px; }

.admin-statistics-list-page .query .items {
  display: inline-block; }
  .admin-statistics-list-page .query .items .item {
    display: inline-block;
    min-width: 88px;
    padding: 0 15px;
    margin-left: -1px;
    line-height: 36px;
    color: #1684FC;
    border: 1px solid #1684FC;
    text-align: center;
    cursor: pointer; }
    .admin-statistics-list-page .query .items .item.active {
      color: #FFF;
      background-color: #1684FC; }
    .admin-statistics-list-page .query .items .item:nth-child(1) {
      -webkit-border-bottom-left-radius: 4px;
              border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
              border-top-left-radius: 4px; }
    .admin-statistics-list-page .query .items .item:nth-last-child(1) {
      -webkit-border-bottom-right-radius: 4px;
              border-bottom-right-radius: 4px;
      -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px; }

.admin-statistics-list-page .table-list td img {
  max-width: 80px;
  max-height: 60px; }

.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; }
  .store_pay_setting .label {
    line-height: 30px;
    text-align: right; }

/**
* Shows how you can use CSS to style your Element's container.
* These classes are added to your Stripe Element by default.
* You can override these classNames by using the options passed
* to the CardElement component.
* https://stripe.com/docs/js/elements_object/create_element?type=card#elements_create-options-classes
*/
.StripeElement {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  -o-transition: box-shadow 150ms ease;
  -moz-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease; }

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }


.admin-left-menu {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .admin-left-menu > .ant-menu::-webkit-scrollbar {
    width: 6px;
    background: inherit;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .admin-left-menu > .ant-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #b7b7b7; }
  .admin-left-menu > .ant-menu {
    overflow-y: auto; }
  .admin-left-menu .ant-menu {
    height: 100%;
    padding-top: 125px;
    background-color: #242c43; }
    .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%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 30px;
    text-align: center;
    background-color: #242c43;
    z-index: 99; }
    .admin-left-menu .logo-container img {
      width: 70px; }

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


.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-com001:before {
  content: "\E62C";
}

.icon-chuankou:before {
  content: "\E60D";
}

.icon-tianjiayonghu:before {
  content: "\E60C";
}

.icon-zonghekaidan:before {
  content: "\E629";
}

.icon-ERP_xiadan:before {
  content: "\E648";
}

.icon-qitadingdan:before {
  content: "\E89D";
}

.icon-lishijilu_o:before {
  content: "\EB7B";
}

.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;
  overflow: auto;
  color: #4b5257;
  background-color: #fafafa;
  font-family: PingFangRegular;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

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

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

.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }

.center {
  text-align: center; }

.cursor {
  cursor: pointer; }

#container {
  position: relative;
  height: 100%;
  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%; }

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

.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 {
    padding: 0 35px;
    line-height: 60px;
    color: #666666;
    border-bottom: 1px solid #d2d2d2; }
  .admin-page .query {
    padding: 10px 15px 0px 15px; }
    .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: 10px; }
      .admin-page .query button.add {
        float: right; }
  .admin-page .table-list {
    padding: 15px; }
    .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 {
        white-space: nowrap; }
      .admin-page .table-list table th,
      .admin-page .table-list table td {
        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 button {
        margin-right: 12px; }
      .admin-page .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; }
        .admin-page .table-list table .operate a:hover {
          border-color: #FFA600; }
        .admin-page .table-list table .operate a.danger {
          color: #ee0808; }
          .admin-page .table-list table .operate a.danger:hover {
            border-color: #ee0808; }
        .admin-page .table-list table .operate a.default {
          color: #666; }
          .admin-page .table-list table .operate a.default:hover {
            border-color: #666; }
    .admin-page .table-list .ant-pagination {
      float: right;
      margin: 25px 0; }

.keyContainer {
  padding: 35px; }
  .keyContainer .key {
    margin-bottom: 25px; }
    .keyContainer .key > div {
      display: inline-block;
      vertical-align: top; }
    .keyContainer .key .name {
      width: 100px;
      line-height: 32px;
      margin-right: 15px;
      text-align: right; }
    .keyContainer .key .value-con {
      min-width: 300px;
      max-width: 600px;
      line-height: 32px; }
    .keyContainer .key .ant-select {
      min-width: 200px; }
    .keyContainer .key .ant-radio-group {
      line-height: 32px; }
    .keyContainer .key .tips {
      display: block;
      min-width: 700px;
      margin-left: 115px;
      color: gray; }
  .keyContainer .pics > span {
    display: inline-block; }
  .keyContainer .w-e-text-container {
    min-height: 400px;
    height: 600px !important; }

.single-item-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-item-key > div:nth-child(1) {
    white-space: nowrap;
    margin-right: 15px; }
  .single-item-key > div:nth-child(2) {
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px; }

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

.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);
    overflow-y: auto; }

.fullscreen-modal-confirm-order .anticon-close,
.bigButton .anticon-close {
  display: none; }

.fullscreen-modal-confirm-order .ant-modal-body,
.bigButton .ant-modal-body {
  height: -webkit-calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: calc(100% - 140px); }

.fullscreen-modal-confirm-order .ant-modal-footer button,
.bigButton .ant-modal-footer button {
  height: 65px;
  padding: 0 30px;
  line-height: 65px; }

.fullscreen-modal-confirm-order .ant-modal-footer > div button:nth-child(1),
.bigButton .ant-modal-footer > div button:nth-child(1) {
  float: left; }

.fullscreen-modal-confirm-order .ant-modal-footer .ant-btn,
.bigButton .ant-modal-footer .ant-btn {
  color: #fff;
  min-width: 106px;
  border-color: transparent;
  background-color: #FFA600; }

.fullscreen-modal-confirm-order .ant-modal-footer .ant-btn-primary,
.bigButton .ant-modal-footer .ant-btn-primary {
  background-color: #6696F7; }

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

button.blue {
  color: #FFF !important;
  background-color: #2878F2 !important;
  border-color: #2878F2 !important; }
  button.blue:hover {
    background-color: rgba(40, 120, 242, 0.85) !important;
    border-color: rgba(40, 120, 242, 0.85) !important; }

button.bigsize {
  height: 55px;
  font-size: 18px;
  line-height: 55px; }

.redBorder {
  border: 1px solid red !important; }

.custom-scroll-bar-hide > div:nth-child(3) > div {
  background-color: transparent !important; }

.menuClickActive:active {
  background-color: #FEEFCD !important; }

.hidden {
  visibility: hidden; }

button.bigSize {
  width: 150px;
  height: 55px;
  line-height: 55px;
  margin-top: 20px; }

.switch-item-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .switch-item-con .switch-item {
    margin-right: 15px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 12px;
    line-height: 32px;
    cursor: pointer; }
    .switch-item-con .switch-item.active {
      color: #FFF;
      background-color: #ffa600; }

@media screen and (max-width: 1400px) {
  html #container {
    min-height: auto; }
  html .right-page {
    width: 93%; }
  html .main-content {
    padding-top: 20px;
    padding-bottom: 10px; }
  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 .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 {
    min-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 .goods-property .ant-modal-body {
    height: 400px; }
  html .goods-kind .container {
    overflow-y: auto; }
  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: 60%;
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      right: 0.5%; }
  html .desk-no .content .item,
  html .no-desk .content .item {
    width: 13.7857%;
    margin-top: 6px;
    margin-right: 0.5%; }
    html .desk-no .content .item .note,
    html .no-desk .content .item .note {
      font-size: 12px !important; }
  html .goods-kind .custom-scroll-bar {
    height: -webkit-calc(100vh - 145px) !important;
    height: -moz-calc(100vh - 145px) !important;
    height: calc(100vh - 145px) !important; }
  .admin-page .table-list table .operate a {
    margin: 0 2px;
    font-size: 12px;
    min-width: 60px;
    line-height: 26px; } }

@media screen and (min-width: 1400px) {
  .desk-no .content .item.small,
  .no-desk .content .item.small {
    width: 12.25% !important; } }

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

@media screen and (max-width: 1200px) {
  html .desk-no .content .item,
  html .no-desk .content .item {
    width: 16.1666%;
    margin-top: 6px;
    margin-right: 0.5%; }
    html .desk-no .content .item .note,
    html .no-desk .content .item .note {
      font-size: 12px !important; }
      html .desk-no .content .item .note .icon,
      html .no-desk .content .item .note .icon {
        width: 18px !important;
        font-size: 14px; } }

.order-detail-modal ul li {
  width: 20%; }

.qrcode {
  display: inline-block;
  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 {
  html, body {
    overflow: initial; }
  .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; } }

.input-number-container {
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden; }
  .input-number-container li {
    float: left;
    width: 100px;
    height: 80px;
    margin: 0;
    padding: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #101010;
    cursor: pointer; }
    .input-number-container li:active {
      color: #fff;
      background-color: #ffa600; }
    .input-number-container li img {
      width: 30px;
      height: 30px;
      margin-top: 25px;
      vertical-align: top; }
  .input-number-container .btn-container {
    text-align: center;
    color: #ffa600;
    font-size: 20px; }
  .input-number-container .sureBtn {
    background-color: #ffa600;
    color: #FFF; }

.confirmUsersPassword .title {
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #000; }

.confirmUsersPassword .showArea {
  width: 100%;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  background-color: #ECECEC; }

.confirmUsersPassword .input-number-container {
  margin: 0; }
  .confirmUsersPassword .input-number-container li {
    margin: -1px 0 0 -1px;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .confirmUsersPassword .input-number-container .sureBtn {
    border-right-color: #ffa600; }

.confirmUsersPasswordModal .ant-modal-content {
  width: 296px;
  overflow: hidden; }

.confirmUsersPasswordModal div.ant-modal-confirm-content {
  margin: 0; }

.confirmUsersPasswordModal div.ant-modal-body {
  padding: 0; }

.confirmUsersPasswordModal .ant-modal-confirm-btns {
  display: none; }

.confirmUsersPasswordModal .input-number-container {
  -webkit-transform: translate(-1px, 1px);
     -moz-transform: translate(-1px, 1px);
      -ms-transform: translate(-1px, 1px);
       -o-transform: translate(-1px, 1px);
          transform: translate(-1px, 1px); }


/*# sourceMappingURL=main.c61c0b.css.map*/