/*! 版权所有，翻版必究 */
html,
body {
  font-family: 'PingFang SC', Helvetica, Arial, 'Microsoft YaHei' !important;
}
.app-container ::selection,
.ant-modal-wrap ::selection {
  background: #b7d7fe;
  color: #333;
}
input,
button,
select,
textarea {
  border: 1px solid #cfd9e6;
  border-radius: 4px;
}
input[type='text'],
input[type='password'] {
  width: 168px;
  height: 36px;
  line-height: 36px;
  outline: none;
  padding-left: 12px;
}
input[type='radio']:checked:after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: -22px;
  left: 4px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #fff;
}
input[type='radio']:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #f03d37;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #f03d37;
  box-shadow: 0 0 1px 0 #f03d37;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 148px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  padding-left: 10px;
}
.clearfix::after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
input::placeholder,
textarea::placeholder {
  transition: color 0.2s ease-in-out;
  color: #c7c9ca;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
.ant-modal-footer button + button {
  margin-left: 15px !important;
  margin-bottom: 0 !important;
}
.ant-modal-footer {
  padding: 15px !important;
}
.ant-table-thead > tr > th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ant-table-thead > tr > th:first-child {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.ant-table-tbody > tr > td:first-child {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.ant-table-thead > tr > th:last-child {
  padding-right: 20px !important;
}
.ant-table a {
  color: #467cde !important;
}
.ant-table a:hover {
  color: #154cb1 !important;
}
.ant-pagination {
  color: #999 !important;
}
.ant-form-item {
  margin-bottom: 16px !important;
}
.ant-pagination-item {
  border: 0 !important;
}
.ant-pagination-item-active {
  border: 1px solid #f13d37 !important;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 0 !important;
}
.anticon.ant-calendar-picker-clear,
.anticon.ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar-picker-input.ant-input {
  padding: 4px 7px;
}
.ant-calendar-range-picker-input {
  padding-left: 0;
  padding-right: 0;
}
.ant-message {
  top: 50px !important;
}
.ant-form-item-label label {
  font-weight: 500;
}
.ant-popover {
  z-index: 2000 !important;
}

.my-page-content {
  color: #777;
  bottom: 0;
  max-width: 1240px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;
  overflow: auto;
  margin-bottom: 40px;
}
.my-page-content .my-page-header {
  padding-left: 0;
  padding-right: 0;
}
.page-title {
  font-size: 22px;
  color: #1a1a1a;
  line-height: 30px;
  margin: 24px 0;
  margin-left: 100px;
}
.app-container {
  min-width: 100%;
  display: flex;
  flex-direction: column;
}
.my-wrap-content {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 1240px;
  overflow: auto;
  margin: 50px auto 0;
}
.my-wrap-mobile-content {
  margin-top: 120px;
}
.my-wrap-mobile-content .ant-select-dropdown-menu-item {
  min-height: 70px !important;
  line-height: 70px;
  font-size: 50px;
}
.my-wrap-mobile-content .ant-empty-normal {
  height: 150px;
}
.my-wrap-mobile-content .ant-empty-normal .ant-empty-image {
  transform: scale(2);
  height: 100px;
  width: auto;
}
.my-wrap-mobile-content .ant-empty-normal .ant-empty-description {
  font-size: 50px;
}
.modal-dialog .modal-title {
  text-align: center;
}
.modal-dialog .modal-footer {
  text-align: center;
  padding: 24px;
}
.modal-dialog .modal-footer .btn {
  width: 132px;
  height: 42px;
}
.modal-dialog .modal-footer .btn-danger {
  color: #fff;
  background-color: #f03d37;
  margin-right: 34px;
  border-color: #da3832;
}
.modal-dialog .modal-footer .btn-danger:hover {
  background-color: #e61009;
  color: #fff;
}
.modal-dialog .ant-btn {
  background: #fff;
  color: #666666;
}
.modal-dialog .ant-btn:hover {
  border: 1px solid #f13d37;
  border-radius: 2px;
  color: #f13d37;
}
.ant-modal-confirm .ant-btn-primary:focus {
  border-color: #f13d37;
  background-color: #f13d37;
}
.modal-backdrop {
  z-index: 2998;
}
.modal[role="dialog"] {
  z-index: 2999;
}
.ant-modal-mask {
  z-index: 2998 !important;
}
.ant-modal-wrap[role="dialog"] {
  z-index: 2999;
}

.btn:active:focus {
  outline: none;
}
.btn:focus {
  outline: none;
}
input,
textarea,
select {
  padding-left: 10px;
  padding-right: 10px;
}
input:active:focus,
textarea:active:focus,
select:active:focus {
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.ant-select-search__field {
  padding: 0;
}
.form-left {
  color: #6f7e86;
}
::-webkit-input-placeholder {
  color: #6f7e86;
}
:-ms-input-placeholder {
  color: #6f7e86;
}
.textarea {
  border-radius: 10px;
}
label {
  color: #6f7e86;
  font-weight: normal;
}

.my-card {
  background: #FFFFFF;
  width: 1240px;
  margin: 30px auto;
}
.my-card .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
}
.my-card .card-title.not-line {
  border-bottom: none;
}
.my-card:first-of-type(.card-title) {
  border-top: none;
}

.custom-field-range {
  display: inline-block;
  margin-left: 8px;
  position: absolute;
  top: -8px;
}
.custom-field-range-value {
  display: flex;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 8px 12px;
  height: 36px;
  min-width: 100px;
}
.custom-field-range-value > section {
  display: flex;
  flex: 1;
  align-items: center;
}
.custom-field-range-value > section > span {
  flex: 1;
  text-align: center;
}
.custom-field-range-value > span {
  color: #c0c5cc;
}
.custom-field-range-popover .range-container {
  margin-bottom: 12px;
}
.custom-field-range-popover .range-container > span {
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  background: #f2f2f2;
  border-radius: 2px;
  margin-right: 6px;
  color: #c0c5cc;
}
.custom-field-range-popover .range-container > span:first-child {
  margin-right: 6px;
}
.custom-field-range-popover .range-container > span:last-child {
  margin-left: 6px;
}
.custom-field-range-popover .range-container > span > .ant-input {
  width: 40px;
  height: 36px;
  padding: 0 2px;
  background-color: transparent;
  border: none;
}
.custom-field-range-popover .range-container > span > .ant-input:focus {
  box-shadow: none;
}
.custom-field-range-popover .operation-row {
  margin: 0 -16px -12px;
  padding: 8px;
  border-top: 1px solid #f7f7f7;
  text-align: center;
}
.custom-field-range-popover .operation-row > .ant-btn {
  border: none;
  box-shadow: none;
  color: #f1303d;
  height: 20px;
}
.custom-field-region-selector .selected-container {
  margin: 10px 0 0;
}

.my-filter .ant-radio-wrapper {
  vertical-align: text-top;
}
.my-filter .ant-col-16 {
  width: auto;
}
.my-filter-collapsed {
  height: 0;
  overflow: hidden;
}
.my-filter-operation .ant-btn:not(:first-child) {
  margin-left: 12px;
}
.my-filter-collapsed-toggler {
  color: #666;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: flex;
}
.my-filter-collapsed-toggler > span {
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 100px;
  background-color: #f2f2f2;
  margin: 0 auto;
}
.my-filter-collapsed-toggler .anticon {
  font-size: 10px;
  font-weight: bold;
}

.fixedAlert {
  position: fixed;
  width: 604px;
  top: 110px;
  left: 50%;
  transform: translate(-50%);
  z-index: 5000;
}
.fixedAlert .ant-alert {
  padding: 20px 24px 20px 64px;
  width: 604px;
  font-size: 16px;
  margin: 0 auto;
}
.fixedAlert .ant-alert-icon,
.fixedAlert .ant-alert-with-description .ant-alert-icon {
  top: 20px;
  left: 24px;
  font-size: 24px;
}
.fixedAlert .ant-alert-message {
  font-weight: 500;
  margin-bottom: 7px;
  word-break: break-all;
}
.fixedAlert .ant-alert-description {
  color: #999;
}

.my-btn {
  display: inline-block;
  width: 120px;
  padding: 8px 0;
  font-size: 16px;
  color: #F03D37;
  text-align: center;
  background: none;
  border: 1px solid #F03D37;
  border-radius: 2px;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}
.my-btn .anticon {
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.my-btn .anticon-plus {
  font-size: 18px;
  font-weight: bold;
}
.my-btn:hover {
  color: #F03D37;
  text-decoration: none;
  opacity: 0.65;
}
.my-btn-fill {
  background: #F03D37;
  color: #fff;
}
.my-btn-fill:hover {
  color: #fff;
  background: #e61009;
  opacity: 1;
}
.my-btn-mini {
  width: 96px;
  padding: 8px 0;
  font-size: 14px;
}
.my-btn-mini-small {
  width: 100px;
}
.my-btn-small {
  width: 111px;
}
.my-btn-medium {
  width: 160px;
}
.my-btn-medium-large {
  width: 190px;
}
.my-btn-large {
  width: 220px;
  padding: 7px 0;
}
.my-btn-gray {
  color: #666;
  border: 1px solid #e3e3e3;
  background: none;
}
.my-btn-gray:hover {
  color: #F03D37;
  border: 1px solid #F03D37;
  opacity: 1;
}
.my-btn:disabled {
  background: #e4e4e4;
  border: none;
  color: #999;
}
.my-btn:disabled:hover {
  color: #999;
  opacity: 1;
}

.casecard {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.casecard-image {
  width: 100%;
  background: #EAEAEA;
}
.casecard-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.casecard-content-left {
  flex: 1;
  overflow: hidden;
}
.casecard-title {
  position: relative;
  display: block;
  font-size: 20px;
  margin: 20px 0 14px;
  padding: 0px 23px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.casecard-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  height: 22px;
  width: 5px;
  background: #F13D37;
}
.casecard-desc {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  padding: 0 0 20px 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.casecard .my-btn {
  margin: 20px;
}

.my-steps {
  text-align: center;
}
.my-steps-item {
  display: inline-block;
  position: relative;
  margin-right: 155px;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
  font-family: PingFangSC-Medium;
}
.my-steps-item-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #fff;
  background: #f03d07;
  border: 1px solid #f03d07;
  border-radius: 50%;
  vertical-align: top;
  line-height: 20px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.my-steps-item-icon .step-icon {
  position: relative;
  top: -1px;
}
.my-steps-item-content {
  display: inline-block;
}
.my-steps-item:after {
  content: '';
  position: absolute;
  width: 135px;
  height: 1px;
  background: #d8d8d8;
  left: 100%;
  top: 10px;
}
.my-steps-item:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.my-steps-item:last-child:after {
  display: none;
}
.my-steps-item-wait {
  color: #C9CFD2;
}
.my-steps-item-wait .my-steps-item-icon {
  color: #C9CFD2;
  background: transparent;
  border-color: #C9CFD2;
}
.my-steps-item-finish .my-steps-item-icon {
  background: none;
  border: none;
}
.my-steps-item-finish .my-steps-item-icon img {
  width: 100%;
  vertical-align: top;
}
.my-steps-multiline .my-steps-item {
  margin-right: 115px;
  padding-right: 0px;
}
.my-steps-multiline .my-steps-item-icon {
  margin-right: 0px;
}
.my-steps-multiline .my-steps-item-content {
  display: block;
  margin-top: 6px;
}
.my-steps-multiline .my-steps-item:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.my-steps-multiline .my-steps-item:last-child:after {
  display: none;
}
.my-steps-multiline .my-steps-item:after {
  left: 88%;
}

.text-trunaction {
  position: relative;
}
.text-trunaction-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  word-break: break-all;
}
.text-trunaction:hover .custom-tips {
  display: block;
}
.text-truncation-custom-tips {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  border: none;
}
.text-truncation-custom-tips.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  bottom: -10px;
}
.text-truncation-custom-tips.top > .arrow:after {
  display: none;
}
.text-truncation-custom-tips .popover-content {
  padding: 10px;
}

.new-table {
  word-break: break-all;
}
.new-table .status {
  position: relative;
}
.new-table .status:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5212d;
}
.status-red.new-table:before {
  background: #f5212d;
}
.status-green.new-table:before {
  background: #52c41a;
}
.status-blue.new-table:before {
  background: #1890ff;
}
.status-yellow.new-table:before {
  background: #ffbf00;
}
.new-table .export-ad {
  margin-top: 8rem;
}

.loading-root {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-mask {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(0.5px);
}

.form-sketch-picker-popover {
  padding-bottom: 0;
}
.form-sketch-picker-popover .ant-popover-arrow {
  display: none;
}
.form-sketch-picker-popover .ant-popover-inner {
  background-color: transparent;
}
.form-sketch-picker-popover .ant-popover-inner-content {
  padding: 0;
}
.form-sketch-picker .swatch {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 8px;
}
.form-sketch-picker .preview-color {
  display: inline-block;
  width: 36px;
  height: 14px;
  border-radius: 2px;
}

.form-container {
  position: relative;
}
.form-container:not(:last-child) {
  margin-bottom: 70px;
}
.form-container .cat-form-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 16px;
  margin: 85px 0 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-container .cat-form-title:first-child {
  margin-top: 0;
}
.form-container .cat-form-title h3 {
  font-size: 20px;
  margin: 0;
}
.form-container .cat-form-title .add-btn {
  width: 157px;
}
.form-container .set-detail-time {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
}
.form-container .remark-text {
  display: block;
  font-size: 12px;
  color: #c0c5cc;
  line-height: 22px;
}
.form-container .highlignt-text {
  color: #f03d37;
}
.form-container .preview {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 340px;
  height: 400px;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 20px 60px 20px 30px;
}
.form-container .preview span {
  color: #6f7e86;
  vertical-align: top;
}
.form-container .preview img {
  width: 83%;
  max-height: 100%;
  vertical-align: top;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form-group .title {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.form-group .flex-1 {
  flex: 1;
}
.form-group .form-group-hr {
  border-bottom: 1px solid #CFD9E6;
  display: block;
  border-top-width: 0;
  transform: translateX(0);
  margin-top: -20px;
}
.form-left {
  display: inline-block;
  width: 10em;
  text-align: right;
  vertical-align: top;
}
.form-right {
  display: inline-block;
  vertical-align: top;
  flex: 1;
}
.form-text .required-symbol {
  color: #F03D37;
  font-weight: 600;
  font-size: 14px;
}
.form-text-content {
  font-size: 14px;
  color: #6F7E86;
  font-weight: 600;
}
.form-text-value {
  font-size: 14px;
  color: #1A1A1A;
  margin-left: 4px;
}
.form-button {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #cfd9e6;
  padding: 7px 30px;
  color: #000;
  outline: none;
}
.form-button.default {
  color: #f03d37;
}
.form-button.large {
  width: 240px;
  height: 58px;
  border-radius: 4px;
  color: #f03d37;
  font-size: 18px;
}
.form-button.confirm {
  background-color: #f03d37;
  color: #fff;
  border-color: #da3832;
}

.wemedia-info-container {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wemedia-info-container .wemedia-info {
  text-align: left;
}
.wemedia-info-container .avatar {
  height: 38px;
  width: 38px;
  margin-right: 8px;
  border-radius: 50%;
}

.set-detail-time-btn {
  color: #f13d37;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.icon-uploader-container {
  display: flex;
}
.icon-uploader-container .icon-preview {
  height: 100px;
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.icon-uploader-container .icon-preview > img {
  height: 100px;
  width: 100px;
}
.icon-uploader-container .icon-preview .glyphicon-plus {
  color: #E3E8F0;
  font-size: 30px;
}
.icon-uploader-container .icon-preview .operation-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.icon-uploader-container .icon-preview .operation-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 12px;
  align-items: center;
}
.icon-uploader-container .icon-preview .operation-btns > span {
  flex: 1;
  line-height: 1;
  text-align: center;
}
.icon-uploader-container .icon-preview .btn-separator {
  width: 1px;
  height: 10px;
  background-color: #7c7c7c;
}
.icon-uploader-format {
  flex: 1;
  color: #6F7E86;
  margin-left: 10px;
}
.icon-uploader-format .highlight {
  color: #F03D37;
}

.movie-searcher {
  position: relative;
  display: inline-block;
}
.movie-searcher .keyword-input {
  width: 300px;
}
.movie-searcher .movie-list {
  position: absolute;
  width: 300px;
  max-height: 175px;
  background: #fff;
  top: 36px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 100;
  right: 0;
}
.movie-searcher .movie-list .movie-item {
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  padding-left: 5px;
  cursor: pointer;
}
.movie-searcher .movie-list .movie-item:hover {
  background: aliceblue;
}

.upload-file .ant-btn {
  padding: 0 17px;
}
.upload-file .ant-btn > .anticon + span,
.upload-file .ant-btn > span + .anticon {
  margin-left: 5px;
}

.region-select-container {
  font-size: 0;
}
.region-select-container .tree-options-box,
.region-select-container .tree-selected-box {
  font-size: 14px;
  display: inline-block;
  height: 565px;
  overflow: auto;
  padding: 0 6px;
}
.region-select-container .tree-select-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.region-select-container .tree-options-box {
  position: relative;
  width: 440px;
  padding: 20px 10px 0 20px;
  border-right: 1px solid #eceef5;
  vertical-align: top;
}
.region-select-container .tree-options-box .tree-search-box,
.region-select-container .tree-options-box .search-tree-select-button {
  width: 400px;
  height: 36px;
  border-radius: 2px;
}
.region-select-container .tree-options-box .tree-search-box {
  padding: 0 15px;
  border: 1px solid #cfd9e6;
}
.region-select-container .tree-options-box .search-tree-select-button {
  line-height: 36px;
  background: #f7f9fb;
  margin-top: 15px;
  padding-left: 25px;
}
.region-select-container .search-no-result {
  font-size: 14px;
  color: #c9cfd2;
  margin: 20px 0 0;
}
.region-select-container .tree-selected-box {
  width: 240px;
  padding: 28px 10px 5px 20px;
}
.region-select-container .tree-selected-box .tree-select-title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.region-select-container .tree-selected-box .tree-select-title-wrapper .delete-all-button {
  color: #467CDE;
  margin-right: 20px;
}
.region-select-container .tree-selected-box .tree-selected-list {
  padding: 0;
}
.region-select-container .tree-selected-box .tree-selected-list li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  width: 170px;
}
.region-select-container .cat-tree {
  margin: 0;
  padding: 5px;
}
.region-select-container .cat-tree li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.region-select-container .cat-tree li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #1a1a1a;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.region-select-container .cat-tree li:first-child {
  padding-top: 5px;
}
.region-select-container .cat-tree li:last-child {
  padding-bottom: 0;
}
.region-select-container .cat-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.region-select-container .cat-tree li .cat-tree-node-content-wrapper {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.region-select-container .cat-tree li .cat-tree-node-content-wrapper .cat-tree-title {
  margin: -4px 0 0 6px;
}
.region-select-container .cat-tree li span.cat-tree-checkbox {
  position: relative;
  background: #ffffff;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #cfd9e6;
  border-radius: 2px;
  cursor: pointer;
}
.region-select-container .cat-tree li span.cat-tree-checkbox-checked {
  background: #f03d37;
  border-color: #f03d37;
}
.region-select-container .cat-tree li span.cat-tree-checkbox-indeterminate {
  background: #fff;
  border-color: #cfd9e6;
}
.region-select-container .cat-tree li span.cat-tree-checkbox-checked:after,
.region-select-container .cat-tree li span.cat-tree-checkbox-indeterminate:after {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: 10px;
}
.region-select-container .cat-tree li span.cat-tree-checkbox-checked:after {
  left: 2px;
  right: 0;
  width: 10px;
  height: 5px;
  border-width: 2px;
  border-top: none;
  border-right: none;
  top: 3px;
  transform: rotate(-45deg);
}
.region-select-container .cat-tree li span.cat-tree-checkbox-indeterminate:after {
  top: 6px;
  left: 2px;
  border-color: #f03d37;
}
.region-select-container .cat-tree li span.cat-tree-switcher {
  border: 4px solid transparent;
  margin-right: 3px;
  cursor: pointer;
}
.region-select-container .cat-tree li span.cat-tree-switcher.cat-tree-switcher_open,
.region-select-container .cat-tree li span.cat-tree-switcher.cat-tree-switcher_close {
  color: #C9CFD2;
}
.region-select-container .cat-tree li span.cat-tree-switcher.cat-tree-switcher_close {
  transform: rotate(-90deg);
}
.region-select-container .cat-tree li span.cat-tree-switcher.cat-tree-switcher_open {
  transform: rotate(0deg);
}
.region-select-container .cat-tree-child-tree {
  display: none;
}
.region-select-container .cat-tree-child-tree-open {
  display: block;
}
.region-select-container .delete-icon {
  color: #d8d8d8;
  cursor: pointer;
  transition: all 0.12s ease-in-out 0.1s;
}
.region-select-container .delete-icon:hover {
  color: #f03d37;
}
.region-select-container .region-delete-icon {
  position: relative;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  background: #d8d8d8;
}
.region-select-container .region-delete-icon::before,
.region-select-container .region-delete-icon::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  width: 7px;
  border: 1px solid #fff;
  border-bottom: none;
}
.region-select-container .region-delete-icon::before {
  transform: rotate(45deg);
}
.region-select-container .region-delete-icon::after {
  transform: rotate(-45deg);
}
.region-select-container .region-delete-icon:hover {
  background: #f03d37;
}
.region-select-container .search-input-delete-icon {
  position: absolute;
  left: 405px;
  top: 29px;
}
.selected-container {
  display: inline-block;
  padding: 14px;
  background: #f7f9fb;
  border-radius: 2px;
  margin: -20px 0 12px 145px;
}
.selected-container span {
  margin-right: 10px;
  color: #1a1a1a;
  line-height: 24px;
}
.selected-container a {
  cursor: pointer;
}

.select-movie-modal .cinema-input {
  width: 669px;
  margin: 15px 15px 15px 20px;
}
.select-movie-modal .cinema-btn {
  margin: 15px 0;
  width: 72px;
  height: 36px;
  padding: 0;
  font-size: 14px;
}
.select-movie-modal .cinema-upload {
  display: flex;
  height: 36px;
  margin: 0 0 15px 20px;
}
.select-movie-modal .cinema-upload .ant-upload {
  width: 90px;
  font-size: 14px;
  color: #f03d37;
}
.select-movie-modal .cinema-upload .ant-upload-list {
  display: inline-block;
  margin: 0 0 0 15px;
}
.select-movie-modal .cinema-upload .ant-upload-list-item-error {
  color: #333 !important;
}
.select-movie-modal .cinema-upload .ant-upload-list-item-info {
  padding: 0 20px 0 4px;
}
.select-movie-modal .cinema-del-btn {
  font-size: 14px;
  color: #467cde;
  cursor: pointer;
}
.select-movie-modal .ant-table-row {
  height: auto !important;
}
.select-movie-modal .ant-table-tbody > tr > td {
  padding: 9px 0px 9px 20px !important;
  color: #1a1a1a;
}
.select-movie-modal .ant-table-thead > tr > th {
  padding: 9px 0px 9px 20px !important;
}
.select-movie-modal .ant-modal-content,
.select-movie-modal .ant-modal-body {
  height: 100% !important;
}
.select-movie-modal .ant-pagination {
  margin: 9px 0;
}

.react-table {
  border-radius: 4px;
  margin-bottom: 0;
}
.react-table th .canOrder {
  padding-right: 20px;
}
.react-table th .canOrder > span {
  position: relative;
}
.react-table th .canOrder > span:after,
.react-table th .canOrder > span:before {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  border: 7px solid transparent;
  border-top: 7px solid #bababa;
  height: 0;
  width: 0;
  margin-top: 1px;
}
.react-table th .canOrder > span:before {
  top: 50%;
  border: 7px solid transparent;
  border-top: 7px solid #bababa;
  margin-top: 1px;
}
.react-table th .canOrder > span:after {
  bottom: 50%;
  border: 7px solid transparent;
  border-bottom: 7px solid #bababa;
  margin-bottom: 1px;
}
.react-table th .canOrder .up > span:after {
  border-bottom-color: #3d3d3d;
}
.react-table th .canOrder .down > span:before {
  border-top-color: #3d3d3d;
}
.react-table > thead > tr > th {
  font-weight: normal;
  color: #6F7E86;
  border-bottom: 1px solid #ddd;
}
.react-table td {
  border: 1px solid #ddd;
}
.react-table-btn > a {
  margin-right: 12px;
}
.react-table a {
  color: #f03d37;
  font-size: 14px;
}
.react-table a:hover {
  cursor: pointer;
  text-decoration: none;
}
.react-table.striped tr:nth-child(even) {
  background-color: #FAFAFA;
}

.search-movie input {
  height: 32px;
  border: 1px solid #cfd9e6;
  border-right: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 32px;
}
.search-movie button {
  width: 90px;
  height: 32px;
  border: 1px solid #f03d37;
  background: #f03d37;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff;
}
.search-movie button:hover {
  background: #e61009;
}

.switchPlanModal {
  height: 80%;
  overflow: hidden;
  min-height: 480px;
}
.switchPlanModal .ant-modal-content {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.switchPlanModal .ant-modal-body {
  padding: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.switchPlan {
  position: relative;
  padding: 16px 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.switchPlan-with-footer {
  padding-bottom: 60px;
}
.switchPlan .new-pagination {
  padding: 0 20px;
}
.switchPlan-search {
  padding: 0 20px;
}
.switchPlan-list {
  margin: 10px 0 0;
  padding: 0;
  flex: 1;
  overflow: scroll;
}
.switchPlan-item {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 15px 20px;
  min-height: 120px;
  border-bottom: 1px solid #ECEEF5;
}
.switchPlan-item:last-child {
  border-bottom: 0px;
}
.switchPlan-item-image {
  width: 100px;
  height: 142px;
  background: #E0E0E0;
  margin-right: 18px;
}
.switchPlan-item-text {
  position: relative;
  flex: 1;
}
.switchPlan-item-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 2px 0 0;
}
.switchPlan-item-single-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.switchPlan-item-type-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.switchPlan-item-btn {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.switchPlan-item-id,
.switchPlan-item-movie-id {
  font-size: 14px;
  line-height: 25px;
}
.switchPlan .create-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 30px 5px rgba(119, 151, 178, 0.16);
}
.switchPlan .create-footer a {
  text-decoration: underline;
}
.switchPlan .no-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -10%;
  color: #C9CFD2;
}
.switchPlan .no-plan img {
  height: 50px;
}

.budget-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.budget-wrapper .budget-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
}
.budget-wrapper .budget-item .budget-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-weight: initial;
  border-bottom: 1px solid #eeeeee;
}
.budget-wrapper .budget-item .budget-value {
  width: 90%;
  height: 36px;
  display: flex;
  flex-direction: row;
}
.budget-wrapper .budget-item .amount-input {
  flex: 1;
  border: none;
}
.budget-wrapper .budget-item .form-span {
  width: 28px;
  height: 36px;
  line-height: 36px;
}
.form-group {
  margin-bottom: 20px;
}
.form-left {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  font-weight: initial;
  width: auto;
}
.form-left .red {
  color: #F13D37;
}
.form-span {
  margin: 0 10px;
}
.text-input {
  width: 220px;
  border-radius: 2px;
}
.group-create {
  margin-bottom: 10px;
}
.ant-input {
  height: 36px;
}

.modifyPlanBtn {
  color: #467cde;
  font-size: 14px;
  border: 1px solid #D5DDE8;
  border-radius: 2px;
  width: 112px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  font-weight: normal;
}
.modifyPlanBtn:hover {
  color: #467cde;
}
.ant-calendar-picker-container {
  z-index: 3000 !important;
}
.modifyPlanModal {
  width: 800px !important;
}

.popularize-plan-info .movie-info {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #EFEFEF;
}
.popularize-plan-info .info {
  display: flex;
  flex-direction: row;
  position: relative;
}
.popularize-plan-info .info-plan {
  display: flex;
  flex-direction: row;
  width: 40%;
  padding: 20px;
}
.popularize-plan-info .info-plan-single-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.popularize-plan-info .info-plan-preview-btn {
  height: 28px;
  line-height: 28px;
  margin-left: 15px;
  margin-top: 6px;
  padding: 0 8px;
  color: #467CDE;
  border: 1px solid #BACEF3;
  border-radius: 2px;
  cursor: pointer;
}
.popularize-plan-info .info-plan-preview-btn .glyphicon-menu-down {
  transition: all 0.2s;
  transform: scale(0.6);
}
.popularize-plan-info .info-plan-preview-btn.open .glyphicon-menu-down {
  transform: scale(0.6) rotate(180deg);
}
.popularize-plan-info .info-plan-image {
  width: 155px;
  height: 216px;
  background: #EFEFEF;
  margin-right: 18px;
  object-fit: cover;
}
.popularize-plan-info .info-plan-text {
  flex: 1;
  position: relative;
}
.popularize-plan-info .info-plan-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 2px 0 0;
}
.popularize-plan-info .info-plan-type-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popularize-plan-info .info-plan-switchbtn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popularize-plan-info .info-data {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #EFEFEF;
}
.popularize-plan-info .info-data-row {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
}
.popularize-plan-info .info-data-row:first-child {
  border-top: 0px;
}
.popularize-plan-info .info-data-item {
  text-align: center;
  width: 148px;
  height: 128px;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EFEFEF;
}
.popularize-plan-info .info-data-item:nth-child(n+6) {
  border-bottom: 0px;
}
.popularize-plan-info .info-data-item-key {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.popularize-plan-info .info-data-item-icon {
  width: 9px;
  height: 11px;
  margin: 0 0 4px 4px;
}
.popularize-plan-info .info-data-item-value {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.popularize-plan-info .expenditure {
  padding: 20px;
  border-top: 1px solid #EFEFEF;
  font-size: 16px;
  font-weight: 500;
}
.popularize-plan-info .expenditure-budget {
  margin-right: 40px;
}
.popularize-plan-info .expenditure-cycle {
  float: right;
}
.popularize-plan-info .red-text {
  color: #F03D37;
}
.popularize-plan-info .modifyPlanBtn {
  float: right;
  width: 100px;
  height: 28px;
  line-height: 28px;
}

.new-drag-upload .highlignt-text {
  color: #f03d37;
}
.new-drag-upload .remark-text {
  display: block;
  font-size: 12px;
  color: #c0c5cc;
  line-height: 22px;
}
.new-drag-upload .file-preview-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 200px;
  border: 1px solid #d5dde8;
  border-radius: 2px;
  text-align: center;
}
.new-drag-upload .file-preview-wrapper img,
.new-drag-upload .file-preview-wrapper video {
  max-width: 100%;
  max-height: 100%;
}

.my-ant-upload {
  display: inline-block;
  margin-right: 10px;
}
.my-ant-upload .ant-upload.ant-upload-select-picture-card {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  background: #fff;
  border: 1px solid #d5dde8;
}
.my-ant-upload .ant-upload-show-filename {
  height: auto;
  margin: 10px 0 13px;
  line-height: 1.5;
}
.my-ant-upload .ant-upload-list-picture-card .ant-upload-list-item {
  width: 100px;
  height: 100px;
  padding: 0px;
  margin: 0 20px 8px 0;
  background: #fff;
}
.my-ant-upload .ant-upload-list-picture-card .anticon {
  margin: 0 12px;
}
.my-ant-upload .ant-upload .upload-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 12px 0 4px;
}
.my-ant-upload .ant-upload .upload-button i {
  font-size: 37px;
  color: #e3e8f0;
}
.my-ant-upload .ant-upload .upload-button .upload-text {
  font-size: 14px;
  color: #c0c5cc;
}
.my-ant-upload-done {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #d5dde8;
  border-radius: 2px;
  background: #fff;
}
.my-ant-upload-done::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  z-index: 9;
}
.my-ant-upload-done img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  margin: auto;
  object-fit: contain;
}
.my-ant-upload-done .music-img {
  width: 70px;
}
.my-ant-upload-done span {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
}
.my-ant-upload-done .anticon {
  width: 16px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 12px;
  color: hsla(0, 0%, 100%, 0.85);
}
.my-ant-upload-done:hover:before {
  opacity: 1;
}
.my-ant-upload-done:hover span {
  opacity: 1;
}
.my-ant-upload-show .my-ant-upload-done::before,
.my-ant-upload-show .my-ant-upload-done span {
  display: none;
}
.my-ant-upload.hide-upload-card-wrapper .ant-upload-picture-card-wrapper {
  display: none;
}
.my-ant-upload .upload-tips {
  width: 210px;
  margin: 4px 0 0px;
  font-size: 12px;
  color: #c0c5cc;
  line-height: 1.5;
}
.my-ant-upload .upload-tips::before {
  content: '';
  display: table;
  clear: both;
}
.my-ant-upload .upload-tips span {
  color: #f03d37;
}

.pagination {
  margin: 17px 0 7px;
}
.pagination > li > a {
  color: #1A1A1A;
}
.pagination > li > a:hover {
  color: #1A1A1A;
}
.pagination > .active > a {
  background-color: #F03D37;
  border-color: #F03D37;
}
.pagination > .active > a:hover,
.pagination > .active > a:active,
.pagination > .active > a:focus,
.pagination > .active > a:visited {
  background-color: #F03D37;
  border-color: #F03D37;
}

.table-log tr > td:last-child {
  word-break: break-all;
}

.insuff-content p {
  color: #333333;
  margin: 10px 0 10px;
}
.insuff-strong {
  color: #1a1a1a;
  line-height: 30px;
}
.insuff-account {
  margin-top: 20px;
}

.radioGroup-item {
  display: inline-block;
  border: 1px solid #cfd9e6;
  border-right: 0;
  padding: 0 13px;
  height: 32px;
  line-height: 32px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
}
.radioGroup-item:first-child {
  border-radius: 2px 0 0 2px;
}
.radioGroup-item:last-child {
  border-right: 1px solid #cfd9e6;
  border-radius: 0 2px 2px 0;
}
.radioGroup-item.select {
  color: #f03d37;
  background: #f4f4f4;
}

.select-movie-modal {
  overflow-y: hidden;
  width: 923px;
  height: 680px;
}
.select-movie-modal .ant-modal-content {
  height: 680px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.select-movie-modal .ant-modal-body {
  padding: 0 0 10px 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.select-movie-modal .ant-modal-close-x {
  width: 43px;
  height: 43px;
  line-height: 43px;
  margin-right: 6px;
}
.select-movie-modal .ant-radio-button-wrapper {
  height: 32px;
  line-height: 32px;
  padding: 0 13px;
  color: #666666;
}
.select-movie-modal .ant-radio-button-wrapper-checked,
.select-movie-modal .ant-radio-button-wrapper-checked:hover,
.select-movie-modal .ant-radio-button-wrapper-checked:first-child {
  background: #f4f4f4;
  border-color: #d9d9d9;
  box-shadow: -1px 0 0 0 #d9d9d9;
}
.select-movie-modal .ant-radio-button-wrapper-checked {
  color: #f03d37;
}
.select-movie-modal .ant-modal-footer {
  padding: 20px 20px;
}
.select-movie-modal .ant-modal-footer button:last-child {
  margin-left: 15px;
}
.select-movie-modal .ant-modal-dialog {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.select-movie-modal .ant-modal-dialog .modal-footer {
  text-align: right;
  padding: 0 0 20px;
}
.select-movie-modal .ant-modal-dialog .modal-footer .btn-danger {
  margin-left: 15px;
  margin-right: 0px;
}
.select-movie-modal .btn-default {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.select-movie-modal .btn-default:hover {
  background: #ffffff;
  border: 1px solid #f13d37;
  border-radius: 2px;
  font-size: 14px;
  color: #f13d37;
  text-align: center;
}
.select-movie-modal .ant-modal-dialog .ant-modal-title {
  text-align: left;
  font-size: 16px;
}
.select-movie-modal .ant-modal-header {
  padding: 10px 20px;
}
.selectMovie {
  padding: 16px 0px 0 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.selectMovie-tooltip {
  z-index: 3000;
}
.selectMovie-header {
  display: flex;
  min-height: 32px;
  margin-right: 20px;
}
.selectMovie-header .search-movie {
  flex: 1;
  text-align: right;
}
.selectMovie .multiple-add {
  margin-left: 10px;
}
.selectMovie .multiple-add input {
  height: 32px;
  width: 210px;
  border: 1px solid #cfd9e6;
  border-right: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 32px;
}
.selectMovie .multiple-add button {
  width: 90px;
  height: 32px;
  border: 1px solid #f03d37;
  background: #f03d37;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff;
}
.selectMovie .multiple-add button:hover {
  background: #e61009;
}
.selectMovie-wrapper {
  overflow: hidden;
  height: 177px;
  position: relative;
  padding: 20px 20px 0 20px;
  font-size: 12px;
  border-top: 1px solid #eee;
}
.selectMovie-list {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
}
.selectMovie-list-content {
  float: left;
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 100px;
}
.selectMovie-list-banner {
  padding: 0;
  display: flex;
  position: absolute;
}
.selectMovie-list-banner-title {
  text-align: left;
  font-size: 14px;
}
.selectMovie-list-banner-item {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 180px;
  height: 99.4px;
  margin: 0 20px 10px 0;
  padding: 0;
  cursor: pointer;
}
.selectMovie-list-banner-image {
  width: 70px;
  background: #e0e0e0;
  margin-right: 9px;
}
.selectMovie-list-banner-text {
  position: relative;
  flex: 1;
  text-align: initial;
  font-weight: 250;
  padding-right: 20px;
  line-height: 20px;
}
.selectMovie-list-banner-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
}
.selectMovie-list-banner-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #999;
  font-weight: 300;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectMovie-list-arrow {
  float: left;
  display: block;
  line-height: 60px;
  min-width: 30px;
  text-align: center;
  color: white;
  border-radius: 4px;
  margin-top: 29px;
  cursor: pointer;
}
.selectMovie-list-arrow::after {
  content: '';
  display: inline-block;
  transform-origin: 50% 50%;
  width: 13px;
  height: 13px;
  border-right: 2px solid rgba(51, 51, 51, 0.3);
  border-top: 2px solid rgba(51, 51, 51, 0.3);
}
.selectMovie-list-left {
  margin-left: 10px;
}
.selectMovie-list-left::after {
  content: '';
  transform: translateY(-50%) rotate(225deg);
}
.selectMovie-list-right {
  margin-right: 10px;
}
.selectMovie-list-right::after {
  content: '';
  transform: translateY(-50%) rotate(45deg);
}
.selectMovie-item {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 280px;
  margin: 0 16px 20px 0;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  border: 2px solid transparent;
}
.selectMovie-item-active {
  border: #f03d37 2px solid;
  background-color: #ffeded;
}
.selectMovie-item-active-icon {
  position: absolute;
  left: 244px;
  top: 106px;
  width: 35px;
  height: 35px;
  background: url('https://p1.meituan.net/scarlett/d8f5a3124eb55b2eaa7c10b159c3aa582263.png') 101% 0 no-repeat;
  background-size: 35px;
}
.selectMovie-item:hover {
  background: #ffeded;
}
.selectMovie-item-image {
  width: 100px;
  height: 140px;
  background: #e0e0e0;
  margin-right: 15px;
}
.selectMovie-item-text {
  position: relative;
  flex: 1;
  font-size: 12px;
}
.selectMovie-item-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #333;
  width: 146px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectMovie-item-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectMovie-item-single-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.selectMovie-item-type-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  font-weight: 300;
  width: 146px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectMovie-item-switchbtn {
  position: absolute;
  bottom: 12.5px;
  right: 0;
}
.selectMovie-empty {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  transform: translate(-50%, -50%);
}
.selectMovie-empty-image {
  width: 50px;
}
.selectMovie-empty-text {
  margin: 20px 0 200px;
  color: #c9cfd2;
  font-size: 16px;
}
.selectMovie-empty-add-movie {
  width: 700px;
  text-align: center;
}
.selectMovie-empty-add-movie input {
  height: 32px;
  border: 1px solid #cfd9e6;
  border-right: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 33px;
  margin-left: 10px;
  width: 300px;
}
.selectMovie-empty-add-movie button {
  width: 90px;
  height: 32px;
  border: 1px solid #f03d37;
  background: #f03d37;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff;
}
.ant-modal {
  top: 0 !important;
}
.ant-modal-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}
.select-movie-form .movie-names {
  max-width: 805px;
  padding: 8px 14px;
  margin-top: 12px;
  background: #f7f9fb;
  border-radius: 2px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
  font-weight: bold;
}
.select-movie-form .movie-names .edit {
  margin-left: 20px;
  color: #f03d37;
  cursor: pointer;
}
.ant-popover {
  z-index: 3000 !important;
}

.query-cities-title {
  background: #f7f7f7;
  width: 100%;
  height: 40px;
  color: #333;
  line-height: 40px;
  display: flex;
  padding: 0 15px;
}
.query-cities-title :nth-child(1) {
  flex: 1;
}
.query-cities-title :nth-child(2) {
  flex: 4;
  margin: 0 30px;
}
.query-cities-content {
  display: flex;
  padding: 12px 15px;
}
.query-cities-content-open {
  color: #467cde;
  cursor: pointer;
}
.query-cities-content-time {
  flex: 1;
}
.query-cities-content-city {
  flex: 4;
  white-space: pre-wrap;
  margin: 0 30px;
}
.query-cities-content-city span {
  margin-right: 10px;
}
.query-cities-content-op {
  font-size: 14px;
  color: #467cde;
  cursor: pointer;
}

.select-movie-modal {
  overflow-y: hidden;
  width: 923px;
  height: 680px;
}
.select-movie-modal .ant-modal-content {
  height: 680px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.select-movie-modal .ant-modal-body {
  padding: 0 0 10px 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.select-movie-modal .ant-modal-close-x {
  width: 43px;
  height: 43px;
  line-height: 43px;
  margin-right: 6px;
}
.select-movie-modal .ant-radio-button-wrapper {
  height: 32px;
  line-height: 32px;
  padding: 0 13px;
  color: #666666;
}
.select-movie-modal .ant-radio-button-wrapper-checked,
.select-movie-modal .ant-radio-button-wrapper-checked:hover,
.select-movie-modal .ant-radio-button-wrapper-checked:first-child {
  background: #f4f4f4;
  border-color: #d9d9d9;
  box-shadow: -1px 0 0 0 #d9d9d9;
}
.select-movie-modal .ant-radio-button-wrapper-checked {
  color: #f03d37;
}
.select-movie-modal .ant-modal-footer {
  padding: 20px 20px;
}
.select-movie-modal .ant-modal-footer button:last-child {
  margin-left: 15px;
}
.select-movie-modal .ant-select-selection {
  width: 600px;
}
.select-movie-modal .ant-modal-dialog {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.select-movie-modal .ant-modal-dialog .modal-footer {
  text-align: right;
  padding: 0 0 20px;
}
.select-movie-modal .ant-modal-dialog .modal-footer .btn-danger {
  margin-left: 15px;
  margin-right: 0px;
}
.select-movie-modal .btn-default {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.select-movie-modal .btn-default:hover {
  background: #ffffff;
  border: 1px solid #f13d37;
  border-radius: 2px;
  font-size: 14px;
  color: #f13d37;
  text-align: center;
}
.select-movie-modal .ant-modal-dialog .ant-modal-title {
  text-align: left;
  font-size: 16px;
}
.select-movie-modal .ant-modal-header {
  padding: 10px 20px;
}
.select-show-wrapper {
  padding: 16px 0px 0 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.select-show-wrapper .select-show-header {
  display: flex;
  min-height: 32px;
  margin-right: 20px;
}
.select-show-wrapper .select-show-header .search-show {
  flex: 1;
  text-align: left;
}
.select-show-wrapper .select-show-box {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.select-show-wrapper .select-show-box .select-show-title {
  font-size: 14px;
}
.select-show-wrapper .select-show-box .select-show-item {
  margin: 10px 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
}
.select-show-wrapper .select-show-box .select-show-item .delete-btn {
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.ant-modal {
  top: 0 !important;
}
.ant-modal-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-form-group {
  display: block;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(235, 235, 235, 0.5);
  border-radius: 1px;
  margin: 0 0 20px 12.5%;
  padding-bottom: 8px;
}
.user-form-group .title {
  height: 55px;
  line-height: 55px;
  background: #f8f8f8;
  border-radius: 1px;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  color: #1a1a1a;
}
.user-form-group .form-group-hr {
  display: none;
}
.user-form-group .form-group {
  align-items: flex-start;
  line-height: 36px;
  margin-bottom: 0;
}
.user-form-group .form-left {
  width: 12em;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}
.user-form-group .form-left::after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.user-form-group .form-left .tips {
  color: #f03d37;
}
.user-form-group .tagGroup {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.user-form-group .tagGroup .tag {
  float: left;
  list-style-type: none;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 0 10px 12px 0;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.user-form-group .tagGroup .choosed {
  color: #f03d37;
  border-color: #f03d37;
  position: relative;
}
.user-form-group .tagGroup .choosed::after {
  content: "";
  background-image: url('/static/images/tag_choosed.png');
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-size: 100%;
}
.user-form-group .tagGroup .big-tag {
  width: 110px;
}
.user-form-group .content {
  border: 1px solid #dedede;
  width: 640px;
  background-color: #fcfcfc;
  padding: 0 16px;
  margin-bottom: 40px;
}
.user-form-group .content .item {
  padding: 20px 0;
  border-bottom: 1px dashed #dedede;
}
.user-form-group .content .item h5 {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.user-form-group .content .item h5 .tips {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.user-form-group .content .item .module_movies {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  border: 1px dashed #d5dde8;
  background-color: #f7f9fb;
  padding: 0 10px;
}
.user-form-group .content .item .module_movies a {
  color: #f03d37;
  margin-left: 30px;
}
.user-form-group .content .item:last-child {
  border-bottom: 0;
}
.user-form-group .content .item input {
  width: 90px;
  height: 36px;
}
.user-form-group .content .item button {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f03d37;
  font-size: 14px;
  font-weight: bold;
  color: #f03d37;
  border-radius: 2px;
  padding: 0;
}
.user-form-group .content .form-left {
  width: auto;
  padding-left: 4px;
}
.user-form-group .content .form-right {
  padding-left: 4px;
}
.user-form-group .focusContent {
  margin-top: -8px;
}
.user-form-group .focusContent p.tips {
  font-size: 12px;
  color: #999;
  margin: 0;
  padding-left: 90px;
}
.user-form-group .input-wrapper {
  width: 350px;
  margin-bottom: 12px;
}
.ant-calendar-picker-input.ant-input {
  padding: 0 7px;
}
.ant-calendar-range-picker-separator {
  line-height: 36px;
}
.userConfig_preview .user-form-group {
  position: relative;
  top: -68px;
}
.userConfig_preview .user-form-group .content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-user-form-group {
  margin-left: 5%;
}
.mobile-user-form-group .form-group .form-left {
  width: 380px;
  height: 60px;
  line-height: 60px;
}
.mobile-user-form-group .form-group .form-right .tag {
  width: 260px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  margin-right: 20px;
  margin-bottom: 24px;
}
.mobile-user-form-group .form-group .form-right .tips {
  font-size: 30px;
}
.mobile-user-form-group .form-group .form-right .content p {
  font-size: 30px;
}
.mobile-user-form-group .form-group .form-right .content h5 {
  font-size: 30px;
}
.mobile-user-form-group .form-group .form-right .content span {
  font-size: 30px;
}
.mobile-user-form-group .form-group .form-right .content button {
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 160px;
}

.myt-status {
  display: inline-block;
}
.myt-status-blue {
  color: #1890FF;
}
.myt-status-red {
  color: #F5212D;
}
.myt-status-yellow {
  color: #FFBF00;
}
.myt-status-green {
  color: #52C41A;
}
.myt-status-gray {
  color: #BFBFBF;
}
.myt-status-circle {
  position: relative;
  padding-left: 11px;
  width: 100%;
}
.myt-status-circle button {
  float: right;
  height: 42px;
  margin-right: 12px;
  line-height: 20px;
  margin-top: 9px;
}
.myt-status-circle:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: currentColor;
}

.seat-upload {
  display: flex;
  position: relative;
  width: 730px;
  padding: 20px 10px 20px 30px;
  margin-bottom: 20px;
  background: #FBFBFB;
  border: 1px solid #E7ECF2;
  border-radius: 2px;
}
.seat-upload-item {
  width: 210px;
  margin-right: 20px;
}
.seat-upload-item .gif-time-item {
  display: flex;
}
.seat-upload-item .gif-time-item .ant-input {
  width: 150px;
  margin-right: 10px;
}
.seat-upload-item .gif-time-btn {
  width: 150px;
}
.seat-upload-item .ant-form-item {
  margin-bottom: 0px !important;
}
.seat-upload-item .ant-form-item-label {
  line-height: 1.5;
}
.seat-upload .ant-upload-list-item-name {
  display: -webkit-box;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  word-break: break-all;
  white-space: normal;
}
.seat-upload .anticon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c4c4c4;
  font-size: 10px;
  cursor: pointer;
}
.seat-upload-show .anticon-close {
  display: none;
}

.material-panel {
  border: 1px solid #efefef;
  border-radius: 1px;
}
.material-panel:not(:last-child) {
  margin-bottom: 20px;
}
.material-panel .title-wrapper {
  height: 60px;
  line-height: 60px;
  background: #f8f8f8;
  border-radius: 1px 1px 0 0;
  margin: 0 0 20px;
  font-size: 16px;
  padding-left: 20px;
}
.material-panel .material-delete {
  position: absolute;
  right: 0;
  width: 120px;
  margin: 70px 12px 0 0;
  z-index: 1;
  line-height: 1.5;
}
.material-panel .activity-button {
  width: 84px;
  margin: -1px -12px;
  height: 36px;
  border-radius: 0;
}
.material-panel .external-link-button {
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  margin-left: 10px;
}
.material-panel .flex {
  display: flex;
}
.material-panel .flex-1 {
  flex: 1;
}
.material-panel .activity-url-box {
  display: flex;
  border-radius: 4px;
  padding: 8px 13px;
  margin-bottom: 13px;
  background-color: #fafafa;
}
.material-panel .activity-url-img {
  width: 30px;
  height: 30px;
}
.material-panel .add-icon-config {
  font-size: 14px;
  line-height: 1.5;
}
.material-panel .add-icon-config .anticon-plus {
  margin-right: 3px;
  font-size: 16px;
}
.material-panel .my-ant-upload + .upload-tips {
  margin: -8px 0 0px;
  font-size: 12px;
  color: #c0c5cc;
  line-height: 1.5;
}
.material-panel .my-ant-upload + .upload-tips span {
  color: #f03d37;
}
.material-panel .sketch-picker {
  line-height: 1 !important;
}
.material-panel .sketch-picker input {
  width: 100% !important;
}
.material-panel .color {
  width: 36px;
  height: 14px;
  border-radius: 2px;
}
.material-panel .swatch {
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
  margin-top: 8px;
}
.material-panel .popovers {
  position: absolute;
  z-index: 2;
}
.material-panel .cover {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.material-panel .jd-material {
  margin: 20px;
}
.material-panel .jd-material .jd-material-title {
  font-size: 20px;
}
.material-panel .jd-material input {
  margin-right: 10px;
}
.material-panel .jd-material .file-preview-wrapper {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 200px;
  border: 1px solid #d5dde8;
  border-radius: 2px;
  text-align: center;
}
.material-panel .jd-material .file-preview-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.material-panel .jd-material .jd-url {
  word-break: break-word;
}
.cat-upload-btn {
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c0c5cc;
}
.cat-upload-btn .cat-upload-drag-icon {
  font-size: 36px;
  margin: 0 0 24px 0;
}
.shortcut-wrapper {
  display: flex;
  justify-content: space-between;
}
.shortcut-url {
  margin-top: 20px;
}
.keyword-input {
  width: 200px !important;
}
.keyword-input .ant-input {
  width: 100%;
}
.selected-container .selected-items-more-hide {
  height: 80px;
  overflow: hidden;
}
.material-region-selector .selected-container {
  margin-left: 0;
  background-color: transparent;
}

.bread-crumb {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
}
.bread-crumb a {
  color: #999999;
  cursor: pointer;
}
.bread-crumb .notlink {
  color: #999999;
}
.bread-crumb > span {
  color: #333333;
}
.bread-crumb-icon {
  color: #999999;
  margin: 0 3px;
}

.form-btn-container {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(119, 151, 178, 0.16);
  text-align: center;
}
.form-btn-container .form-btn-wrapper {
  display: inline-block;
  width: 1240px;
  text-align: right;
  margin-top: 16px;
}
.form-btn-container .form-btn-wrapper button {
  margin-left: 15px;
}

.operation-wrapper a:not(:last-child) {
  margin-right: 10px;
}
.operation-wrapper .more-btn {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.operation-wrapper .more-btn::before {
  content: '';
  width: 1px;
  height: 10px;
  margin-right: 10px;
  background-color: #eceef5;
}

.account-bar {
  background: #fff;
  font-size: 16px;
}
.account-bar .content {
  display: flex;
  width: 1240px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 22px;
  align-items: center;
}
.account-bar .content .company {
  position: relative;
  flex: 1;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}
.account-bar .content .company .ant-tooltip {
  z-index: 1;
}
.account-bar .content .company-icon {
  width: 16px;
  margin-right: 9px;
}
.account-bar .content .company-name {
  color: #f13d37;
  margin-right: 10px;
}
.account-bar .content .company-switch {
  color: #467cde;
  font-size: 14px;
  border: 1px solid #d5dde8;
  border-radius: 2px;
  width: 56px;
  height: 22px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.account-bar .content .company-tooltip {
  padding-right: 11px;
  white-space: nowrap;
}
.account-bar .content .company-tooltip-close {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 6px;
  height: 6px;
  cursor: pointer;
}
.account-bar .content .manage {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.account-bar .content .manage-icon {
  width: 16px;
  margin-right: 8px;
}
.account-bar .content .manage-text {
  color: #333;
}
.account-bar-switchModal .ant-modal-body {
  padding: 20px;
  height: 423px;
  overflow: scroll;
}
.account-bar-switchModal .switch-ps {
  display: block;
  font-size: 12px;
  color: #c0c5cc;
  line-height: 17px;
  margin-bottom: 20px;
}
.account-bar-switchModal .switch-item {
  margin-bottom: 10px;
}

.popularize-plan-bar {
  display: flex;
  padding: 20px;
}
.popularize-plan-bar .poster {
  width: 60px;
  height: 85px;
  margin-right: 10px;
}
.popularize-plan-bar .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.popularize-plan-bar .info-name {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
  line-height: 25px;
}
.popularize-plan-bar .info-item {
  color: #666;
  margin-bottom: 5px;
  line-height: 20px;
}
.popularize-plan-bar .btns .my-btn {
  margin-left: 20px;
}

.empty {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.empty-image {
  width: 50px;
  height: 50px;
}
.empty-ps {
  margin-top: 15px;
  font-size: 14px;
  color: #C9CFD2;
}

.my-popconfirm .ant-popover-inner-content {
  min-width: 275px;
  padding: 12px 0px !important;
}
.my-popconfirm .ant-popover-inner-content .ant-btn-sm {
  height: 30px;
}
.my-popconfirm .ant-popover-inner-content .ant-popover-message {
  padding: 28px 16px 40px;
  border-bottom: 1px solid #DEDEDE;
}
.my-popconfirm .ant-popover-inner-content .ant-popover-buttons {
  margin: 12px 16px 0;
}
.my-popconfirm .ant-popover-inner-content .ant-popover-message-title {
  padding-left: 0;
}

.common-order-list-table {
  margin-top: 10px;
}
.common-order-list-table .ant-table-body {
  border-bottom: 1px solid #efefef;
}
.common-order-list-table .ant-table-thead > tr:first-child > th:last-child {
  display: none;
}
.common-order-list-table .ant-table-tbody > tr > td {
  border-bottom: 0px;
  vertical-align: top;
}
.common-order-list-table .ant-table-tbody > tr:hover > td {
  background: inherit;
}
.common-order-list-table .ant-table-thead > tr > th {
  border-bottom: 0px;
}
.common-order-list-table .ant-table-placeholder {
  border-bottom: 0;
}
.common-order-list-table .ant-table-tbody > tr > td:first-child.list-row-header {
  padding: 0;
  padding-left: 0 !important;
}
.common-order-list-table .hide {
  display: none;
}
.common-order-list-table .list-oper {
  width: 184px;
}
.common-order-list-table .list-row {
  display: flex;
  height: 40px;
  line-height: 40px;
  padding: 0 8px 0 0;
  margin-top: 10px;
  background: #fbfbfb;
}
.common-order-list-table .list-row-info {
  flex: 1;
  padding-left: 20px;
}
.common-order-list-table .list-row-time {
  color: #999;
  margin-left: 20px;
}
.common-order-list-table .list-row-total {
  width: 184px;
}
.common-order-list-table .list-status {
  position: relative;
  padding-left: 10px;
}
.common-order-list-table .list-status.blue {
  color: #1890ff;
}
.common-order-list-table .list-status.blue:after {
  background: #1890ff;
}
.common-order-list-table .list-status.green {
  color: #52c41a;
}
.common-order-list-table .list-status.green:after {
  background: #52c41a;
}
.common-order-list-table .list-status.yellow {
  color: #ffbf00;
}
.common-order-list-table .list-status.yellow:after {
  background: #ffbf00;
}
.common-order-list-table .list-status.red {
  color: #f5212d;
}
.common-order-list-table .list-status.red:after {
  background: #f5212d;
}
.common-order-list-table .list-status.gray {
  color: #bfbfbf;
}
.common-order-list-table .list-status.gray:after {
  background: #bfbfbf;
}
.common-order-list-table .list-status:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.common-order-list-table .list-line {
  margin-bottom: 5px;
}
.common-order-list-table .list-line > span {
  position: relative;
  padding: 0 10px;
}
.common-order-list-table .list-line > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4.5px;
  width: 1px;
  height: 10px;
  background: #eceef5;
}
.common-order-list-table .list-line > span:first-child {
  padding-left: 0;
}
.common-order-list-table .list-line > span:first-child:after {
  background: inherit;
}

.modulecard {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.modulecard-image {
  width: 100%;
  padding-bottom: 35.6%;
  background: #EAEAEA;
}
.modulecard-content {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.modulecard-content-image {
  width: 100%;
  height: 210px;
  background: #EAEAEA;
}
.modulecard-content-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.modulecard-content-title {
  position: relative;
  display: block;
  font-size: 20px;
  margin: 20px 0 14px;
  padding: 0px 23px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modulecard-content-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  height: 22px;
  width: 5px;
  background: #F13D37;
}
.modulecard-content-desc {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  padding: 0 0 20px 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modulecard-btns {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.album {
  display: inline-block;
  position: relative;
  background-color: #fbfbfb;
  padding: 7px 7px 0;
}
.album-content {
  width: 169px;
  height: 169px;
  background-color: #fff;
  position: relative;
}
.album-content.blank {
  display: flex;
  justify-content: center;
  align-items: center;
}
.album-content.blank > img {
  width: 70px;
  height: 70px;
}
.album-content:hover {
  cursor: pointer;
}
.album-content:hover .album-content-icon {
  opacity: 1;
}
.album-content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.album-content-icon {
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 7px;
  right: 13px;
  padding: 3px;
  color: #467cde;
  cursor: pointer;
}
.album-name {
  font-size: 14px;
  color: #333;
  background-color: #fbfbfb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 169px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}
.album-input {
  position: relative;
  margin: 3px 0 0;
}
.album-input > textarea {
  font-size: 14px;
  color: #333;
  background-color: #fbfbfb;
  width: 169px;
  height: auto;
  resize: none;
  border: 1px solid #efefef;
}
.album-input-count {
  position: absolute;
  right: 8px;
  bottom: 7px;
  color: #3f3f3f;
  font-size: 10px;
}
.album-input-count .highlight {
  color: #f13d37;
}
.album-number-wrp {
  position: absolute;
  width: 100%;
  height: 46px;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.1) 2%, rgba(0, 0, 0, 0.3) 98%);
}
.album-number-wrp .number {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 16px;
  top: 12px;
  line-height: 1.4;
}
.album-menu .ant-dropdown-menu-item {
  font-size: 14px;
}
.album-menu .ant-dropdown-menu-item:hover {
  background-color: #f5f7fa;
  color: #467cde;
}
.album-del-modal {
  width: 270px !important;
  height: 156px;
}
.album-del-modal .ant-modal-body h3 {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.album-del-modal .anticon-exclamation-circle {
  margin-right: 9px;
  color: #faad14;
}
.album-del-modal .ant-btn {
  width: 72px;
  height: 30px;
  padding: 0;
}
.album-del-modal .info-desc {
  margin: -2px 0 0 25px;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.65);
}
.album-del-modal .ant-modal-footer {
  border-top: none;
}

.upload-file {
  display: inline-block;
}
.upload-file-dragger {
  position: relative;
  width: 135px;
  height: 135px;
}
.upload-file-dragger:hover .file-delete,
.upload-file-dragger:hover .file-delete-mask {
  opacity: 1;
}
.upload-file-dragger .anticon-plus {
  font-size: 37px;
}
.upload-file-dragger .ant-upload-drag {
  background-color: #fff;
  border: 1px solid #d6dde8;
  border-radius: 1px;
  overflow: hidden;
}
.upload-file-dragger .ant-upload-drag .ant-upload-btn {
  padding: 0;
}
.upload-file-dragger .file-delete-mask {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  width: 100%;
  height: 30px;
  opacity: 0;
  left: 0;
  bottom: 30px;
}
.upload-file-dragger .file-delete {
  position: absolute;
  cursor: pointer;
  right: 7px;
  bottom: 5px;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.upload-file-dragger .ant-upload-description {
  font-size: 14px;
  color: #c0c5cc;
  margin: 10px 10px 0;
}
.upload-file-dragger .ant-upload-description .highlight {
  color: #f13d37;
}
.upload-file-dragger .file-name {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  padding: 5px 0 6px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #d6dde8;
  border-top-color: transparent;
  margin: 0;
}
.upload-file-dragger .file-name:hover {
  border: 1px solid #f13d37;
}
.upload-file-dragger .file-input {
  position: relative;
  margin: 3px 0 0;
}
.upload-file-dragger .file-input > textarea {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: auto;
  resize: none;
  border: 1px solid #efefef;
  position: absolute;
  bottom: -15px;
}
.upload-file-dragger .file-input-count {
  position: absolute;
  right: 8px;
  bottom: -12px;
  color: #3f3f3f;
  font-size: 10px;
}
.upload-file-dragger .file-input-count .highlight {
  color: #f13d37;
}
.file-del-modal {
  width: 270px !important;
  height: 156px;
}
.file-del-modal .ant-modal-body h3 {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.file-del-modal .anticon-exclamation-circle {
  margin-right: 9px;
  color: #faad14;
}
.file-del-modal .ant-btn {
  width: 72px;
  height: 30px;
  padding: 0;
}
.file-del-modal .info-desc {
  margin: -2px 0 0 25px;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.65);
}
.file-del-modal .ant-modal-footer {
  border-top: none;
}

.my-carousel-modal {
  width: 796px !important;
  height: 700px !important;
}
.my-carousel-modal .ant-modal-content {
  width: 100%;
  height: 700px;
  background-color: #000;
}
.my-carousel-modal .ant-modal-content .anticon-close {
  color: #cfd9e6;
}
.my-carousel-modal .ant-modal-body {
  width: 100%;
  height: 100%;
  padding: 15px 24px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.my-carousel-modal .ant-modal-body:hover .img-name {
  display: block;
}
.my-carousel-modal .ant-modal-body .ant-carousel {
  width: 600px;
  height: 600px;
}
.my-carousel-modal .ant-modal-body .slick-slider {
  height: 661px;
}
.my-carousel-modal .ant-modal-body img {
  width: 600px;
  height: 600px;
  object-fit: contain;
}
.my-carousel-modal .ant-modal-body .img-name {
  position: absolute;
  padding: 0 19px;
  left: 0;
  bottom: 85px;
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  display: none;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots-wrp {
  height: 65px;
  bottom: -10px;
  width: 684px;
  left: -98px;
  margin-bottom: 0;
  overflow: hidden;
  margin: 10px 56px 0;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots {
  overflow-x: auto;
  height: 65px;
  padding: 5px;
  margin-bottom: 0;
  transition: all 0.5s;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots .dots-item {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots .dots-item:before {
  content: ' ';
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.my-carousel-modal .ant-modal-body .my-carousel-dots .dots-item-active:before {
  content: none;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots .dots-item-active .my-carousel-dots-img {
  outline: 5px solid #ee3f3e;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.my-carousel-modal .ant-modal-body .my-carousel-dots-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.my-carousel-modal .ant-modal-body .arrows,
.my-carousel-modal .ant-modal-body .dots-arrows {
  position: absolute;
  transform: translateY(-50%);
}
.my-carousel-modal .ant-modal-body .arrows .anticon,
.my-carousel-modal .ant-modal-body .dots-arrows .anticon {
  color: #fff;
  opacity: 0.5;
}
.my-carousel-modal .ant-modal-body .arrows .anticon:hover,
.my-carousel-modal .ant-modal-body .dots-arrows .anticon:hover {
  opacity: 1;
  cursor: pointer;
}
.my-carousel-modal .ant-modal-body .arrows {
  width: 50px;
  height: 50px;
  top: 50%;
}
.my-carousel-modal .ant-modal-body .arrows .anticon {
  font-size: 50px;
}
.my-carousel-modal .ant-modal-body .arrows.prev {
  left: 24px;
}
.my-carousel-modal .ant-modal-body .arrows.next {
  right: 24px;
}
.my-carousel-modal .ant-modal-body .dots-arrows {
  width: 30px;
  height: 30px;
  bottom: 17px;
}
.my-carousel-modal .ant-modal-body .dots-arrows .anticon {
  font-size: 30px;
}
.my-carousel-modal .ant-modal-body .dots-arrows.prev {
  left: 13px;
}
.my-carousel-modal .ant-modal-body .dots-arrows.next {
  right: 13px;
}

.my-textarea .ant-input {
  width: 340px;
  height: 85px;
}
.my-textarea-wrapper {
  position: relative;
  display: inline-block;
}
.my-textarea-remain {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 17px;
  margin-bottom: 0;
  color: #C0C5CC;
  font-size: 12px;
}
.my-textarea-tips {
  margin-top: 5px;
  line-height: 17px;
  margin-bottom: 0;
  color: #C0C5CC;
  font-size: 12px;
}

.fixed-footer {
  width: 100%;
  height: 72px;
  position: fixed;
  z-index: 1999;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0 0 30px 5px rgba(119, 151, 178, 0.16);
}
.fixed-footer-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 0;
}

.select-category-btn {
  width: 90px;
  height: 36px;
  color: #F03D37;
  text-align: center;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  line-height: 34px;
  cursor: pointer;
}
.select-category-text {
  color: #1a1a1a;
  font-weight: bold;
}
.select-category-text .edit {
  margin-left: 30px;
  color: #F03D37;
  cursor: pointer;
}
.select-category-modal .ant-modal-body {
  padding: 30px 20px;
}
.select-category-modal .ant-modal-footer {
  text-align: center;
}
.select-category-modal .desc {
  width: 90px;
  margin-bottom: 0;
  text-align: right;
  color: #1a1a1a;
}
.select-category-modal .has-select-category {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #333;
}
.select-category-modal .has-select-category-list {
  flex: 1;
  position: relative;
  height: 60px;
  margin-left: 30px;
  border: 1px solid #DEDEDE;
}
.select-category-modal .has-select-category-list > div {
  display: inline-block;
  position: relative;
  width: 86px;
  height: 36px;
  margin: 11px 0 11px 10px;
  background: #F7F7F7;
  line-height: 36px;
  text-align: center;
}
.select-category-modal .has-select-category-list > div > span {
  position: absolute;
  right: 2px;
  top: 3px;
  font-size: 16px;
  color: #c4c4c4;
  line-height: 1;
  cursor: pointer;
}
.select-category-modal .has-select-category .error {
  position: absolute;
  bottom: -27px;
  left: 0px;
  margin: 0;
  color: #F03D37;
}
.select-category-modal .category-list {
  display: flex;
  padding: 20px 0 25px;
  background: #FAFAFA;
}
.select-category-modal .category-list-check-group {
  flex: 1;
  margin-left: 30px;
}
.select-category-modal .category-list .ant-checkbox-wrapper {
  width: 95px;
  margin: 0 0 20px 0;
  color: #1a1a1a;
}

.my-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #182434;
  margin-bottom: 0;
  border-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(119, 151, 178, 0.16);
  z-index: 1999;
}
.my-header-content {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
}
.my-header-content-logo {
  float: left;
  height: 100%;
  line-height: 50px;
}
.my-header-content-logo img {
  height: 20px;
  width: 76px;
  display: inline-block;
}
.my-header-content-logo span {
  font-family: PingFangSC-Semibold;
  display: inline-block;
  font-size: 16px;
  color: #ffffff !important;
  line-height: 50px;
  vertical-align: middle;
}
.my-header-content-link > div {
  display: inline-block;
}
.my-header-content-link > div > a {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 50px;
  margin-left: 60px;
  text-decoration: none;
  position: relative;
}
.my-header-content-link > div > a:hover {
  color: #f03d37;
}
.my-header-content-link > div > a:nth-child(1) {
  margin-left: 80px;
}
.my-header-content-link .dlNameSelected {
  color: #f03d37;
}
.my-header-content-link .dlselected {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #f03d37;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.my-header-content-link .linked {
  color: #f03d37;
}
.my-header-content-link .funds {
  float: right;
  margin-right: 30px;
}
.my-header-content-link .nav-link {
  display: block;
  line-height: 50px;
  min-width: 60px;
  text-align: center;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.my-header-content-link .nav-link .popover {
  color: black;
  text-align: center;
}
.my-header-content-link .deal {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  margin-left: 60px;
}
.my-header-content-link .dlNameSelected {
  color: #f03d37;
}
.my-header-content-link .account-container {
  position: relative;
}
.my-header-content-link .account-container::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  transform-origin: 50% 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}
.my-header-content-link .account-container.dlNameSelected::after {
  border-color: #f03d37;
}
.my-header-content-link .account-container:hover::after {
  transform: translateY(10%) rotate(315deg);
}
.my-header-content-link .account-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e3e9f1;
  box-shadow: 0 0 10px 0 #e6d7d7;
  border-radius: 4px;
  text-align: center;
  padding: 0;
  display: none;
}
.my-header-content-link .account-dropdown > li {
  font-size: 14px;
  white-space: nowrap;
  padding: 0 48px;
  transition: background-color 0.2s;
}
.my-header-content-link .account-dropdown > li:hover {
  background: rgba(255, 178, 176, 0.2);
}
.my-header-content-link .account-dropdown a {
  color: #606266;
}
.my-header-content-link .account-dropdown a:hover {
  text-decoration: none;
}
.my-header-content-link .account-dropdown .selected {
  background: rgba(240, 61, 55, 0.1);
}
.my-header-content-link .account-dropdown .selected:hover {
  background: rgba(240, 61, 55, 0.1);
}
.my-header-content-link .account-dropdown .selected a {
  color: #f13d37;
}
.my-header-content-link .deal-dropdown {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 50px;
  z-index: 2;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e3e9f1;
  box-shadow: 0 0 10px 0 #e6d7d7;
  border-radius: 4px;
  text-align: center;
  padding: 0;
  display: none;
}
.my-header-content-link .deal-dropdown > li {
  font-size: 14px;
  white-space: nowrap;
  padding: 0 48px;
  transition: background-color 0.2s;
}
.my-header-content-link .deal-dropdown > li:hover {
  background: rgba(255, 178, 176, 0.2);
}
.my-header-content-link .deal-dropdown a {
  color: #606266;
}
.my-header-content-link .deal-dropdown a:hover {
  text-decoration: none;
}
.my-header-content-link .deal-dropdown .selected {
  background: rgba(240, 61, 55, 0.1);
}
.my-header-content-link .deal-dropdown .selected:hover {
  background: rgba(240, 61, 55, 0.1);
}
.my-header-content-link .deal-dropdown .selected a {
  color: #f13d37;
}
.my-header-content-link .show-account,
.my-header-content-link .show-deal {
  display: block;
}
.my-mobile-header {
  height: auto;
}
.my-mobile-header .my-header-content-logo img {
  width: 152px;
  height: 40px;
}
.my-mobile-header .my-header-content-link .deal {
  font-size: 40px;
}
.my-mobile-header .my-header-content-link .nav-link div {
  font-size: 40px;
}
.my-mobile-header .my-header-content-link .deal-dropdown > li {
  font-size: 30px;
}
.my-mobile-header .my-header-content-link .show-deal {
  font-size: 30px;
}
.my-mobile-header div {
  font-size: 40px;
}
.my-mobile-header span {
  font-size: 40px;
}

.sidebar {
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 100px;
  background: #182434;
  border-radius: 2px 0 0 2px;
  width: 42px;
  height: 170px;
  display: flex;
  cursor: pointer;
}
.sidebar-show {
  width: 160px;
  animation: bewidth 0.2s;
}
.sidebar-img {
  width: 100%;
}
.sidebar-img img {
  width: 90px;
  height: 90px;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
.sidebar-img p {
  width: 100%;
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.sidebar-img p:nth-child(3) {
  margin: 2px;
}
.sidebar > p {
  display: flex;
  align-items: center;
  width: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #ffffff;
}
@keyframes bewidth {
  from {
    width: 42px;
  }
  to {
    width: 160px;
  }
}

.form-group .wrap-checkbox {
  width: 8em;
  display: inline-block;
  margin-bottom: 1em;
}
.modal-dialog.large {
  width: 70%;
  min-width: 600px;
}
.common-city-selectedCity {
  position: relative;
  width: 88px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px 10px 0;
  padding-left: 10px;
  display: inline-block;
  border: 1px solid #F0F0F0;
}
.common-city-cancelbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  padding: 10px;
}
.common-city-cancelbtn:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  background: #999;
  transform: translate(50%, -50%) rotate(45deg);
}
.common-city-cancelbtn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  background: #999;
  transform: translate(50%, -50%) rotate(-45deg);
}

.ep_modal .ep_iframe {
  border: none;
  height: 400px;
  width: 100%;
  vertical-align: top;
}
.ep_modal .editphone_iframe {
  width: 100%;
  height: 450px;
}

.my-upload {
  position: relative;
  display: inline-flex;
  width: 130px;
  height: 80px;
  padding-top: 15px;
  color: #C0C5CC;
  text-align: center;
  border: 1px solid #D5DDE8;
  border-radius: 2px;
  vertical-align: top;
}
.my-upload-success {
  border: none;
}
.my-upload .add {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.my-upload .add:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-color: #E3E8F0;
}
.my-upload .add:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
  background-color: #E3E8F0;
}
.my-upload p {
  width: 200%;
  margin: 9px 0 0;
  font-size: 20px;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.my-upload [role="button"] {
  outline: none;
}
.my-upload-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my-upload-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border: 1px solid #000;
  border-radius: 2px;
  opacity: 0.6;
  z-index: 99;
}
.my-upload-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 33px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 2px 2px;
  z-index: 99;
}
.my-upload-btns > div {
  position: relative;
  flex: 1;
  cursor: pointer;
}
.my-upload-btns > div:first-child:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  border: 1px solid #7c7c7c;
  transform: scale(0.5, 0.6);
}
.my-upload-disabled {
  padding: 0 13px;
  align-items: center;
  border: 1px solid #D5DDE8;
}
.my-upload-disabled .add {
  display: none;
}
.my-upload-disabled p {
  margin: 0px;
  transform-origin: 0 50%;
}
.my-upload-disabled [role="button"] {
  cursor: default;
}
.my-upload-disabled .my-upload-mask,
.my-upload-disabled .my-upload-btns {
  display: none;
}

.my-checkbox {
  position: relative;
  top: -0.09em;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.my-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.my-checkbox-cover {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #CFD9E6;
  box-shadow: 0 1px 2px 0 rgba(236, 238, 245, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.25s;
}
.my-checkbox-checked .my-checkbox-cover {
  border-color: #F03D37;
  background: #F13D37 url('https://p1.meituan.net/scarlett/e2c3a1d61019a1d2dbbf851e20b563b0252.png') 50% 49% no-repeat;
  background-size: 10px auto;
}
.my-checkbox-disabled .my-checkbox-cover {
  background-color: #f2f2f2;
  border: 1px solid #CFD9E6;
}
.my-checkbox-disabled input[type="checkbox"] {
  cursor: not-allowed;
}

.auto_complete {
  position: relative;
  display: inline-block;
}
.auto_complete input {
  width: 230px;
  height: 34px;
}
.auto_complete ul {
  list-style: none;
  line-height: 34px;
  padding: 0;
  width: 226px;
  position: absolute;
  z-index: 1000;
  margin-left: 2px;
  max-height: 181px;
  overflow: hidden;
}
.auto_complete li {
  background: #FBFBFB;
  border: 1px solid #DFDFDF;
  box-shadow: 0 1px 2px 0 rgba(240, 61, 55, 0.2);
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auto_complete li:hover {
  background: #F8D4D3;
}

.drag {
  position: relative;
  background: #fafafa;
  border: 1px solid #eceef5;
  border-radius: 4px;
}
.drag-content {
  position: relative;
  padding: 15px 15px 0;
}
.drag-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.drag-text {
  font-size: 20px;
  color: #6F7E86;
  text-align: center;
}
.drag-icon {
  margin-right: 5px;
}
.drag-img {
  position: absolute;
  z-index: 300;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fafafa;
}
.drag-button {
  background: #FFFFFF;
  border: 1px solid #CFD9E6;
  box-shadow: 0 1px 2px 0 rgba(236, 238, 245, 0.5);
  border-radius: 4px;
  width: 146px;
  height: 40px;
  color: #F03D37;
}

.tabs-nav {
  list-style: none;
  position: relative;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  margin: 0;
  padding: 0;
}
.tabs-indicator {
  transition: all 0.2s;
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 150px;
  background: #F13D37;
}
.tabs-tab {
  list-style: none;
  font-size: 16px;
  width: 150px;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tabs-tab:hover {
  color: #F13D37;
}
.tabs-tab.tab-active {
  position: relative;
  color: #F13D37;
}
.tabs-content {
  padding: 20px 0;
}

.ads-table {
  width: 100%;
}
.ads-table thead {
  background: #F7F7F7;
}
.ads-table thead th {
  font-weight: initial;
}
.ads-table tbody tr {
  border-bottom: 1px solid #ECEEF5;
}
.ads-table th,
.ads-table td {
  padding: 15px 20px;
}

.new-pagination {
  margin-top: 20px;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.new-pagination .total {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}
.new-pagination .icon {
  height: 13px;
}
.new-pagination .icon-right {
  transform: rotate(180deg);
}
.new-pagination .control {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.new-pagination .control .item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  margin: 0 2.5px;
  cursor: pointer;
  border: 1px solid transparent;
}
.new-pagination .control .item-select {
  color: #F13D37;
  border: 1px solid #F13D37;
  border-radius: 4px;
}
.new-pagination .control .item-disabled {
  cursor: default;
}
.new-pagination .control .item-more {
  position: relative;
  background: #fff;
}
.new-pagination .control .item-more .icon {
  height: 8px;
}
.new-pagination .control .item-more:before {
  content: '\B7\B7\B7';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
}
.new-pagination .control .item-more:hover:before {
  visibility: hidden;
}
.new-pagination .control .item-more:hover:after {
  content: '';
  position: absolute;
  z-index: 2;
  color: #333;
  top: 35px;
  left: -15px;
  width: 62px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f5bfbe;
}
.new-pagination .control .item-more-left:hover:after {
  content: '\5411\524D  5\9875';
}
.new-pagination .control .item-more-right:hover:after {
  content: '\5411\540E  5\9875';
}

.timeline {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline p {
  margin: 0;
}
.timeline > li {
  color: #666;
  text-align: center;
  padding: 20px 0;
  width: 140px;
}
.timeline > li.active {
  color: #2EB664;
}
.timeline > li.active .timeline-line {
  background-color: #2EB664;
}
.timeline > li.active .timeline-line::before {
  background-color: #2EB664;
  background-image: url("https://p0.meituan.net/scarlett/450edbd554d9097b8eecb9ea793c298d395.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center 4px;
}
.timeline > li.active .timeline-line::after {
  display: none;
}
.timeline > li.current .timeline-line::after {
  display: block;
  z-index: 1;
  right: 0;
  background-color: #2EB664;
}
.timeline > li.canceled {
  color: #F03D37;
}
.timeline > li.canceled .timeline-line::before {
  content: "";
  color: #fff;
  background-color: #F03D37;
  background-image: url("https://p0.meituan.net/scarlett/f3308a7eb6683085bd3786704e87beda470.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
}
.timeline > li.canceled .timeline-line::after {
  display: none;
}
.timeline .timeline-line {
  position: relative;
  margin: 20px 0;
  width: 140px;
  height: 2px;
  background-color: #e3e3e3;
}
.timeline .timeline-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 22px;
  height: 22px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #e3e3e3;
}
.timeline .timeline-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 6px;
  height: 6px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.timeline .timeline-tips {
  color: #999;
  font-size: 12px;
  margin: 4px -15px 0;
}


/*# sourceMappingURL=0.2445981b2e2500497dec.css.map*/