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

.cloud-custom-select-input {
  position: relative;
  width: 360px;
  height: 44px;
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
}
.cloud-custom-select-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-custom-select-panel {
  height: 1px;
  cursor: auto;
  position: relative;
  left: 12px;
}

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

.component-modal-wrap .ant-modal-footer {
  border-top: none;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}
.component-modal-wrap .ant-modal-footer .ant-btn {
  min-width: 112px;
}
.component-modal-wrap .ant-modal-title {
  line-height: 22px;
  font-size: 16px;
}
.component-modal-wrap .ant-modal-close-x {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: 22px;
  margin-right: 24px;
}
.component-modal-wrap .ant-modal-header {
  padding: 20px 24px 10px;
  border-bottom: none;
}
.component-modal-wrap .close-btn {
  width: 18px;
  height: 18px;
}
.component-modal-confirm .ant-modal-close-x {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-modal-confirm .ant-modal-close-x img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.component-modal-confirm.ant-modal-confirm .ant-modal-body {
  padding: 20px 24px;
}
.component-modal-confirm.ant-modal-confirm .ant-modal-body .ant-modal-confirm-title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 500;
}

.cloud-area-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.cloud-area-input-name {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  flex-shrink: 0;
}
.cloud-area-input-text {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cloud-area-input-span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin-right: 8px;
}
.cloud-area-input-none {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  opacity: 0.65;
}
.cloud-area-panel .area-select-panel {
  width: 660px;
  height: 440px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.cloud-area-panel .area-select-panel-content {
  display: flex;
  height: 379px;
}
.cloud-area-panel .area-select-panel-content .alpha-list {
  min-width: 101px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px;
  border-right: 1px solid #EEEEEE;
}
.cloud-area-panel .area-select-panel-content .alpha-list .alpha {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 17px;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
}
.cloud-area-panel .area-select-panel-content .left-wrap {
  width: 300px;
  border-right: 1px solid #EEEEEE;
  padding-left: 12px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  margin-left: 0px;
  border: none;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header .tab-item {
  padding: 12px 0;
  margin-right: 26px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header .tab-active-item {
  position: relative;
  font-family: PingFangSC-Semibold;
  color: #EB0029;
  font-weight: 600;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header .tab-active-item::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 3px;
  background-color: #EB0029;
  content: ' ';
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header .search-input {
  height: 32px;
  width: 100%;
  margin-left: 0px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header .search-input .ant-input-prefix {
  margin-right: 8px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-header .search-input .search-icon {
  width: 16px;
  height: 16px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content {
  display: flex;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list {
  margin-top: 0;
  height: 324px;
  width: 363px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .head-alpha-title {
  color: #999999 !important;
  margin-top: 10px !important;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .alpha-title {
  margin-top: 20px;
  margin-bottom: 13px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 14px;
  font-weight: 400;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .alpha-area-list {
  display: flex;
  flex-wrap: wrap;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .alpha-area-list .ant-checkbox-wrapper {
  align-items: flex-start;
  margin-bottom: 12px;
  margin-right: 12px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .alpha-area-list .check-area-name {
  display: inline-block;
  width: 84px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .alpha-area-list .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .area-list .alpha-area-list .ant-checkbox + span {
  padding-right: 0;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-title {
  margin-left: 16px;
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-title .search-text {
  color: #EB0029;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-list {
  margin-top: 12px;
  margin-left: 16px;
  height: calc(324px - 22px - 12px);
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-list .ant-checkbox-wrapper {
  align-items: flex-start;
  margin-bottom: 12px;
  margin-right: 12px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-list .check-area-name {
  display: inline-block;
  width: 84px;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-list .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.cloud-area-panel .area-select-panel-content .left-wrap .left-content .search-list .ant-checkbox + span {
  padding-right: 0;
}
.cloud-area-panel .area-select-panel-content .right-content {
  padding: 12px 3px 0 15px;
  flex: 1;
}
.cloud-area-panel .area-select-panel-content .right-content-title {
  margin-bottom: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.cloud-area-panel .area-select-panel-content .right-content .selected-area-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
}
.cloud-area-panel .area-select-panel-content .right-content .selected-area-list .selected-area-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 108px;
  height: 36px;
  background: #F1F1F2;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 8px;
}
.cloud-area-panel .area-select-panel-content .right-content .selected-area-list .selected-area-item .area-name {
  width: 72px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.cloud-area-panel .area-select-panel-content .right-content .selected-area-list .selected-area-item .close-icon {
  cursor: pointer;
  width: 11px;
  height: 24px;
  color: #999999;
}
.cloud-area-panel .area-select-panel-content .right-content .selected-area-list .selected-area-item:nth-child(odd) {
  margin-right: 8px;
}
.cloud-area-panel .area-select-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 16px;
  border-top: 1px solid #EEEEEE;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}
.cloud-area-panel .area-select-panel-bottom .bottom-text {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.cloud-area-panel .area-select-panel-bottom .bottom-text .bottom-num {
  color: #EB0029;
}
.cloud-area-panel .area-select-panel-bottom button {
  width: 72px;
  height: 36px;
  margin-left: 17px;
}

.cloud-cinema-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.cloud-cinema-input-name {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  flex-shrink: 0;
}
.cloud-cinema-input-text {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cloud-cinema-input-span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin-right: 8px;
}
.cloud-cinema-input-none {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  opacity: 0.65;
}
.cinema-select-panel {
  width: 680px;
  height: 440px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.cinema-select-panel-content {
  display: flex;
}
.cinema-select-panel-content .left-wrap {
  width: 424px;
  flex-shrink: 0;
  border-right: 1px solid #EEEEEE;
}
.cinema-select-panel-content .left-wrap .left-header {
  display: flex;
  align-items: center;
  margin-left: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.cinema-select-panel-content .left-wrap .left-header .tab-item {
  padding: 12px 0;
  margin-right: 30px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
}
.cinema-select-panel-content .left-wrap .left-header .tab-active-item {
  position: relative;
  font-family: PingFangSC-Semibold;
  color: #EB0029;
  font-weight: 600;
}
.cinema-select-panel-content .left-wrap .left-header .tab-active-item::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #EB0029;
  content: ' ';
}
.cinema-select-panel-content .left-wrap .left-header .search-input {
  margin-left: 14px;
  width: 160px;
  height: 32px;
}
.cinema-select-panel-content .left-wrap .left-header .search-input .ant-input-prefix {
  margin-right: 8px;
}
.cinema-select-panel-content .left-wrap .left-header .search-input .search-icon {
  width: 16px;
  height: 16px;
}
.cinema-select-panel-content .left-wrap .left-content .all-cinema-list {
  height: 336px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 0 0 16px;
}
.cinema-select-panel-content .left-wrap .left-content .all-cinema-list .all-text {
  margin-bottom: 16px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3244FF;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
}
.cinema-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.cinema-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper {
  align-items: center;
}
.cinema-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper .ant-checkbox {
  top: 0;
}
.cinema-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper .cinema-name {
  width: 354px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 14px;
  font-weight: 400;
}
.cinema-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper .cinema-local {
  width: 354px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  font-weight: 400;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list {
  display: flex;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .shadow-list {
  width: 133px;
  padding: 12px 16px 0 16px;
  height: 336px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #EEEEEE;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .shadow-list .shadow-item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  width: 100px;
  height: 44px;
  padding: 0 8px;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 14px;
  font-weight: 400;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .shadow-list .active-shadow-item {
  background: #fef2f4;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  color: #EB0029;
  font-weight: 500;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .cinema-list {
  width: 270px;
  padding: 16px 11px 0 16px;
  height: 336px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .cinema-list .num-text {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #222222;
  line-height: 14px;
  font-weight: 500;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .cinema-list .all-text {
  margin-left: 8px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3244FF;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .cinema-list .cinema-name {
  width: 220px;
}
.cinema-select-panel-content .left-wrap .left-content .shadow-cinema-list .cinema-list .cinema-local {
  width: 220px;
}
.cinema-select-panel-content .left-wrap .left-content .search-title {
  margin-left: 16px;
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}
.cinema-select-panel-content .left-wrap .left-content .search-title .search-text {
  color: #EB0029;
}
.cinema-select-panel-content .left-wrap .left-content .search-list {
  height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 12px;
  margin-left: 16px;
}
.cinema-select-panel-content .right-content {
  padding: 12px 16px 0 15px;
  flex: 1;
}
.cinema-select-panel-content .right-content-title {
  margin-bottom: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.cinema-select-panel-content .right-content .selected-cinema-list {
  height: 333px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cinema-select-panel-content .right-content .selected-cinema-list .selected-cinema-item {
  display: flex;
  align-items: center;
  width: 224px;
  height: 36px;
  background: #F1F1F2;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 8px;
}
.cinema-select-panel-content .right-content .selected-cinema-list .selected-cinema-item .cinema-name {
  display: -webkit-box;
  width: 188px;
  max-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.cinema-select-panel-content .right-content .selected-cinema-list .selected-cinema-item .close-icon {
  cursor: pointer;
  width: 11px;
  height: 24px;
  color: #999999;
}
.cinema-select-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 16px;
  border-top: 1px solid #EEEEEE;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}
.cinema-select-panel-bottom .bottom-text {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.cinema-select-panel-bottom .bottom-text .bottom-num {
  color: #EB0029;
}
.cinema-select-panel-bottom button {
  width: 72px;
  height: 36px;
  margin-left: 17px;
}

.shadow-line-input {
  display: flex;
  align-items: center;
}
.shadow-line-input-text {
  display: inline-block;
  max-width: 150px;
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shadow-line-select-panel {
  width: 660px;
  height: 440px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.shadow-line-select-panel-content {
  display: flex;
}
.shadow-line-select-panel-content .left-wrap {
  width: 404px;
  border-right: 1px solid #EEEEEE;
}
.shadow-line-select-panel-content .left-wrap .left-header {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.shadow-line-select-panel-content .left-wrap .left-header .search-input {
  margin-top: 12px;
  width: 372px;
  height: 32px;
}
.shadow-line-select-panel-content .left-wrap .left-header .search-input .ant-input-prefix {
  margin-right: 8px;
}
.shadow-line-select-panel-content .left-wrap .left-header .search-input .search-icon {
  width: 16px;
  height: 16px;
}
.shadow-line-select-panel-content .left-wrap .left-content .all-cinema-list {
  height: 336px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 10px 0 16px;
}
.shadow-line-select-panel-content .left-wrap .left-content .all-cinema-list .all-text {
  margin-bottom: 16px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3244FF;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
}
.shadow-line-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.shadow-line-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper {
  align-items: center;
}
.shadow-line-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper .ant-checkbox {
  top: 0;
}
.shadow-line-select-panel-content .left-wrap .left-content .ant-checkbox-wrapper .cinema-name {
  width: 354px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 13px 0;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 14px;
  font-weight: 400;
}
.shadow-line-select-panel-content .left-wrap .left-content .search-title {
  margin-left: 16px;
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}
.shadow-line-select-panel-content .left-wrap .left-content .search-title .search-text {
  color: #EB0029;
}
.shadow-line-select-panel-content .left-wrap .left-content .search-list {
  height: 293px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 12px;
  margin-left: 16px;
}
.shadow-line-select-panel-content .right-content {
  padding: 12px 16px 0 15px;
  flex: 1;
}
.shadow-line-select-panel-content .right-content-title {
  margin-bottom: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.shadow-line-select-panel-content .right-content .selected-cinema-list {
  height: 333px;
  overflow-y: auto;
  overflow-x: hidden;
}
.shadow-line-select-panel-content .right-content .selected-cinema-list .selected-cinema-item {
  display: flex;
  align-items: center;
  width: 224px;
  height: 36px;
  background: #F1F1F2;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 8px;
}
.shadow-line-select-panel-content .right-content .selected-cinema-list .selected-cinema-item .cinema-name {
  display: -webkit-box;
  width: 178px;
  max-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.shadow-line-select-panel-content .right-content .selected-cinema-list .selected-cinema-item .close-icon {
  cursor: pointer;
  width: 11px;
  height: 24px;
  color: #999999;
}
.shadow-line-select-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 16px;
  border-top: 1px solid #EEEEEE;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}
.shadow-line-select-panel-bottom .bottom-text {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.shadow-line-select-panel-bottom .bottom-text .bottom-num {
  color: #EB0029;
}
.shadow-line-select-panel-bottom button {
  width: 72px;
  height: 36px;
  margin-left: 17px;
}

.schedule-container:last-child {
  border-bottom: none;
}
.schedule-container {
  height: 86px;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 86px;
  text-align: left;
  font-family: PingFangSC-Light;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 200;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.schedule-container .left {
  width: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.schedule-container .left .title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
}
.schedule-container .left .btn {
  margin-top: 5.5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.schedule-container .left .btn .text {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  text-align: right;
  line-height: 1.4;
  font-weight: 400;
}
.schedule-container .left .btn img {
  width: 10px;
  height: 10px;
  margin-left: 2px;
}
.schedule-container .center-left {
  display: flex;
  align-items: center;
  width: 160px;
}
.schedule-container .center-left .input {
  width: 56px;
}
.schedule-container .center-left input {
  font-size: 12px !important;
  width: 56px;
  font-family: MaoYanHeiTi-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.schedule-container .center-left .bold {
  font-family: PingFangSC-Medium !important;
  font-size: 12px !important;
}
.schedule-container .center-left .text {
  color: #222222 !important;
  margin-right: 7px;
}
.schedule-container .center-left .unit {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.schedule-container .center-right {
  width: 160px;
  display: flex;
  align-items: center;
  margin: 0 24px;
}
.schedule-container .center-right input {
  font-size: 12px !important;
  font-family: MaoYanHeiTi-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.schedule-container .center-right .bold {
  font-family: PingFangSC-Medium !important;
  font-size: 12px !important;
}
.schedule-container .center-right .text {
  color: #222222 !important;
  margin-right: 7px;
}
.schedule-container .warn {
  border: 1px solid red;
  border-radius: 4px;
}
.schedule-container .custom-content {
  font-family: PingFangSC-Regular;
  font-size: 12px !important;
  line-height: 1.4;
  font-weight: 400;
  color: #999999;
  width: 140px;
  height: 32px;
  background: #f8f8f8;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
}
.schedule-container .center {
  width: calc(100% - 164px - 132px);
  display: flex;
  align-items: center;
}
.schedule-container .center .box {
  width: 190px;
  height: 36px;
  margin-right: 8px;
}
.schedule-container .center .box .box-list {
  cursor: pointer;
  padding: 4px 0px;
  background: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.schedule-container .center .box .box-list .active {
  background: #fff6f8 !important;
  color: #eb0029 !important;
}
.schedule-container .center .box .box-list .gray {
  color: #999999 !important;
  cursor: auto !important;
}
.schedule-container .center .box .box-list .item {
  padding-left: 12px;
  height: 36px;
  font-family: MaoYanHeiTi-Regular;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
  line-height: 36px;
}
.schedule-container .center .box .box-list .item:hover {
  background: rgba(204, 204, 204, 0.2) !important;
}
.schedule-container .center .box .content {
  width: auto;
  height: auto;
  border-radius: 4px;
  position: relative;
}
.schedule-container .center .box .content .custom {
  border-radius: 4px;
  padding: 8px 8px;
  background: #f8f8f8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.schedule-container .center .box .content .custom .gray {
  color: #999999 !important;
}
.schedule-container .center .box .content .custom .left {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
}
.schedule-container .center .box .content .custom img {
  width: 10px;
  height: 10px;
}
.schedule-container .center .hall {
  width: 145px;
  height: 36px;
}
.schedule-container .center .hall .hall-list {
  cursor: pointer;
  padding: 4px 0px;
  background: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.schedule-container .center .hall .hall-list .active {
  background: #fff6f8 !important;
  color: #eb0029 !important;
}
.schedule-container .center .hall .hall-list .gray {
  color: #999999 !important;
  cursor: auto !important;
}
.schedule-container .center .hall .hall-list .item {
  padding-left: 12px;
  height: 36px;
  font-family: MaoYanHeiTi-Regular;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
  line-height: 36px;
}
.schedule-container .center .hall .hall-list .item:hover {
  background: rgba(204, 204, 204, 0.2) !important;
}
.schedule-container .center .hall .warn {
  border: 1px solid red;
}
.schedule-container .center .hall .content {
  width: auto;
  height: auto;
  border-radius: 4px;
  position: relative;
}
.schedule-container .center .hall .content .custom {
  border-radius: 4px;
  padding: 8px 8px;
  background: #f8f8f8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.schedule-container .center .hall .content .custom .gray {
  color: #999999 !important;
}
.schedule-container .center .hall .content .custom .left {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
}
.schedule-container .center .hall .content .custom img {
  width: 10px;
  height: 10px;
}
.schedule-container .right {
  width: 164px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.schedule-container .right .content {
  font-family: PingFangSC-Regular;
  font-size: 12px !important;
  line-height: 1.4;
  font-weight: 400;
  color: #999999;
  width: 140px;
  height: 32px;
  background: #f8f8f8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
  font-size: 12px;
}
.schedule-container .right .content .input {
  font-family: PingFangSC-Regular;
  font-size: 12px !important;
}
.schedule-container .right .content input {
  font-size: 12px !important;
  font-family: MaoYanHeiTi-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.schedule-container .right .content .bold {
  font-family: PingFangSC-Medium !important;
  font-size: 12px !important;
}
.schedule-container .right .content .text {
  color: #222222 !important;
  margin-right: 7px;
}
.schedule-container .right .content .del {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.schedule-container .multiple-popover-wrap .ant-popover-inner-content {
  padding: 6px 10px;
}
.multiple-popover-wrap .multiple-pop {
  max-width: 220px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
  white-space: pre-line;
  font-size: 12px;
}
.multiple-popover-wrap .white-multiple-pop {
  color: #000;
}
.multiple-popover-wrap .white-multiple-pop-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multiple-popover-wrap .white-multiple-pop-title-name {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 600;
}
.multiple-popover-wrap .white-multiple-pop-content {
  display: flex;
  align-items: center;
}
.multiple-popover-wrap .white-multiple-pop-content-name {
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 400;
}
.multiple-popover-wrap .white-multiple-pop-content-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  text-align: right;
  line-height: 1.4;
  font-weight: 400;
}
.multiple-popover-wrap .ant-popover-inner {
  border-radius: 10px;
}
.multiple-popover-wrap .ant-popover-title {
  border-bottom: none;
  padding-top: 16px;
  padding-bottom: 2px;
  line-height: 20px;
  min-height: 20px;
}
.multiple-popover-wrap .ant-popover-inner-content {
  padding: 6px 10px;
}
.multiple-popover-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multiple-popover-wrap .close-btn {
  background-image: url('https://p0.pipi.cn/rock/prod/common/image/6a6d2feb2dee3002984b7f9f8d9c472d.png?imageMogr2/thumbnail/2500x2500%3E');
  width: 16px;
  height: 16px;
  background-size: cover;
  cursor: pointer;
  flex-shrink: 0;
}
.is-multiple {
  color: rgba(235, 0, 41);
  background-color: rgba(235, 0, 41, 0.2);
  border-radius: 4px;
  padding: 0 2px;
  margin-left: 2px;
}
.schedulemodal {
  width: 476px;
  height: 600px;
  background: #ffffff;
  border-radius: 10px;
  pointer-events: auto !important;
}
.schedulemodal-title {
  padding-left: 24px;
  padding-top: 23px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.schedulemodal-title-num {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 600;
}
.schedulemodal-title-option {
  border: 0.5px solid #222222;
  border-radius: 3px;
  margin-left: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  padding-left: 4px;
  padding-right: 4px;
}
.schedulemodal-title-close {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 18px;
  bottom: 3.5px;
  cursor: pointer;
}
.schedulemodal .schedulemodal-title-tip-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 24px;
}
.schedulemodal .schedulemodal-title-tip-box .schedulemodal-title-tip {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  text-align: right;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
}
.schedulemodal .schedulemodal-title-tip-box .schedulemodal-title-tip .schedulemodal-title-tip-down {
  transform: rotate(270deg);
}
.schedulemodal .schedulemodal-title-tip-box .schedulemodal-title-tip-checkbox-text {
  margin: 0 20px 0 6px;
  color: rgba(235, 0, 41);
  padding: 2px 4px;
  border-radius: 4px;
  background-color: rgba(235, 0, 41, 0.2);
}
.schedulemodal-table::-webkit-scrollbar {
  width: 0;
}
.schedulemodal-table {
  margin-top: 21px;
  height: 467px;
  overflow-y: auto;
}
.schedulemodal-table .box {
  padding-right: 12px !important;
}
.schedulemodal-table .hall {
  padding-right: 17px !important;
}
.schedulemodal-table .ant-table-thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.schedulemodal-table .ant-table-thead .ant-table-cell::before {
  display: none;
}
.schedulemodal-table .ant-table-thead .ant-table-cell {
  padding: 12px 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: PingFangSC-Light;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 200;
  border: none;
}
.schedulemodal-table .ant-table-thead .ant-table-cell:first-child {
  padding: 9.5px 10px 10px 24px;
  height: 40px;
}
.schedulemodal-table .ant-table-thead .ant-table-cell:nth-child(2) {
  padding-left: 10px;
}
.schedulemodal-table .ant-table-thead .ant-table-cell:last-child {
  padding-right: 20px;
}
.schedulemodal-table .ant-table-tbody > tr > td {
  padding: 0 12px;
}
.schedulemodal-table .ant-table-tbody > tr > td:first-child {
  padding-left: 24px;
  padding-right: 10px;
}
.schedulemodal-table .ant-table-tbody > tr > td:nth-child(2) {
  padding-left: 10px;
}
.schedulemodal-table .ant-table-tbody > tr > td:last-child {
  padding-right: 20px;
}
.schedulemodal-table .ant-table-column-sorters {
  display: inline-flex;
  justify-content: flex-start;
}
.schedulemodal-table .ant-table-column-sorters .ant-table-column-title {
  flex: none;
}
.schedulemodal-table .ant-table-row {
  height: 86px;
}
.schedulemodal-table .ant-table-tbody > tr.ant-table-row-selected > td {
  background: none;
}
.schedulemodal-table .ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #fafafa;
}
.schedulemodal-table .ant-table-column-sorter-up {
  padding-top: 1px;
}
.schedulemodal-table .ant-table-column-sorter-up,
.schedulemodal-table .ant-table-column-sorter-down {
  font-size: 8px;
}
.schedulemodal-table .ant-table-column-sorter {
  height: 16px;
}
.schedulemodal-bottm {
  width: 100%;
  height: 66px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.schedulemodal-bottm-bg {
  width: 100%;
  height: 60px;
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0 0 10px 10px;
}
.schedulemodal-bottm-bg-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.schedulemodal-bottm-bg-left-check {
  width: 14px;
  cursor: pointer;
}
.schedulemodal-bottm-bg-left-text {
  margin-left: 26px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 1.4;
  font-weight: 400;
}
.schedulemodal-bottm-bg-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.schedulemodal-bottm-bg-right-text1 {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  text-align: right;
  line-height: 1.4;
  font-weight: 500;
}
.schedulemodal-bottm-bg-right-num {
  font-family: MaoYanHeiTi-Regular;
  font-size: 18px;
  color: #eb0029;
  text-align: right;
  line-height: 1.4;
  font-weight: 400;
  margin-left: 4px;
  margin-bottom: 3px;
}
.schedulemodal-bottm-bg-right-text2 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #eb0029;
  text-align: right;
  line-height: 1.4;
  font-weight: 400;
}
.schedulemodal-bottm-bg-right-btn {
  width: 72px;
  height: 36px;
  background: #eb0029;
  border-radius: 4px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  line-height: 36px;
  margin-left: 22px;
  cursor: pointer;
}
.schedulemodal .component-table-wrap .ant-table-thead th {
  line-height: normal !important;
}
.schedulemodal .ant-table-tbody > tr.ant-table-row-selected > td {
  background-color: #ffffff !important;
}
.schedulemodal .ant-table-thead > tr > th,
.schedulemodal .ant-table-tbody > tr > td,
.schedulemodal .ant-table tfoot > tr > th,
.schedulemodal .ant-table tfoot > tr > td {
  padding: 16px 0px !important;
}
.schedulemodal .search-input {
  margin-left: 20px;
  width: 200px;
  height: 32px;
}
.schedulemodal .search-input .ant-input-prefix {
  margin-right: 8px;
}
.schedulemodal .search-input .search-icon {
  width: 16px;
  height: 16px;
}

.cloud-area-cinema-select {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.component-buy-modal-wrap .ant-modal-body {
  padding: 0;
}
.component-buy-modal-wrap .ant-btn[disabled] {
  color: #fff;
  border-color: #EB0029;
  background: #EB0029;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
  opacity: 0.4;
}
.component-buy-modal-wrap .buy-modal-content .baseinfo-desc {
  padding: 20px 24px 0 24px;
}
.component-buy-modal-wrap .buy-modal-content .baseinfo-desc h1 {
  font-family: PingFangSC-Medium;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
}
.component-buy-modal-wrap .buy-modal-content .baseinfo-desc h2 {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  font-weight: 400;
  margin-top: 8px;
}
.component-buy-modal-wrap .buy-modal-content .baseinfo-desc h2 .need-pay {
  color: #EB0029;
}
.component-buy-modal-wrap .buy-modal-content .pay-tips {
  padding: 8px 24px;
  background: #FFF9F1;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FF9400;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.component-buy-modal-wrap .buy-modal-content .pay-tips .tip-no {
  display: inline-block;
  width: 13px;
}
.component-buy-modal-wrap .buy-modal-content .project-info {
  display: flex;
  margin-top: 24px;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-desc {
  width: 92px;
  padding-top: 12px;
  padding-left: 24px;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail {
  flex: 1;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 4px;
  margin-right: 24px;
  padding: 12px;
  display: flex;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-poster {
  width: 48px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-poster img {
  width: 100%;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-poster::after {
  content: ' ';
  display: block;
  width: 48px;
  height: 64px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-lines {
  flex: 1;
  overflow: hidden;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-lines .project-name {
  flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-lines .project-metadata {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  line-height: 1.4;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-lines .project-metadata div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-remain {
  text-align: right;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-remain .remain-amount {
  font-family: MaoYanHeiTi-Regular;
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  font-weight: 400;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-remain .remain-amount .unit {
  font-family: PingFangSC-Regular;
  font-size: 12px;
}
.component-buy-modal-wrap .buy-modal-content .project-info .project-detail .project-remain .remain-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  text-align: right;
  font-weight: 400;
  margin-top: 4px;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount {
  position: relative;
  margin-top: 23px;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-desc {
  padding-top: 11px;
  width: 68px;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .amount-input-val {
  font-family: MaoYanHeiTi-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  padding-top: 11px;
  padding-left: 13px;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .amount-input-val .unit {
  font-family: PingFangSC-Regular;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-input-container {
  flex: 1;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-input-container .pay-amount-input {
  padding: 12px;
  display: flex;
  align-items: center;
  background: #F8F8F8;
  border-radius: 4px;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-input-container .pay-amount-input input {
  color: #333;
  padding: 0;
  border: none;
  box-shadow: none;
  background: #F8F8F8;
  font-size: 14px;
  font-family: MaoYanHeiTi-Regular;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-input-container .pay-amount-input .unit {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-input-container .input-error-msg {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #EB0029;
  line-height: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-tooltip {
  position: absolute;
  top: -25px;
  left: 87px;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-tooltip .tooltip-content {
  min-width: 44px;
  min-height: 34px;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  word-wrap: break-word;
  background-color: #323232;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-tooltip .tooltip-arrow {
  position: relative;
}
.component-buy-modal-wrap .buy-modal-content .pay-amount .pay-amount-tooltip .tooltip-arrow:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: ' ';
  display: block;
  border-top: 5px solid #323232;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 10px;
  height: 10px;
}
.component-buy-modal-wrap .buy-modal-content .button-area {
  padding: 36px 24px 24px 24px;
  text-align: right;
}
.component-buy-modal-wrap .buy-modal-content .button-area .btn-paid {
  margin-left: 10px;
}
.component-buy-modal-wrap .buy-modal-content .pay-type {
  height: 46px;
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.component-buy-modal-wrap .buy-modal-content .pay-type .pay-type-title {
  width: 80px;
  text-align: right;
  margin-right: 10px;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-code {
  width: 200px;
  height: 200px;
  background-size: 100% 100%;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-code-title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3366ff;
  line-height: 18px;
  font-weight: 400;
}
.component-buy-modal-wrap .buy-modal-content .pay-type-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FF9400;
  line-height: 18px;
  font-weight: 400;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-code-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-code-error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #FFF9F1;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #eb0029;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-error-title {
  font-size: 16px;
}
.component-buy-modal-wrap .buy-modal-content .pay-type-icon {
  width: 38px;
  height: 20px;
  margin-left: 10px;
  background-size: 100% 100%;
}
.component-buy-modal-wrap .buy-modal-content .pay-type-wx-icon {
  width: 22px;
  height: 20px;
  margin-left: 10px;
  background-size: 100% 100%;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-code-success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #00ff00;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-success-title {
  font-size: 20px;
  color: #00ff00;
}
.component-buy-modal-wrap .buy-modal-content .pay-qr-success {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}

.component-download-wrap {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #556994;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

