@font-face {
  font-family: "iconfont";
  /* Project id 4732788 */
  src: url('//at.alicdn.com/t/c/font_4732788_9fmnm69dguk.woff2?t=1730620468085') format('woff2'),
    url('//at.alicdn.com/t/c/font_4732788_9fmnm69dguk.woff?t=1730620468085') format('woff'),
    url('//at.alicdn.com/t/c/font_4732788_9fmnm69dguk.ttf?t=1730620468085') format('truetype');
}

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

.icon-guanlianfang-:before {
  content: "\e6a8";
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8f9fa;
  font-size: 62.5%;
}

.ant-tooltip { 
  max-width: 600px !important;
  /* 固定宽度 */
  /* 可选：如需最大/最小宽度，可补充 */
  /* max-width: 600px !important; */
  /* min-width: 300px; */
}

@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }


  .print-show {
    display: block;
  }
}

.hide-for-print {
  display: block;
}

/* 当打印时隐藏 .hide-for-print 类元素 */
@media print {

  .hide-for-print {
    display: none !important;
  }

  .ant-modal-root {
    display: none !important;
  }

  .show-for-print {
    display: block !important;
  }

}

.main_bg_color {
  background-color: #f8f9fa !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

#root {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 100%;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.space-around {
  display: flex;
  justify-content: space-around;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-direction-column {
  flex-direction: column;
}

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

.align-items-end {
  align-items: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.text-align-right {
  text-align: left;
}

.p {
  padding: 16px;
}

.p4 {
  padding: 4px;
}

.p8 {
  padding: 8px;
}

.p16 {
  padding: 16px;
}

.p24 {
  padding: 24px;
}

.p-right-8 {
  padding-right: 8px;
}

.m-right-8 {
  margin-right: 8px;
}

.b {
  font-weight: bold !important;
}

.margin-bootom-small {
  margin-bottom: 8px !important;
  /* width: 100%; */
}

.margin-bootom-normal {
  margin-bottom: 16px !important;
}

.margin-bootom-big {
  margin-bottom: 24px !important;
}

.ant-layout {
  background-color: transparent !important;
}

.bill-header-inner {
  border: 1px solid #f0f0f0;
  border-bottom: 0px;
  padding: 16px;
}


.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.pointer {
  cursor: pointer;
}

.main-table .ant-table-thead>tr .ant-table-cell {
  background: #7165e3 !important;
  color: #fff;
}

.ant-table-thead>tr .ant-table-selection-column {
  background: #7165e3 !important;
  color: #fff;
  border-right: 1px solid #fff !important;
}

.report-tabs .ant-tabs-extra-content {
  display: flex;
  align-items: center;
}

.report-tabs .report-fixed-tabs {
  display: flex;
  align-items: center;
}

.report-tabs .report-fixed-tabs .ant-tabs-tab {
  margin: 0 8px 0 0;
}

.report-tabs .ant-tabs-nav-list .ant-tabs-tab[data-node-key="/main/reports/overview/index"],
.report-tabs .ant-tabs-nav-list .ant-tabs-tab[data-node-key="/main/reports/shopReports/index"] {
  display: none;
}


.css-dev-only-do-not-override-14l2ylj.ant-table-wrapper .ant-table-thead>tr>th {
  background: #7165e3;
  color: #fff;
}

.ant-table-thead>tr>th {
  background: #7165e3 !important;
  color: #fff !important;
}


/* .main-table .ant-table-thead > tr .ant-table-cell{
  background: #fafafa;
  color: rgba(0, 0, 0, 0.88);
} */

.order-table .ant-table-thead>tr .ant-table-cell {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.88);
}

/* .order-table  .ant-table-thead > tr .ant-table-cell{
  background: #7165e3;
  color: #fff;
} */

.check-group-wrapper label {
  -webkit-margin-start: 0px !important;
          margin-inline-start: 0px !important;
  -webkit-margin-end: 12px !important;
          margin-inline-end: 12px !important;
  width: 120px;
}

.ant-menu-item {
  font-weight: 800 !important;
}

.ant-menu-submenu-inline {
  font-weight: 800 !important;
}

.mini-table {}

.mini-table td {
  padding: 0px 4px !important;
}

.mini-table th {
  padding: 0px 4px !important;
}

/* .print-table{
  border-collapse: separate;
  border-spacing: 0;
  width:100%;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
} */
/* .print-table td,th{
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
} 

.print-table-big{
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  width:100%;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.print-table-big td,th{
  padding:12px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}  */

.ant-descriptions-small .ant-descriptions-row>td {
  padding-bottom: 2px !important;
}



.extable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.extable th {
  background-color: #7165e3;
  color: white;
  /* background-color: #eee; */
  font-weight: normal;
}

.extable td,
th {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.extable td {
  padding: 0px 8px !important;
  text-align: left;
  white-space: nowrap
}

.extable th {
  padding: 0px 6px !important;
  text-align: center !important;
  white-space: nowrap
}

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

.w_100 {
  width: 100px;
  text-align: right;
}

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

.space-state div {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.w_60 {
  width: 60px;
}

.ant-table-placeholder {
  z-index: 99 !important;
}

/* 超过3行之后... */
.ellipsis_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none !important;
}

.iconImg {
  width: 14px !important;
  height: 14px !important;
  vertical-align: middle !important;
}

thead .ant-table-row-expand-icon-cell {
  background-color: #7165e3 !important;
}

.extable th {
  padding: 0px 4px !important;
  font-weight: bold !important;
}

.ellipsis-text {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
}

.red-text {
  color: red !important;
}

.black-text {
  color: black !important;
}

.strategy-table {
  margin-left: 8px;
}

.strategy-table .ant-table-column-sorter-up.active {
  color: #fff !important;
}

.strategy-table .ant-table-column-sorter-down.active {
  color: #fff !important;
}

.order .ant-table-tbody > tr.ant-table-row:hover > td {
  background: #eaebeb !important;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin infinite 20s linear;
            animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7165E3;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent)
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
}


.content {
  /* padding: 0 15px;
  box-sizing: border-box; */
  margin-left: 8px;
}

.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
  border-radius: 0 !important;
  border-start-start-radius: 0;
}

.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
  border-radius: 0 !important;
}

.fixed-btn {
  width: 100%;
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 100;
  border-radius: 0 !important;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3) !important;
  margin: 0 !important;
}

.fixed-btn2 {
  margin-top: 10px;
}

/* .css-dev-only-do-not-override-ksquxj {
  display: flex;
} */
.checkinguests {}

.checkinguests .ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    ;
}

.checkinguests .ant-table table {
    width: 100%;
    border-collapse:collapse;
}

.checkinguests .ant-table-thead {
    background: #fafafa;
}

.checkinguests .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th {
    -webkit-border-end: 1px solid #f0f0f0;
            border-inline-end: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px;
}

.checkinguests .ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td {
    -webkit-border-end: 1px solid #f0f0f0;
            border-inline-end: 1px solid #f0f0f0;
    padding: 4px;
}
.checkinguests .ant-form-item-explain-error{
    display: none;
}
.card-left {
  width: 400px;
}

.card-right {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.idCard-item .ant-space-item:nth-child(1) {
  width: 100%;
}

.tag-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-tr{
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.price-td{
  width: 100px;
  text-align: center;
  float: left;
}
.price-table{
  display: flex;
  width: 100%;
  flex-direction: column;
}

.price-tr{
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.price-td{
  width: 100px;
  text-align: center;
  float: left;
}
.price-table{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.print_layout{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;  
    background-color: #fff;
    z-index: 99999;
    min-height: calc(100vh - 32px);
}

.print_layout .ant-descriptions-item-label{
    
}
.print_layout .ant-descriptions-item-content{
    
}

.print_layout .ant-table-cell{
    
}


html body {
    overflow-y: auto !important;
}
.dian{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: gray;
  margin-right: 4px;
}

.price-tr{
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.price-td{
  width: 100px;
  text-align: center;
  float: left;
}
.price-table{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.order-modify-form .ant-form-item .ant-form-item-label >label {
    color: rgba(0,0,0,0.45) !important;
}
.order-modify-form .ant-form-item {
    width: 100%;
    margin-bottom: 0px!important;
}

.order-modify-description-client-source .ant-descriptions-item-container .ant-descriptions-item-content{
    display: inline-grid !important;
}
.order-modify-form .ant-descriptions-item-container .ant-descriptions-item-label{
    display: flex;
    align-items: center !important;
}
.order-modify-form-client-source .ant-form-item-control-input-content{
    display: flex;
}
.order-modify-form-client-source .ant-form-item-control-input-content> .order-modify-form .ant-form-item{
    width: auto;
}

.order-info-description-bold .ant-descriptions-item-container .ant-descriptions-item-content{
    font-weight: 700;
}
.order-table .ant-empty-normal .ant-empty-image {
  display: none;
}

.order-table .ant-empty-normal {
  margin-block: 10px;
}




.content-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.member-box-type {
  padding: 2px 4px;
  background-color: #7165e3;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  margin-left: 8px;
}

.create-form .ant-form-item-label {
  width: 120px;
}

.ant-input-number-group-addon{padding: 0 !important;}
.css-dev-only-do-not-override-11makog.ant-input-number-group .ant-input-number-group-addon {
  padding: 0;
}
.css-11makog.ant-input-number-group .ant-input-number-group-addon{
  padding: 0;
}
.css-ir0d4g.ant-input-number-group-wrapper-outlined .ant-input-number-group-addon{
  padding: 0;
}
.order-modify-form .ant-form-item .ant-form-item-label >label {
    color: rgba(0,0,0,0.45) !important;
}
.order-modify-form .ant-form-item {
    width: 100%;
    margin-bottom: 0px!important;
}

.order-modify-description-client-source .ant-descriptions-item-container .ant-descriptions-item-content{
    display: inline-grid !important;
}
.order-modify-form .ant-descriptions-item-container .ant-descriptions-item-label{
    display: flex;
    align-items: center !important;
}
.order-modify-form-client-source .ant-form-item-control-input-content{
    display: flex;
}
.order-modify-form-client-source .ant-form-item-control-input-content> .order-modify-form .ant-form-item{
    width: auto;
}

.order-info-description-bold .ant-descriptions-item-container .ant-descriptions-item-content{
    font-weight: 700;
}
.print-table{
  border-collapse: separate;
  border-spacing: 0;
  width:100%;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.print-table-th{
  padding:2px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
} 

.print-table-big{
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  width:100%;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

/* .print-table-big td,th{
  padding:12px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}  */

.detail-table .ant-table-row-level-1 {
  background-color: #eee;
}
.table-box{
    padding: 0 20px;
}
.table-left{
    display: inline-block;
    width: 44%;   
}
.table-title{
    border: 1px solid #f0f0f0;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-right{
    display: inline-block;
    width: 55%;
    margin-left: 10px;
}
.title-row{    
    /* height: 40px; */
    /* line-height: 40px; */
    /* padding: 10px 0; */
    background-color: #7165e3;

}
.title-row .title-col{
    border-right: 1px solid white;
    color: white;
    padding: 8px 5px;
    box-sizing: border-box;
}
.title-row .title-col:last-child{
    border: none;
}
.kind-row{
    height: 30px;
    line-height: 30px;
    border: 1px solid #f0f0f0;
    border-top:none;
    padding-left: 5px;
    background-color: #fafafa;
    font-weight: bold;
}
.details-row{
    height: 50px;
    line-height: 50px;
    border: 1px solid #f0f0f0;
    border-top:none;
    
}
.details-row .details-col{
    padding-left: 5px;
}
.tab-title{
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    height: 53px;
    line-height: 53px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.beyond{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pay-text{
    display: inline-block;
}
.pay-text span{
    color: red;
}
.pay-btn{
    display: inline-block;
}
.space-state{
    border: 1px solid #f0f0f0;
    padding-bottom: 20px;
    height: calc(100vh - 504px);
}
.infoTable .table{
    overflow-Y:auto;
    height: calc(100vh - 480px);
}
/* .css-dev-only-do-not-override-14l2ylj.ant-card .ant-card-body{
    padding:10px 24px !important;
    border-radius: 0 0 8px 8px;
} */

.loadingInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    color: white;
}
.print_layout {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 9999;
  padding: 16px;
}

.table-02131 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.table-02131 th {
  background-color: #7165e3;
  color: white;
  /* background-color: #eee; */
  font-weight: normal;
}

.table-02131 td,
th {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.table-02131 td {
  padding: 4px !important;
}

.united-room{}
.united-room .border{ 
  border: 1px solid #f0f0f0;
  border-radius: 4px;
 }

 .fuckTable table{
  border-spacing: 0px 4px !important;
  border-radius: 8px;
  
 }

 .print_modal .ant-modal-content {
  padding: 20px 32px !important;
 }

 .order-detail .ant-menu-item{
  line-height: 39px !important;
}
.order-detail {}

.order-detail .ant-modal-content {
    background-color: #f8f9fa !important;
}

.order-detail .ant-modal-header {
    background-color: transparent !important;
}

.bottom_dashed_border{
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;;
}

.order-detail .ant-menu-item{
    padding-inline:8px;
    padding-left: 8px !important; 
}
.order-detail .ant-menu-submenu-title{
    padding-left: 8px !important; 
}
.order-detail .ant-menu-submenu-arrow{
    left: 50px;
}

.log-modify-container { 
    -webkit-margin-before: 1em; 
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
 }
.log-modify-item { display: flex; align-items: center; }
.log-modify-separator { margin: 0 8px; color: #666; }
.log-modify-value { flex: 1 1; word-break: break-all; }

.card {
  height: 200px;
}

.current-card:hover {
  cursor: pointer;
}

.current-card .ant-card {
  background: #7165e3;
  color: #fff;
}

.current-card .ant-card .ant-card-head {
  color: #fff;
}


.modal-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.card-box {
  background: #878787 !important;
  color: #fff !important;
}

.member-card {
  height: 130px;
  background: #fff;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% 80%;
  padding: 15px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 1.13px 7px 0px rgba(44, 40, 83, 0.09);
  border-radius: 6px;
  overflow: hidden;
}


.member-card-memberTypeName {
  color: #0E1632;
  font-size: 18px;
  font-weight: bold;
}

.member-card-memberLevel {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}


.member-card-memberPrice {
  text-align: right;
  color: #7165E3;
}

.price-title {
  font-size: 10px;
}

.price-real {
  font-size: 22px;
  margin-left: 8px;
  font-weight: bold;
}

.current-card .member-card {
  border: 1px solid #0D0084;
  overflow: hidden;
}

.card-div {
  height: 110px;
  background: #fff;
  padding: 28px 15px 24px 15px;
  display: flex;
  align-items: center;
}

.card-div-left {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #0D0084;
  text-align: center;
  line-height: 45px;
}

.member-type {
  background-color: rgba(66, 114, 241, 0.1);
}

.card-div-center {
  margin-left: 15px;
  flex: 1 1;
}

.card-member-type {
  font-size: 16px;
  color: rgba(87, 92, 112, 1);
  font-weight: bold;
  margin-bottom: 12px;
}

.card-member-level {
  font-size: 22px;
  color: rgba(14, 22, 50, 1);
  font-weight: bold;
}

.card-member-level-title {
  font-weight: normal;
  color: rgba(87, 92, 112, 1);
  font-weight: 400;
  font-size: 12px;
  margin-left: 1px;
}

.card-div-right-btn {
  width: 46px;
  height: 23px;
  font-size: 13px;
  color: rgba(113, 101, 227, 1);
  font-weight: bold;
  border: 1px solid rgba(113, 101, 227, 1);
  border-radius: 132px;
  text-align: center;
  line-height: 21px;
}

.card-div-right {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.member-level {
  background-color: rgba(113, 101, 227, 0.1);
}
.card-div1 {
    background: #f2f2f2;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-div1 .arguments {
    display: inline-block;
    margin-left: 20px;
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
}

.div-height {
    overflow-Y: auto;
    max-height: calc(100vh - 320px);
}

.visitor-advanced-modal .ant-modal-body {
    padding: 16px 24px 8px;
}

.visitor-advanced-modal .ant-modal-footer {
    padding: 10px 24px 20px;
}

.visitor-advanced-form .ant-form-item {
    margin-bottom: 24px;
}

.visitor-advanced-form .ant-form-item-label>label {
    color: #333;
}

.visitor-advanced-form .ant-radio-group {
    display: flex;
    gap: 16px;
}
.make-room-card {
  width: 100%;
}

.make-room-card .ant-space-item {
  width: 50%;
}
.table-header-checkbox-group {
  -webkit-column-gap: 12px !important;
          column-gap: 12px !important;
  row-gap: 12px !important;
}


.content-card .gutter-row{
  margin-bottom: 0 !important;  
}
.header{
  height: 20px;
}

.order .ant-picker-calendar-date-content{
  height: auto !important;
}
 

.form-label{
  display: inline-block;
  width: 130px !important;
}

.order .ant-table-column-sorter-up.active {
  color: #fff !important;
}

.order .ant-table-column-sorter-down.active {
  color: #fff !important;
}

/* .css-dev-only-do-not-override-11makog.ant-table-wrapper .ant-table-column-sorter-up.active, .css-dev-only-do-not-override-11makog.ant-table-wrapper .ant-table-column-sorter-down.active {
  color: #fff !important;
} */
.order .ant-pagination-total-text {
  position: absolute;
  left: 0;
}

.order .content-card .ant-card-body {
  padding: 24px;
}

.order .ant-form-item {
  margin-bottom: 10px
}

.remark-a {
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: normal;
}

.order .ant-table-tbody > tr.ant-table-row:hover > td {
    background: #eaebeb !important;
}
.css-1y936z7-MuiDrawer-docked {
    border-radius: 1rem;
    background-color: transparent;
    background-color: #fff;
    box-shadow: none;
    margin: 1rem;
    position: fixed;
    top: 0;
    outline: 0;
    left: 0;
    height: calc(100vh - 2rem);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, background-color 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;

    -webkit-backdrop-filter: saturate(200%) blur(1.875rem);
    backdrop-filter: saturate(200%) blur(1.875rem);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0rem 1.25rem 1.6875rem 0rem rgb(0 0 0 / 5%);
    border: none;
}

.css-1pcem6n-MuiDivider-root {
    margin: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(52, 71, 103, 0), rgba(52, 71, 103, 0.5), rgba(52, 71, 103, 0)) !important;
    height: 0.0625rem;
    margin: 1rem 0;
    border-bottom: none;
    opacity: 0.25;

}

.css-u0k6ft-MuiPaper-root-MuiDrawer-paper {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
    z-index: 1200;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    outline: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    width: 15.625rem;
    /* background-color: rgba(255, 255, 255, 0.8); */
    -webkit-backdrop-filter: saturate(200%) blur(1.875rem);
    backdrop-filter: saturate(200%) blur(1.875rem);
    height: calc(100vh - 2rem);
    margin: 1rem;
    border-radius: 1rem;
    border: none;
    border-right: none;
}


/*左侧菜单相关*/
.css-ef811l-MuiListItemIcon-root-menu {
    min-width: 56px;
    color: rgba(0, 0, 0, 0.54);
    flex-shrink: 0;
    background: #fff;
    display: -ms-inline-flexbox;

    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: inline-flex !important;
    place-items: center !important;
    text-align: center;

    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%);
    transition: margin 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.icon_color,
.title_color {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45) !important;
}

.ant-menu-item-selected .icon_color {
    background: #17c1e8;
    color: #fff !important;
}

.ant-menu-item-selected .title_color {
    color: rgba(0, 0, 0, 0.94) !important;
    font-weight: 500;
}

/* .ant-menu-sub.ant-menu-inline {
    background-color: transparent !important;
    padding-left: 38px !important;
} */

.ant-menu-item-group-list .ant-menu-item-only-child {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45) !important;
}



.ant-menu-submenu-arrow {
    color: rgba(0, 0, 0, 0.45) !important;
}


/* header 漂浮 */
/* 不带阴影 */
.css-14oz698 {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1100;
    left: auto;
    right: 0px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    color: rgb(103, 116, 142);
    top: 16px;
    min-height: 4.6875rem;
    align-items: center;
    border-radius: 1rem;
    padding: 0.5rem 0px;
    background-color: transparent !important;
}

/* 带阴影 */
.css-j5eky4 {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 1100;
    left: auto;
    right: 0px;
    box-shadow: rgb(255 255 255 / 90%) 0rem 0rem 0.0625rem 0.0625rem inset, rgb(0 0 0 / 5%) 0rem 1.25rem 1.6875rem 0rem;
    -webkit-backdrop-filter: saturate(200%) blur(1.875rem);
            backdrop-filter: saturate(200%) blur(1.875rem);
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(52, 71, 103);
    top: 16px;
    align-items: center;
    border-radius: 1rem;
    padding: 0.5rem 0px;
}

.main-menu-inner {}

.main-menu-inner .ant-menu-overflow-item {
    display: inline-block;
    padding: 12px 24px;
    /* 吕孟说让注释的 */
}

.main-menu-inner .ant-menu-item-selected {
    border-radius: 4px !important;
    background-color: #7165E3 !important;
    color: #fff !important;
}

.main-menu-inner .ant-menu-submenu-selected {
    border-radius: 4px !important;
    background-color: #7165E3 !important;
}

.main-menu-inner .ant-menu-submenu-selected>.ant-menu-submenu-title {
    color: #fff !important;
}

.main-menu-inner .ant-menu-item-selected::after {
    content: "" !important;
    border-bottom-width: 4px !important;
    border-bottom-color: transparent !important;
}

.main-menu-inner .ant-menu-submenu-selected::after {
    content: "" !important;
    border-bottom-width: 4px !important;
    border-bottom-color: transparent !important;
}

.logo {
    width: 200px;
    height: 64px;
    background-image: url(/static/media/jinjiang.660e2086f6a7159b77e7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}

.logoZh {
    width: 200px;
    height: 64px;
    /* background-image: url("../../assets/images/logoChina.png"); */

    background-image: url(/static/media/jinjiang.660e2086f6a7159b77e7.png);
    margin-top: 8px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}

.logo2 {
    width: 200px;
    height: 64px;
    background-image: url(/static/media/jinjiang.660e2086f6a7159b77e7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}
