@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%;
}

@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: right;
}

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

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


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

.ant-table-thead .tbheader {
  background-color:#eeeeee !important;
  font-size: 13px;
  color:black !important;
  font-weight: 400 !important;
}
.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;
}

.order-detail .ant-menu-item {
  font-weight: normal !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 4px !important;
}

.extable th {
  padding: 0px 4px !important;
}

.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: 10px 4px !important;
  font-weight: bold !important;
}

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

.ant-splitter-bar-dragger{
  background-color: transparent !important;
}

.ant-splitter-bar-dragger::before{
  background-color: transparent !important;
}

/* .ant-collapse-icon-position-start{
  border:0px !important;
} */

.my-collapse .ant-collapse-content-box{
  padding:2px!important;
  background-color: transparent!important;
}

.detail-bill .ant-tabs-nav{
  margin: 1px !important;
}

.order-detail .ant-menu-item{
  line-height: 39px !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;
} */

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

.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;
}
.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;
}
.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%;
}
.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;
}
.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;
}
.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;
}
.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;
  
 }
.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;
}
.infoTable .table{
    overflow-Y:auto;
    max-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;
} */
.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);
}


.memberPoints-card_foundation {
   margin-bottom: 20px;
   font-size: 16px;
   font-weight: bold
}
.memberPoints-card_other {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.memberPoints-card_row {
  display: flex;
}

.memberPoints-card_input {
  width: 100px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  align-items: center;
}

.memberPoints-card_span{
line-height: 32px;
}

.memberPoints-card_wrapper {
  height: 15px;
}
.memberPoints-card_buttton{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
}

.add-Basics-title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.add-Basics-list{
  color: blue;
  text-decoration: underline
 }

.add-Basics-Modal-div{
  display: flex;
  align-items: center;
  gap: 10px; 
  margin-bottom: 20px;
}

.add-Basics-Modal-div-Btn{
  display: flex;
  justify-content: center;
  margin-top: 20px
}


.mamberLevel-arrange {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 30px;
}
.mamberLevel-arrange-pionts {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 30px;
}
.mamberLevel-arrange_input {
  display: inline-block; 
  margin:  0 !important
}
.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);
}

.showHidden{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.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;
}

.order .ant-pagination-total-text {
  position: absolute;
  left: 0;
}

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

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

.order .ant-table-tbody > tr.ant-table-row:hover > td {
    background: #eaebeb !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; 
}
 


.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: 0 !important;
    border-bottom-color: transparent !important;
}

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

.logo{
    width: 200px;
    height: 64px;
    background-image: url(/static/media/logo.7ffd35a218fd978ec214.svg);
    background-repeat: no-repeat;
    background-size: contain; 
    background-position-y: center;
}
.logoZh{
    width: 200px;
    height: 64px;
    background-image: url(/static/media/logoChina.ba00ee3966c61f12d207.png);

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

.logo2{
    width: 200px;
    height: 64px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: contain; 
    background-position-y: center;
}
