.component-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: none;
  transform: none;
  width: 18px;
  height: 5px;
  border-radius: 0;
  margin: 0;
  background-image: url('https://p0.meituan.net/ingee/331b291f46d8add92a4871e0b3414d31424.png');
  background-size: contain;
  background-position: center;
}
.component-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow-content::before,
.component-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content::before,
.component-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow-content::before,
.component-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow-content::before,
.component-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content::before,
.component-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content::before {
  display: none;
}
.component-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.component-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  transform: rotate(180deg);
}
.component-tooltip .ant-tooltip-inner {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 15px;
}
.component-tooltip.ant-tooltip-placement-top,
.component-tooltip.ant-tooltip-placement-topLeft,
.component-tooltip .ant-tooltip-placement-topRight {
  padding-bottom: 4px;
}
.component-tooltip.ant-tooltip-placement-bottom,
.component-tooltip .ant-tooltip-placement-bottomLeft,
.component-tooltip .ant-tooltip-placement-bottomRight {
  padding-top: 4px;
}
.component-tooltip .ant-tooltip-arrow {
  width: 18px;
  height: 5px;
}

.component-empty-wrap.image-broken .ant-empty-image {
  height: 0;
}
.component-empty-wrap.ant-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
  height: 100%;
}
.component-empty-wrap.ant-empty-normal {
  margin: 0;
}
.component-empty-wrap .empty-text {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}

.show-date-picker-container {
  position: relative;
}
.show-date-picker-container .hidden-show-date-picker {
  visibility: hidden;
  height: 44px;
  width: 360px;
}
.show-date-picker-container .show-date-picker-input {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0px 10px;
  background: #F2F2F2;
  border-radius: 4px;
  min-width: 360px;
}
.show-date-picker-container .show-date-picker-white-input {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0px 10px;
  min-width: 360px;
}
.show-date-picker-container .show-date-picker-white-input .input-title {
  display: none;
}
.show-date-picker-container .input-title {
  margin-left: 2px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.show-date-picker-container .input-text {
  margin-left: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}
.show-date-picker-container .input-text .placeholder-text {
  color: #999999;
}
.show-date-picker-container .show-date-picker-white-input::after,
.show-date-picker-container .show-date-picker-input::after {
  position: absolute;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/2fcbde750249b05aa23f490db13fcfa8.png?imageMogr2/thumbnail/2500x2500%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 16px;
  right: 13px;
  width: 10px;
  height: 10px;
  content: ' ';
}
.show-date-picker-panel {
  width: 560px;
  min-height: 374px;
}
.show-date-picker-panel-header {
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.show-date-picker-panel-header .ant-radio-group {
  flex-shrink: 0;
}
.show-date-picker-panel-header .ant-radio-wrapper {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.show-date-picker-panel-header .tip-wrap {
  white-space: nowrap;
}
.show-date-picker-panel-content {
  display: flex;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner .holiday-text {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Semibold;
  font-size: 8px;
  color: #EB0029;
  font-weight: 600;
  line-height: 11px;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner .number-text {
  position: absolute;
  top: 16px;
  left: 11px;
  font-family: PingFangSC-Regular;
  font-size: 8px;
  color: #222222;
  text-align: center;
  font-weight: 400;
}
.show-date-picker-panel-content .ant-picker-cell-range-end .ant-picker-cell-inner .holiday-text,
.show-date-picker-panel-content .ant-picker-cell-selected .ant-picker-cell-inner .holiday-text {
  color: #FFFFFF;
}
.show-date-picker-panel-content .ant-picker-cell-range-end .ant-picker-cell-inner .number-text,
.show-date-picker-panel-content .ant-picker-cell-selected .ant-picker-cell-inner .number-text {
  color: #FFFFFF;
}
.show-date-picker-panel-content .ant-picker-cell::before {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner {
  border-radius: 4px !important;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-radius: 4px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  background: transparent;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  background: transparent;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-star .ant-picker-cell-inner {
  background: #ff9faf;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-range-hover-end.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-range-hover-start.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf;
}
.show-date-picker-panel-content .ant-picker-cell:hover.ant-picker-cell-in-view.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf !important;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #EB0029;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background: #EB0029;
}
.show-date-picker-panel-content .content-left {
  padding: 20px 20px 10px 20px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 300px;
}
.show-date-picker-panel-content .content-left .show-label {
  cursor: pointer;
  width: 108px;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 6px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}
.show-date-picker-panel-content .content-left .show-label:hover {
  background: #fde5e9;
  font-family: PingFangSC-Regular;
  color: #EB0029;
}
.show-date-picker-panel-content .content-right {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
.show-date-picker-panel-content .content-right .right-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.show-date-picker-panel-content .content-right .right-item .item-text {
  margin-right: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.show-date-picker-panel-content .content-right .right-item .styled-select {
  margin-right: 8px;
  min-width: 145px;
  width: 145px !important;
}
.show-date-picker-panel-content .content-right .right-item .styled-input-number .ant-input-number {
  width: 145px;
}
.show-date-picker-panel-bottom {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-date-picker-panel-bottom .bottom-left {
  display: flex;
  min-width: 10px;
}
.show-date-picker-panel-bottom .bottom-left .label {
  cursor: pointer;
  margin-right: 20px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #3244FF;
  line-height: 18px;
  font-weight: 400;
}
.show-date-picker-panel-bottom .bottom-right {
  display: flex;
  align-items: center;
}
.show-date-picker-panel-bottom .bottom-right .inner-text {
  margin-right: 12px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.show-date-picker-panel-bottom .bottom-right .inner-text .disabled-text {
  color: #EB0029;
}
.show-date-picker-panel-bottom .bottom-right .submit-button {
  display: flex;
  align-items: center;
  height: 36px;
}
.show-date-picker-popup .ant-picker-range-arrow {
  display: none !important;
}
.show-date-picker-popup .ant-picker-panel-container {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.component-table-wrap td.ant-table-column-sort {
  background: #fff;
}
.component-table-wrap .ant-table-pagination.ant-pagination {
  margin: 20px 0 0 0;
}
.component-table-wrap .ant-table-ping-left .ant-table-cell-fix-left-first::after,
.component-table-wrap .ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 4px -1px 9px 0px rgba(0, 0, 0, 0.03);
}
.component-table-wrap .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
  box-shadow: none;
}
.component-table-wrap .ant-table-thead th {
  font-family: PingFangSC-Light;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  font-weight: 200;
  background: #F8F8F8;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: none;
  vertical-align: top;
}
.component-table-wrap .ant-table-cell::before {
  display: none;
}
.component-table-wrap .ant-table-column-sorters {
  justify-content: flex-start;
}
.component-table-wrap .ant-table-column-title {
  flex: none;
}
.component-table-wrap .ant-table-column-sorter {
  color: #666666;
}
.component-table-wrap .ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #666666;
}
.component-table-wrap .ant-table-summary {
  display: table-header-group;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #EB0029;
  line-height: 14px;
  font-weight: 500;
}
.component-table-wrap .column-data {
  font-family: MaoYanHeiTi-Light;
}
.show-x-scrollbar .ant-table-content {
  /* 4. 滚动条轨道 */
}
.show-x-scrollbar .ant-table-content::-webkit-scrollbar {
  display: block !important;
  /* 显示滚动条 */
  width: 14px !important;
  /* 默认宽度 */
  height: 14px !important;
  /* 默认高度 */
  background: transparent;
  /* 背景透明 */
}
.show-x-scrollbar .ant-table-content::-webkit-scrollbar-track {
  background: #FAFAFA !important;
  /* 浅灰色轨道 */
  border-radius: 8px !important;
  margin: 4px 0 !important;
}
.show-x-scrollbar .ant-table-content::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #C1C1C1 !important;
  /* 灰色滑块 */
  border-radius: 8px !important;
  border: 3px solid #FAFAFA !important;
  /* 创建内边距效果 */
  background-clip: padding-box !important;
}
.show-x-scrollbar .ant-table-content::-webkit-scrollbar-thumb:hover {
  background: #7D7D7D !important;
}

.styled-input {
  display: flex;
  align-items: center;
  height: 44px;
  border: 0.5px solid #E5E5E5 !important;
  border-radius: 6px;
  position: relative;
}
.styled-input-text {
  position: absolute;
  font-family: PingFangTC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  font-weight: 400;
}
.styled-input-text .num {
  font-family: MaoYanHeiTi-Regular;
}
.styled-input-number {
  position: relative;
}
.styled-input-number .ant-input-number {
  display: flex;
  align-items: center;
  width: 200px;
  height: 44px;
  border: 0.5px solid #E5E5E5;
  border-radius: 6px;
}
.styled-input-number .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.styled-input-number-suffix {
  position: absolute;
  top: 12px;
  right: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.styled-select {
  min-width: 160px;
}
.styled-select .ant-select-selector {
  min-height: 44px;
  border: 0.5px solid #E5E5E5;
  border-radius: 6px;
}
.styled-select .ant-select-selection-item,
.styled-select .ant-select-selection-placeholder {
  margin: auto;
}
.styled-select .ant-select-arrow {
  display: none;
}
.styled-select .ant-select-selection-search {
  display: flex;
  align-items: center;
}
.styled-select .ant-select-selection-overflow-item {
  margin-right: 6px;
}
.styled-select .ant-select-selector {
  position: relative;
}
.styled-select .ant-select-selector::after {
  position: absolute;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/2fcbde750249b05aa23f490db13fcfa8.png?imageMogr2/thumbnail/2500x2500%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 16px;
  right: 11px;
  width: 10px !important;
  height: 10px;
  content: ' ';
  visibility: visible !important;
}

.component-daterange-select-wrap {
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.component-daterange-select-wrap .ant-picker-range {
  height: 22px;
  visibility: hidden;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.component-daterange-select-wrap.bordered {
  border: 0.5px solid #E5E5E5;
  border-radius: 6px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.component-daterange-select-wrap.bordered:hover {
  border-color: #eb0029;
}
.component-daterange-select-wrap.borderless {
  border: 0.5px solid transparent;
  border-radius: 6px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.time-picker {
  border: 0.5px solid #E5E5E5 !important;
  border-radius: 6px;
  height: 44px;
  width: 100%;
}
.time-picker::before {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUxMiA2NEMyNjQuNiA2NCA2NCAyNjQuNiA2NCA1MTJzMjAwLjYgNDQ4IDQ0OCA0NDggNDQ4LTIwMC42IDQ0OC00NDhTNzU5LjQgNjQgNTEyIDY0em0wIDgyMGMtMjA1LjQgMC0zNzItMTY2LjYtMzcyLTM3MnMxNjYuNi0zNzIgMzcyLTM3MiAzNzIgMTY2LjYgMzcyIDM3Mi0xNjYuNiAzNzItMzcyIDM3MnoiIC8+PHBhdGggZD0iTTY4Ni43IDYzOC42TDU0NC4xIDUzNS41VjI4OGMwLTQuNC0zLjYtOC04LThINDg4Yy00LjQgMC04IDMuNi04IDh2Mjc1LjRjMCAyLjYgMS4yIDUgMy4zIDYuNWwxNjUuNCAxMjAuNmMzLjYgMi42IDguNiAxLjggMTEuMi0xLjdsMjguNi0zOWMyLjYtMy43IDEuOC04LjctMS44LTExLjJ6IiAvPjwvc3ZnPg==");
  width: 10px;
  margin-top: 2px;
  margin-right: 6px;
  transform: scale(0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-picker-focused {
  border-color: #EB0029 !important;
}
.component-daterange-select-wrap-actived {
  border: 0.5px solid #EB0029 !important;
  box-shadow: 0 0 0 2px rgba(235, 0, 41, 0.2);
}
.select-text.placeholder-text {
  color: #bfbfbf;
}
.select-text.select-text-text {
  color: #222222;
}
.select-text-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  padding-right: 12px;
  position: relative;
  width: 100%;
}
.select-text-wrap .arrow-wrap {
  position: absolute;
  right: 0px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.select-text-wrap .arrow-wrap.open {
  transform: rotate(180deg);
  transform-origin: center;
}
.cm-show-date-picker-popup .ant-picker-cell::before {
  height: 34px;
}
.cm-show-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  height: 34px;
}
.cm-show-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after {
  height: 34px;
}
.cm-show-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after {
  height: 34px;
}
.cm-show-date-picker-popup .ant-picker-cell::before {
  height: 34px;
}
.cm-show-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-show-date-picker-popup .ant-picker-cell .ant-picker-cell-inner .holiday-text {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  font-family: PingFangSC-Semibold;
  font-size: 8px;
  color: #eb0029;
  font-weight: 600;
  line-height: 11px;
}
.cm-show-date-picker-popup .ant-picker-cell .ant-picker-cell-inner .number-text {
  position: absolute;
  top: 16px;
  left: 11px;
  font-family: PingFangSC-Regular;
  font-size: 8px;
  color: #222222;
  text-align: center;
  font-weight: 400;
}
.cm-show-date-picker-popup .ant-picker-cell-selected .ant-picker-cell-inner .holiday-text {
  color: #ffffff;
}
.cm-show-date-picker-popup .ant-picker-cell-selected .ant-picker-cell-inner .number-text {
  color: #ffffff;
}
.show-date-picker-panel-content {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eeeeee;
}
.show-date-picker-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.show-date-picker-panel .ant-picker-panel {
  border-bottom: none !important;
}
.show-date-picker-panel .show-date-picker-panel-time-picker {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.show-date-picker-panel .show-date-picker-panel-time-picker .show-date-picker-panel-time-picker-left {
  width: 50%;
  margin: 0 18px 16px 12px;
}
.show-date-picker-panel .show-date-picker-panel-time-picker .show-date-picker-panel-time-picker-right {
  width: 50%;
  margin: 0 18px 16px 12px;
}
.show-date-picker-panel .show-date-picker-panel-bottom {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}
.show-date-picker-panel .show-date-picker-panel-bottom .bottom-left,
.show-date-picker-panel .show-date-picker-panel-bottom .bottom-right {
  display: flex;
  align-items: center;
}
.show-date-picker-panel .show-date-picker-panel-bottom .bottom-left .label {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #3244ff;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
}
.show-date-picker-panel .show-date-picker-panel-bottom .bottom-left .label:not(:first-child) {
  margin-left: 20px;
}
.show-date-picker-panel .show-date-picker-panel-bottom .bottom-right .inner-text {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
  margin-right: 12px;
}
.show-date-picker-panel .show-date-picker-panel-bottom .bottom-right button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 36px;
}

