.component-movie-select-wrap .movie-select-input {
  position: relative;
  width: 360px;
  height: 44px;
  background: #F2F2F2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
}
.component-movie-select-wrap .movie-select-input .pic-stack {
  position: relative;
  margin-left: 8px;
  width: 28px;
  height: 36px;
  content: ' ';
}
.component-movie-select-wrap .movie-select-input .pic-stack-item {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 28px;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.component-movie-select-wrap .movie-select-input .pic-stack-item:nth-child(2) {
  z-index: 6;
  left: 10px;
}
.component-movie-select-wrap .movie-select-input .pic-stack-item:nth-child(3) {
  z-index: 5;
  left: 20px;
}
.component-movie-select-wrap .movie-select-input .pic-stack-item:nth-child(4) {
  z-index: 4;
  left: 30px;
}
.component-movie-select-wrap .movie-select-input .pic-stack-item:nth-child(5) {
  z-index: 3;
  left: 40px;
}
.component-movie-select-wrap .movie-select-input .pic-stack-item:nth-child(6) {
  z-index: 2;
  left: 50px;
}
.component-movie-select-wrap .movie-select-input .show-movie {
  display: inline-flex;
}
.component-movie-select-wrap .movie-select-input .show-movie .show-movie-name {
  display: inline-block;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.component-movie-select-wrap .movie-select-input .nopic-show-movie {
  margin-left: 8px;
  display: inline-block;
  max-width: 98px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.component-movie-select-wrap .movie-select-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: ' ';
}
.component-movie-select-wrap .movie-select-panel {
  width: 592px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.component-movie-select-wrap .movie-select-panel-content {
  display: flex;
}
.component-movie-select-wrap .movie-select-panel-content .left-content {
  width: 359px;
  padding: 16px 15px 0 16px;
  border-right: 1px solid #EEEEEE;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .search-input {
  width: 328px;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .search-input .ant-input-prefix {
  margin-right: 8px;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .search-input .search-icon {
  width: 16px;
  height: 16px;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .movie-list-wrap {
  margin-top: 6px;
  height: 286px;
  overflow-y: auto;
  overflow-x: hidden;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .movie-list-wrap .type-movie-list:not(:first-child) {
  margin-top: 8px;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .movie-list-wrap .movie-list-title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 4px;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .movie-list-wrap .search-title {
  margin-top: 6px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .movie-list-wrap .search-title .search-text {
  color: #EB0029;
}
.component-movie-select-wrap .movie-select-panel-content .left-content .movie-list-wrap .group-movie-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card-check-box {
  align-items: center;
  margin-bottom: 8px;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card-check-box .ant-checkbox {
  top: 0;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card-check-box:nth-child(odd) {
  margin-right: 7px;
}
.component-movie-select-wrap .movie-select-panel-content .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card {
  margin: 4px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card img {
  width: 30px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-right: 4px;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card .movie-name {
  width: 94px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #222222;
  line-height: 14px;
  font-weight: 500;
}
.component-movie-select-wrap .movie-select-panel-content .movie-card .release-time {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #999999;
  line-height: 14px;
  font-weight: 400;
  min-width: 10px;
  min-height: 14px;
}
.component-movie-select-wrap .movie-select-panel-content .right-content {
  padding: 21px 16px 0 16px;
  height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-list {
  margin-top: 7px;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-list .selected-movie-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  background: #F1F1F2;
  border-radius: 4px;
  padding: 8px 10px;
  margin-top: 8px;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-list .selected-movie-item .movie-name {
  width: 165px;
  overflow: hidden;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
  margin-bottom: 2px;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-list .selected-movie-item .release-time {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #999999;
  line-height: 10px;
  font-weight: 400;
  min-width: 10px;
  min-height: 10px;
}
.component-movie-select-wrap .movie-select-panel-content .right-content .selected-movie-list .selected-movie-item .close-icon {
  cursor: pointer;
  width: 11px;
  height: 24px;
  color: #999999;
}
.component-movie-select-wrap .movie-select-panel-bottom {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border-top: 1px solid #EEEEEE;
}
.component-movie-select-wrap .movie-select-panel-bottom .bottom-text {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.component-movie-select-wrap .movie-select-panel-bottom .bottom-text .bottom-num {
  color: #EB0029;
}
.component-movie-select-wrap .movie-select-panel-bottom button {
  width: 72px;
  height: 36px;
  margin-left: 16px;
}

.split-check {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.split-check .no-select {
  width: 16px;
  height: 16px;
  content: ' ';
  border-radius: 50%;
  border: 1px solid #222222;
}
.split-check .selected {
  width: 16px;
  height: 16px;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/a784d240359d393133775ffa2ab7cc84.png?imageMogr2/thumbnail/2500x2500%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.split-check-text {
  margin-left: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}

.component-tabs-wrap .ant-tabs-tab {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
}
.component-tabs-wrap .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 40px;
}
.component-tabs-wrap.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.component-tabs-wrap.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.component-tabs-wrap.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.component-tabs-wrap.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 3px;
}

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

.date-range-selector .range-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.date-range-selector .range-item .item-text {
  margin-right: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.date-range-selector .range-item .styled-select {
  margin-right: 8px;
  min-width: 145px;
  width: 145px !important;
}
.date-range-selector .range-item .styled-input-number .ant-input-number {
  width: 145px;
}
.date-range-selector .relative-text {
  margin-top: 10px;
  margin-left: 72px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.q5ScEdFerdyIocrg2B89 .ant-message-notice-content {
  padding: 10px 16px;
  background: #EFFFF2;
  border: 1px solid #ADE4B6;
  border-radius: 6px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  line-height: 20px;
}
.x8pwJ7kbBbwgx2Uiaxq4 .ant-message-notice-content {
  padding: 10px 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  line-height: 20px;
  background: #FFF4E5;
  border: 1px solid #FF9400;
  border-radius: 6px;
}
.DOur8mUv80_Nj3chYfbI .ant-message-notice-content {
  padding: 10px 16px;
  background: #FFFCFC;
  border: 1px solid #FF9DAE;
  border-radius: 6px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  line-height: 20px;
}

.picker-container {
  position: relative;
}
.picker-container .hidden-picker {
  visibility: hidden;
  height: 44px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.picker-container .picker-input {
  cursor: pointer;
  position: relative;
  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;
}
.picker-container .picker-input .type-text {
  height: 14px;
}
.picker-container .picker-input .show-text {
  margin-left: 10px;
  margin-right: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  white-space: nowrap;
}
.picker-container .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: ' ';
}
.cloud-picker .picker-input {
  width: 100%;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 0 12px;
}
.cloud-picker .picker-input::after {
  position: absolute;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/af9987cdf8acacd15fb601e3be378351.png?imageMogr2/thumbnail/2500x2500%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 16px;
  right: 13px;
  width: 10px;
  height: 10px;
  content: ' ';
}
.cloud-picker .show-text {
  margin-left: 0 !important;
  font-family: PingFangSC-Medium !important;
  font-size: 14px !important;
  color: #222222 !important;
  font-weight: 500;
}
.cloud-picker .no-show-text {
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.datepicker-panel {
  display: flex;
  width: 100%;
  padding-top: 42px;
  position: relative;
  height: 100%;
}
.datepicker-panel.no-relative {
  padding-top: 0;
}
.datepicker-panel .filter-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}
.datepicker-panel .date-range-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.datepicker-panel .date-range-panel .panel-bottom {
  border-top: 1px solid #f0f0f0;
  position: relative;
}
.datepicker-panel .date-range-panel .panel-bottom .panel-right {
  margin-left: auto;
}
.datepicker-panel .date-range-content {
  padding: 20px;
  flex: 1;
}
.datepicker-panel .type-list {
  width: 123px;
  padding: 12px;
  border-right: 1px solid #EEEEEE;
}
.datepicker-panel .type-list .type-content {
  padding: 8px 0 8px 24px;
  margin-bottom: 6px;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  line-height: 20px;
}
.datepicker-panel .type-list .selected-type {
  position: relative;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #EB0029;
  font-weight: 500;
}
.datepicker-panel .type-list .selected-type::after {
  position: absolute;
  content: ' ';
  top: 12px;
  left: 12px;
  width: 2px;
  height: 12px;
  background: #EB0029;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.datepicker-panel .panel-content {
  flex: 1;
}
.datepicker-panel .panel-content .ant-picker-date-panel .ant-picker-cell .ant-picker-cell-inner {
  width: 34px;
}
.datepicker-panel .panel-content .ant-picker-cell .ant-picker-cell-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-panel .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;
}
.datepicker-panel .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;
}
.datepicker-panel .panel-content .ant-picker-cell-range-end .ant-picker-cell-inner .holiday-text,
.datepicker-panel .panel-content .ant-picker-cell-selected .ant-picker-cell-inner .holiday-text {
  color: #FFFFFF;
}
.datepicker-panel .panel-content .ant-picker-cell-range-end .ant-picker-cell-inner .number-text,
.datepicker-panel .panel-content .ant-picker-cell-selected .ant-picker-cell-inner .number-text {
  color: #FFFFFF;
}
.datepicker-panel .panel-content .ant-picker-cell::before {
  height: 34px;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  height: 34px;
}
.datepicker-panel .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;
}
.datepicker-panel .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;
}
.datepicker-panel .panel-content .ant-picker-cell .ant-picker-cell-inner {
  border-radius: 4px !important;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-radius: 4px;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.datepicker-panel .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;
}
.datepicker-panel .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;
}
.datepicker-panel .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;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.datepicker-panel .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;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-star .ant-picker-cell-inner {
  background: #ff9faf;
}
.datepicker-panel .panel-content .ant-picker-date-panel .ant-picker-cell-range-hover-end.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf;
}
.datepicker-panel .panel-content .ant-picker-date-panel .ant-picker-cell-range-hover-start.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf;
}
.datepicker-panel .panel-content .ant-picker-cell:hover.ant-picker-cell-in-view.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf !important;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #EB0029;
}
.datepicker-panel .panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background: #EB0029;
}
.datepicker-panel .panel-bottom {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.datepicker-panel .panel-bottom .panel-left {
  display: flex;
  min-width: 10px;
}
.datepicker-panel .panel-bottom .panel-left .label {
  cursor: pointer;
  margin-right: 20px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #3244FF;
  line-height: 18px;
  font-weight: 400;
}
.datepicker-panel .panel-bottom .panel-right {
  display: flex;
  align-items: center;
}
.datepicker-panel .panel-bottom .panel-right .inner-text {
  margin-right: 12px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.datepicker-panel .panel-bottom .panel-right .inner-text .disabled-text {
  color: #EB0029;
}
.datepicker-panel .panel-bottom .panel-right .submit-button {
  display: flex;
  align-items: center;
  height: 36px;
}
.datepicker-panel .custom-panel-header {
  height: 43px;
  padding-left: 12px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
.datepicker-panel .custom-panel-content {
  display: flex;
  border-bottom: 1px solid #EEEEEE;
}
.datepicker-panel .custom-panel-content .left-list {
  padding: 12px 12px 0 12px;
  height: 226px;
  border-right: 1px solid #EEEEEE;
  overflow-y: auto;
  overflow-x: hidden;
}
.datepicker-panel .custom-panel-content .left-list .left-item {
  cursor: pointer;
  padding: 9px 0;
  width: 100px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  text-align: center;
  color: #222222;
  font-weight: 400;
}
.datepicker-panel .custom-panel-content .left-list .selected-item {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #EB0029;
  text-align: center;
  font-weight: 500;
  background: #fdf1f3;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.datepicker-panel .custom-panel-content .left-week-list {
  height: 270px;
}
.datepicker-panel .custom-panel-content .right-wrap {
  height: 226px;
  overflow-y: auto;
  overflow-x: hidden;
}
.datepicker-panel .custom-panel-content .right-week-wrap {
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}
.datepicker-panel .custom-panel-content .right-list {
  padding: 12px 11px 0 11px;
  width: 436px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}
.datepicker-panel .custom-panel-content .right-list .right-item {
  cursor: pointer;
  width: 98px;
  height: 54px;
  padding: 10px 0;
  margin-right: 7px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.datepicker-panel .custom-panel-content .right-list .right-item-name {
  position: relative;
  z-index: 2;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #222222;
  text-align: center;
  font-weight: 400;
}
.datepicker-panel .custom-panel-content .right-list .right-item-date {
  position: relative;
  z-index: 2;
  font-family: PingFangSC-Regular;
  font-size: 11px;
  color: #999999;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.datepicker-panel .custom-panel-content .right-list .selected-item {
  background: #EB0029;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.datepicker-panel .custom-panel-content .right-list .selected-item .right-item-name {
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
  font-weight: 500;
}
.datepicker-panel .custom-panel-content .right-list .selected-item .right-item-date {
  color: #FFFFFF;
}
.datepicker-panel .custom-panel-content .right-list .in-range-item {
  position: relative;
  background: #FDE5E9;
}
.datepicker-panel .custom-panel-content .right-list .in-range-item::before {
  position: absolute;
  top: 0;
  left: -8px;
  width: 114px;
  height: 54px;
  content: ' ';
  background: #FDE5E9;
}
.datepicker-panel .custom-panel-content .right-list .start-range-item::before {
  left: 3px;
}
.datepicker-panel .custom-panel-content .right-list .end-range-item {
  margin-right: 0;
}
.datepicker-panel .custom-panel-content .right-list .end-range-item::before {
  left: -19px;
}
.datepicker-panel .custom-panel .type2-panel {
  display: flex;
}
.datepicker-panel .custom-panel .type2-panel .schedule-list {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}
.datepicker-panel .custom-panel .type2-panel .schedule-list .schedule-item {
  padding: 2px 8px;
  margin: 5px;
  border-radius: 4px;
}
.datepicker-panel .custom-panel .type2-panel .year-list {
  height: 226px;
  overflow-y: auto;
  overflow-x: hidden;
}
.datepicker-panel .custom-panel .type2-panel .year-list .year-item {
  cursor: pointer;
  padding: 2px 8px;
  margin: 5px;
  border-radius: 4px;
}
.ant-popup .ant-picker-range-arrow {
  display: none !important;
}
.ant-popup .ant-picker-panel-container {
  min-width: 684px;
  min-height: 330px;
  border-radius: 8px;
}
.ant-popup .ant-picker-panel-container .ant-picker-header {
  height: 44px;
  align-items: center;
}

.zny8upuG7mMAv3hN_F3d {
  z-index: 1100;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: #F1F1F2;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  padding: 10px;
  padding-right: 30px;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.zny8upuG7mMAv3hN_F3d:active {
  background: rgba(221, 221, 221, 0.8);
}
.I67OPiSDTsAm_o7OnNew {
  position: absolute;
  right: 0px;
  width: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.I67OPiSDTsAm_o7OnNew img {
  width: 9px;
  height: 9px;
  margin-right: 10px;
  cursor: pointer;
}

.sortable-helper.item {
  background: rgba(221, 221, 221, 0.8);
}
.market-index-wrap .content-wrap {
  display: flex;
}
.market-index-wrap .content-wrap .left-wrap,
.market-index-wrap .content-wrap .right-wrap {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  height: 480px;
  overflow: hidden;
}
.market-index-wrap .content-wrap .index-list-wrap,
.market-index-wrap .content-wrap .right-content-wrap {
  height: calc(480px - 46px);
  overflow-y: auto;
  overflow-x: hidden;
}
.market-index-wrap .content-wrap .right-content-wrap.with-extra {
  padding-bottom: 100px;
}
.market-index-wrap .content-wrap .left-wrap {
  width: 500px;
  margin-right: 12px;
  flex-shrink: 0;
}
.market-index-wrap .content-wrap .right-wrap {
  width: 360px;
}
.market-index-wrap .content-wrap .title-wrap {
  background: #F5F5F5;
  line-height: 22px;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
}
.market-index-wrap .content-wrap .title-wrap .left {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.market-index-wrap .content-wrap .notice {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  text-align: right;
  line-height: 22px;
  font-weight: 400;
}
.market-index-wrap .content-wrap .clear-btn,
.market-index-wrap .content-wrap .reset-btn {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3244FF;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 8px;
  vertical-align: middle;
}
.market-index-wrap .content-wrap .left div {
  display: flex;
  align-items: center;
}
.market-index-wrap .content-wrap .group-wrap {
  margin: 0 16px;
  padding: 16px 0 5px 0;
  border-bottom: 1px solid #F5F5F5;
}
.market-index-wrap .content-wrap .group-wrap:last-child {
  border-bottom: none;
}
.market-index-wrap .content-wrap .group-title-wrap {
  margin-bottom: 12px;
  line-height: 20px;
}
.market-index-wrap .content-wrap .group-title-wrap .group-name {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.market-index-wrap .content-wrap .group-title-wrap .all-check-btn {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3244FF;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.market-index-wrap .content-wrap .group-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.market-index-wrap .content-wrap .index-item-wrap {
  cursor: pointer;
  width: calc(100% / 3);
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: normal;
  vertical-align: middle;
  padding-right: 12px;
  margin-bottom: 12px;
}
.market-index-wrap .content-wrap .index-item-wrap .index-name {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.market-index-wrap .content-wrap .index-item-wrap .check-btn {
  margin-right: 8px;
  line-height: 16px;
  height: 16px;
}
.market-index-wrap .content-wrap .index-item-wrap .ant-checkbox {
  top: 0;
}
.market-index-wrap .content-wrap .index-item-wrap .empty-icon {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  font-weight: 400;
  margin-left: 2px;
}
.market-index-wrap .content-wrap .checked-list-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  padding: 16px;
}
.market-index-wrap .content-wrap .extra-select-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1200;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  padding: 8px 16px;
}
.market-index-wrap .content-wrap .extra-select-content .extra-title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.market-index-wrap .content-wrap .extra-select-content .extra-list-wrap {
  display: gird;
  grid-template-columns: 50% 50%;
}
.market-index-wrap .content-wrap .extra-select-content .extra-list-wrap .extra-check-item {
  width: 50%;
  margin-left: 0;
  margin-bottom: 4px;
}

.overview-card-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.overview-card-wrap .info-item {
  flex: 1;
  position: relative;
  border-radius: 4px;
  margin-right: 8px;
  padding: 16px 0 16px 16px;
  box-sizing: border-box;
  z-index: 1;
}
.overview-card-wrap .info-item:last-child {
  margin-right: 0;
}
.overview-card-wrap .info-item .item-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  z-index: -1;
}
.overview-card-wrap .info-item .item-header {
  display: flex;
  align-items: center;
}
.overview-card-wrap .info-item .item-header .item-name {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
}
.overview-card-wrap .info-item .item-header .item-subtext {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
}
.overview-card-wrap .info-item .item-content {
  margin-top: 8px;
}
.overview-card-wrap .info-item .item-content-num {
  font-family: MaoYanHeiTi-Regular;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  font-weight: 400;
}
.overview-card-wrap .info-item .item-content-unit {
  font-family: MaoYanHeiTi-Regular;
  font-size: 12px;
  color: #222222;
  font-weight: 400;
}
.overview-card-wrap .info-item .item-rate {
  margin-top: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  height: 18px;
  display: flex;
  align-items: center;
}
.overview-card-wrap .box-bg {
  position: relative;
}
.overview-card-wrap .box-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: linear-gradient(180deg, #FF5959 0%, #EB0029 100%);
  background-size: cover;
  border-radius: 4px;
}

