.cw_dN {
  max-width: 600px;
  padding: 22px 24px 0 0;
  box-sizing: content-box;
}
.cw_dN .one-popover-arrow {
  display: none;
}
.cw_dN .one-popover-inner-content {
  padding: 0;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.addition-component-item .one-form-item-label {
  width: 126px;
  margin-right: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #282c33;
}
.addition-component-item .one-form-item-label > label::after {
  content: ' ';
}
.addition-component-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.addition-component-radioGroup > .one-radio-group-items {
  display: flex;
  gap: 8px;
}
.addition-component-radioBtn {
  width: 195px;
  height: 78px !important;
  border-radius: 4px;
}
.addition-component-radioBtn-disabled .addition-component-radioBtn-card-tips,
.addition-component-radioBtn-disabled .addition-component-radioBtn-card-label,
.addition-component-radioBtn-disabled .addition-component-radioBtn-card-msg {
  color: #8fbaff !important;
}
.addition-component-radioBtn-notDisabled .addition-component-radioBtn-card-tips {
  color: #8fbaff !important;
}
.addition-component-radioBtn-notDisabled .addition-component-radioBtn-card-label,
.addition-component-radioBtn-notDisabled .addition-component-radioBtn-card-msg {
  color: #a8b0bf !important;
}
.addition-component-radioBtn-card {
  position: relative;
  box-sizing: border-box;
  width: 195px;
  height: 78px;
  padding: 16px;
  border-radius: 4px;
}
.addition-component-radioBtn-card-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 96px;
  height: 24px;
  line-height: 18px;
  background: #ebf2ff;
  border-radius: 0px 3px 0px 4px;
  font-size: 12px;
  color: #0054e6;
}
.addition-component-radioBtn-card-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #191b1e;
}
.addition-component-radioBtn-card-msg {
  font-size: 12px;
  line-height: 18px;
  color: #848b99;
}
.addition-component-radioBtn-card-msg-bar {
  margin: 0 2px;
}
.addition-component-move {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 54px;
  font-size: 14px;
  background-color: #ebedf5;
  border-radius: 4px;
  cursor: pointer;
}
.addition-component-move:hover {
  background-color: #e2e6f0;
}
.addition-component-move:active {
  background-color: #d3d9e5;
}
.add-tips-pos {
  position: absolute;
  top: -48px;
  left: 90px;
  width: 858px;
}
.component-box {
  display: flex;
  align-items: flex-start;
  max-width: 300px;
  transform-origin: center left;
  transform: scale(0.7);
}
.selected-table {
  margin-top: 16px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-idea-preview .one-dialog {
  width: 100% !important;
  height: 100%;
}
.order-idea-preview .one-dialog-close {
  color: white;
}
.order-idea-preview .one-dialog-content {
  max-height: 100%;
  background: transparent;
}
.order-idea-preview-content {
  display: flex;
  margin-left: 140px;
  height: 100%;
  font-family: 'PingFang SC';
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  justify-content: center;
  align-items: center;
}
.order-idea-preview-content-preview {
  margin-right: 40px;
  padding: 16px;
  height: 657px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.6);
}
.order-idea-preview-content-preview-img {
  width: 302px;
  height: 653px;
  border-radius: 6px;
}
.order-idea-preview-content-preview-image {
  display: flex;
  position: relative;
  top: -440px;
  left: 12px;
}
.order-idea-preview-content-preview-image-text {
  display: flex;
  margin-right: 8px;
  width: 178px;
  flex-direction: column;
}
.order-idea-preview-content-preview-image-text-title {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #191b1e;
  font-size: 14px;
  line-height: 18px;
}
.order-idea-preview-content-preview-image-text-tip {
  display: flex;
  justify-content: space-between;
}
.order-idea-preview-content-preview-image-text-tip-left {
  margin-left: -5px;
  transform: scale(0.75);
  font-size: 12px;
  line-height: 18px;
  color: #848b99;
}
.order-idea-preview-content-preview-image-text-tip-right {
  display: flex;
  margin-right: -5px;
  align-items: center;
  transform: scale(0.75);
  font-size: 12px;
  line-height: 18px;
  color: #d3d9e6;
}
.order-idea-preview-content-preview-image-text-tip-right img {
  margin-left: 4px;
}
.order-idea-preview-content-preview-image-picture {
  width: 90px;
  height: 60px;
  border-radius: 7px;
  background: black;
}
.order-idea-preview-content-preview-image-picture img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.order-idea-preview-content-preview-hor {
  position: relative;
  top: -450px;
  left: 11px;
  display: flex;
  width: 280px;
  flex-direction: column;
}
.order-idea-preview-content-preview-hor-title {
  display: -webkit-box;
  margin-bottom: 10px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #191b1e;
  font-size: 14px;
  line-height: 18px;
}
.order-idea-preview-content-preview-hor-picture {
  margin-bottom: 10px;
  width: 280px;
  height: 156px;
  border-radius: 7px;
}
.order-idea-preview-content-preview-hor-picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.order-idea-preview-content-preview-hor-picture-play {
  position: relative;
  left: 120px;
  top: -98px;
  width: 40px;
  height: 40px;
}
.order-idea-preview-content-preview-hor-tip {
  display: flex;
  justify-content: space-between;
}
.order-idea-preview-content-preview-hor-tip-left {
  margin-left: -5px;
  transform: scale(0.75);
  font-size: 12px;
  line-height: 18px;
  color: #848b99;
}
.order-idea-preview-content-preview-hor-tip-right {
  display: flex;
  margin-right: -5px;
  align-items: center;
  transform: scale(0.75);
  font-size: 12px;
  line-height: 18px;
  color: #d3d9e6;
}
.order-idea-preview-content-qr {
  margin-top: 306px;
  padding: 16px;
  width: 108px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 8px;
}
.order-idea-preview-content-qr-img {
  margin-bottom: 16px;
  width: 108px;
  height: 108px;
  background: white;
}
.order-idea-preview-content-qr-img img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.order-idea-preview-content .intersect {
  position: relative;
  left: -158px;
  top: 200px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.budget-additional-content .one-form-field {
  margin-bottom: 0 !important;
}
.budget-additional-content-item {
  margin: 16px 0;
}
.budget-additional-content-item:first-child {
  margin-top: 12px;
}
.budget-additional-content-item .one-form-field-label {
  justify-content: flex-start;
  width: 49px !important;
  margin-right: 16px;
}
.budget-additional-content-item .one-form-field-messages .one-message {
  margin-top: 0 !important;
}
.budget-additional-content-item-label {
  font-family: "PingFang SC";
  font-size: 12px;
  line-height: 22px;
  color: #282c33;
}
.budget-additional-content-item-options {
  box-sizing: border-box;
  height: 51px !important;
  padding: 6px 16px !important;
}
.budget-additional-content-btnGroup {
  margin-top: 24px;
}
.budget-additional-content-btnGroup-btn:last-child {
  margin-left: 12px;
}
.budget-additional-content-source-item-title {
  font-size: 14px;
  color: #282c33;
  height: 20px;
  line-height: 20px;
}
.budget-additional-content-source-item-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.budget-additional-content-source-item-amount {
  margin-top: 2px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #848b99;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.reject-form-container {
  padding-top: 18px;
}
.reject-form-container-content {
  margin-bottom: 50px;
}
.reject-form-container .submit-btn-groups {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  position: absolute;
  bottom: 24px;
  width: 552px;
  justify-content: center;
}
.reject-form-container .submit-btn-groups > button:first-child {
  margin-right: 30px;
}
.reject-form-container-row {
  display: flex;
}
.reject-form-container-tips {
  margin-top: 58px;
  color: #999;
  font-size: 11px;
  line-height: 18px;
}
.reject-form-container .reject-item .one-uploader {
  width: 120px !important;
}
.reject-form-container-fileId-uploader {
  margin-bottom: 10px;
}
.reject-form-container-fileId-uploader .one-uploader-anchor-image,
.reject-form-container-fileId-uploader .one-uploader-anchor-image-button {
  width: 100px !important;
  height: 100px !important;
}
.reject-form-container-fileId-uploader .one-uploader-image-item-card {
  width: 100px !important;
  height: 100px !important;
}
.reject-form-container-fileId-uploader .icon-image-add {
  top: 30px !important;
}
.reject-form-container .fileId-uploader-none .one-uploader-anchor-image {
  display: none;
}
.reject-form-container .delete-reject-item-icon {
  margin-left: 12px;
  margin-top: 8px;
  cursor: pointer;
}
.reject-form-container .add-reject-item-btn {
  margin-left: 88px;
}
.reject-form-container .add-reject-item-btn .one-icon-plus {
  font-size: 8px;
  margin-right: 4px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.reject-content-col {
  display: flex;
  line-height: 32px;
}
.reject-content-col-label {
  color: #151515;
  margin-right: 30px;
}
.reject-content-image {
  height: 150px;
}
.reject-content-modal-blank {
  display: inline-block;
  min-width: 200px;
}
.reject-content-modal-image {
  width: 100%;
}
.reject-content-modal .new-fc-one-modal-header {
  opacity: 0;
}
.reject-content-modal .new-fc-one-modal-footer {
  display: none;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.d2klh h1,
.d2klh h3,
.d2klh ol,
.d2klh ul,
.d2klh p,
.d2klh li {
  all: revert;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-script .script-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  line-height: 68px;
  margin-bottom: 10px;
  background: #f6f7fa;
  border-radius: 4px;
}
.order-script .script-item:last-of-type {
  margin-bottom: 0;
}
.order-script .script-item .script-item-title {
  position: relative;
  width: 159px;
  padding-left: 20px;
  font-size: 14px;
  color: #3574ca;
  cursor: pointer;
}
.order-script .script-item .script-item-title:hover {
  font-weight: 500;
}
.order-script .script-item .script-item-title:hover .script-title-icon {
  font-weight: 500;
}
.order-script .script-item .script-item-title .script-title-icon {
  color: #3574ca;
  margin-right: 7px;
}
.order-script .script-item .script-item-operate {
  position: relative;
}
.order-script .script-item .script-item-operate .script-operate-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
.order-script .script-item .script-item-operate .script-operate-content .script-operate-btn {
  border-radius: 2px;
}
.order-script .script-item .script-item-operate .script-operate-content .script-operate-btn:last-of-type {
  margin-left: 15px;
}
.order-script .script-item .script-item-operate .script-operate-txt {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
  text-align: right;
}
.order-script .script-item .script-item-operate .script-operate-txt .fail-tip-btn {
  position: absolute;
  right: -90px;
  line-height: 68px;
}
.order-script .script-collapse {
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 1;
}
.order-script .script-collapse.collapse-true {
  margin-bottom: 10px;
}
.order-script .script-collapse .collapse-span {
  margin-left: 20px;
  color: #3D88F2;
  cursor: pointer;
}
.order-script .script-collapse .collapse-span .collapse-icon {
  font-size: 10px;
  color: #3D88F2;
  margin-left: 5px;
  transition: all ease 0.3s;
}
.order-script .textoverflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-script .icon-success,
.order-script .icon-fail {
  margin-right: 8px;
}
.order-script .icon-success {
  color: #39bf45;
}
.order-script .icon-fail {
  color: #e64552;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.item-context {
  height: 267px;
}
.item-context.item-context-normal-1 {
  width: 150px;
  height: 267px;
  overflow: hidden;
}
.item-context.item-context-normal-1 .video-element {
  width: 150px;
  overflow: hidden;
}
.item-context.item-context-normal-1 .img-wrapper img {
  width: 150px;
}
.item-context.item-context-normal-2 {
  width: 267px;
  height: 150px;
  overflow: hidden;
}
.item-context.item-context-normal-2 .video-element {
  width: 267px;
  overflow: hidden;
}
.item-context.item-context-normal-2 .img-wrapper img {
  width: 267px;
}
.item-context .img-wrapper-container,
.item-context .img-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-context .img-wrapper-container .play-icon,
.item-context .img-wrapper .play-icon {
  width: 37.5px;
  height: 37.5px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  cursor: pointer;
}
.item-context .img-wrapper-container .play-icon .icon-center::after,
.item-context .img-wrapper .play-icon .icon-center::after {
  position: absolute;
  content: "";
  left: calc(50% - 3px);
  top: calc(50% - 5px);
  border-top: 5px solid transparent;
  border-left: 6.5px solid #fff;
  border-bottom: 5px solid transparent;
  border-right: 6.5px solid transparent;
}
.item-context .img-wrapper-container .wrapper-text,
.item-context .img-wrapper .wrapper-text {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding: 0 20px;
  text-align: center;
}
.item-context .img-wrapper-container img,
.item-context .img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-context video,
.item-context img {
  -o-object-fit: fill;
     object-fit: fill;
}
.item-context .video-player-icon {
  width: 22.5px;
  height: 22.5px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  color: #fff;
  text-align: center;
  line-height: 22.5px;
  cursor: pointer;
}
.item-context .video-player-icon.video-upload-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.item-context .video-player-icon.video-del-icon {
  position: absolute;
  bottom: 10px;
  right: 47.5px;
}
.item-context .video-player-icon.video-del-icon .one-icon-delete::before {
  color: #fff !important;
}
.item-context.item-context-poster {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}
.item-context.item-context-poster .context-part {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}
.item-context.item-context-poster .context-part .article-link {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  color: #3d88f2;
}
.item-context.item-context-poster .context-part .article-link .link-icon {
  margin-right: 10px;
  font-size: 14px;
}
.item-context.item-context-poster .context-part .article-link .link-href {
  font-size: 14px;
  text-decoration: none;
}
.item-context.item-context-poster .context-part .article-line-one {
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-context.item-context-poster .context-part.context-part-1 {
  width: 150px;
}
.item-context.item-context-poster .context-part.context-part-1 .video-element {
  height: 267px;
  overflow: hidden;
}
.item-context.item-context-poster .context-part.context-part-1 .img-wrapper {
  height: 267px;
}
.item-context.item-context-poster .context-part.context-part-2 {
  width: 267px;
}
.item-context.item-context-poster .context-part.context-part-2 .video-element {
  height: 150px;
  overflow: hidden;
}
.item-context.item-context-poster .context-part.context-part-2 .img-wrapper {
  height: 150px;
}
.item-context.item-context-poster .context-part.context-part-3 {
  width: 478px;
}
.item-context.item-context-poster .context-part.context-part-3 .video-element {
  height: 150px;
  overflow: hidden;
}
.item-context.item-context-poster .context-part.context-part-3 .img-wrapper {
  height: 150px;
}
.item-context.item-context-poster .context-part:last-of-type {
  margin-right: 0;
}
.item-context.item-context-img {
  display: block;
}
.item-context.item-context-img .context-part {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}
.item-context.item-context-img .context-part .article-link {
  padding: 6px 0 16px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  color: #3d88f2;
}
.item-context .one-loading-nested-loading {
  display: flex;
  width: 100%;
  height: 100%;
}
.item-context .one-loading-nested-loading .one-loading-container {
  width: 100%;
  height: 100%;
}
.item-context .one-loading-nested-loading .one-loading-container.one-loading-blur {
  background-color: #e5e5e5;
}
.jw-controls .jw-controlbar-left-group .jw-text-split {
  display: none;
}
.jw-controls .jw-controlbar-right-group .jw-icon-playrate {
  display: none;
}
.jw-controls .jw-controlbar-right-group .jw-icon-volume {
  display: none;
}
.jw-state-idle .jw-preview {
  background-size: contain;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-videos {
  position: relative;
}
.order-videos .one-loading-container::after {
  background: transparent !important;
}
.order-videos .videos-items-context {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: 15px;
}
.order-videos .videos-items-context-title {
  margin-bottom: 14px;
  padding: 0 0 12px 10px;
  border-bottom: 1px solid #DCDCDC;
  color: #333;
  line-height: 14px;
}
.order-videos .videos-items-context .videos-item-content {
  position: relative;
  box-sizing: border-box;
}
.order-videos .videos-items-context .videos-item-content.videos-item-type-1,
.order-videos .videos-items-context .videos-item-content.videos-item-type-2 {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.order-videos .videos-items-context .videos-item-content.videos-item-type-1 {
  width: 150px;
}
.order-videos .videos-items-context .videos-item-content.videos-item-type-1:nth-of-type(5) {
  margin-right: 0;
}
.order-videos .videos-items-context .videos-item-content.videos-item-type-2 {
  width: 267px;
}
.order-videos .videos-items-context .videos-item-content.videos-item-type-2:nth-of-type(3) {
  margin-right: 0;
}
.order-videos .videos-items-context .videos-item-content.video-item-poster-theme {
  margin-right: 15px;
  border-radius: 4px;
}
.order-videos .videos-items-context .videos-item-content.video-item-poster-theme .item-context-poster {
  padding: 16px 16px;
  background-color: #f6f7fa;
}
.order-videos .videos-items-context .videos-item-content.video-item-poster-theme.video-item-poster-theme-1:nth-of-type(2) {
  margin-right: 0;
}
.order-videos .videos-items-context .videos-item-content.video-item-poster-theme .item-operate {
  border: 0;
  background: #f6f7fa;
}
.order-videos .videos-items-context .videos-item-content .item-operate {
  position: relative;
  padding: 0 0 16px 16px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  text-align: center;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content {
  text-align: left;
  height: 100%;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .videos-operate-btn {
  border-radius: 2px;
  margin-right: 15px;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .videos-operate-btn:last-of-type {
  margin-right: 0;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality_audit_tip {
  display: flex;
  margin-bottom: 16px;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality_audit_tip .tip_icon {
  margin-right: 9px;
  color: #FF9100;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality_audit_tip .tip_desc_vertical,
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality_audit_tip .tip_desc_horizontal {
  width: 253px;
  line-height: 17px;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality_audit_tip .tip_desc_horizontal {
  width: 530px;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality-audit-tip-no-video {
  display: flex;
  margin-left: 16px;
  align-items: center;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality-audit-tip-no-video .tip-icon-no-video {
  margin-right: 9px;
  color: #FF9100;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .quality-audit-tip-no-video .tip-desc-no-video {
  width: 300px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-content .new-fc-one-modal-mask {
  display: none;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-txt {
  display: flex;
  position: relative;
  padding: 9px 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-txt .reject-reason {
  display: flex;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-txt .reject-reason .reason-content,
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-txt .reject-reason .reason-content_novideo {
  width: 110px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-txt .reject-reason .reason-content_novideo {
  width: 330px;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-confirm {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-confirm .release-time-tip {
  display: flex;
  margin-top: 16px;
}
.order-videos .videos-items-context .videos-item-content .item-operate .videos-operate-confirm-preview {
  margin-top: 16px;
}
.order-videos .videos-items-context .works-operate {
  display: flex;
}
.order-videos .videos-collapse {
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 1;
}
.order-videos .videos-collapse.collapse-true {
  margin-bottom: 10px;
}
.order-videos .videos-collapse .collapse-span {
  margin-left: 20px;
  color: #3d88f2;
  cursor: pointer;
}
.order-videos .videos-collapse .collapse-span .collapse-icon {
  font-size: 10px;
  color: #3d88f2;
  margin-left: 5px;
  transition: all ease 0.3s;
}
.order-videos .icon-success,
.order-videos .icon-fail {
  margin-right: 8px;
}
.order-videos .icon-success {
  color: #39bf45;
}
.order-videos .icon-fail {
  color: #e64552;
}
.order-detail-video-reject-overlay .one-popover-content {
  width: 552px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-urls .urls-item {
  position: relative;
  padding: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  background: #f6f7fa;
  border-radius: 4px;
}
.order-urls .urls-item:last-of-type {
  margin-bottom: 0;
}
.order-urls .urls-item .urls-item-title {
  position: relative;
  width: 293px;
  font-size: 14px;
  color: #0054e6;
  cursor: pointer;
}
.order-urls .urls-item .urls-item-title .icon-link {
  margin-right: 4px;
}
.order-urls .urls-item .urls-item-title:hover {
  font-weight: 500;
}
.order-urls .urls-item .urls-item-title .order-tip {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #009940;
}
.order-urls .urls-item .urls-item-title .order-question {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #848b99;
}
.order-urls .urls-item .quality_audit_tip {
  display: flex;
  padding-bottom: 16px;
}
.order-urls .urls-item .quality_audit_tip .tip_icon {
  margin-right: 9px;
  color: #FF9100;
}
.order-urls .urls-item .quality_audit_tip .tip_desc {
  width: 250px;
  line-height: 17px;
}
.order-urls .urls-item .urls-item-operate {
  position: relative;
  margin: 16px 20px 0 0;
  width: 275px;
}
.order-urls .urls-item .urls-item-operate .urls-operate-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.order-urls .urls-item .urls-item-operate .urls-operate-content .urls-operate-btn {
  margin-right: 15px;
}
.order-urls .urls-item .urls-item-operate .urls-operate-txt {
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
}
.order-urls .urls-item .urls-item-operate .urls-operate-txt .url-reason {
  display: flex;
  margin-left: 10px;
}
.order-urls .urls-item .urls-item-operate .urls-operate-txt .url-reason .url-reason-text {
  width: 134px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-urls .urls-item .urls-item-operate .urls-operate-txt .urls-operate-btn {
  margin-left: 20px;
}
.order-urls .no-background {
  background: none;
}
.order-urls .urls-collapse {
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 1;
}
.order-urls .urls-collapse.collapse-true {
  margin-bottom: 10px;
}
.order-urls .urls-collapse .collapse-span {
  margin-left: 20px;
  color: #3D88F2;
  cursor: pointer;
}
.order-urls .urls-collapse .collapse-span .collapse-icon {
  font-size: 10px;
  color: #3D88F2;
  margin-left: 5px;
  transition: all ease 0.3s;
}
.order-urls .textoverflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-urls .icon-success,
.order-urls .icon-fail {
  margin-right: 8px;
}
.order-urls .icon-success {
  color: #39bf45;
}
.order-urls .icon-fail {
  color: #e64552;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.source-delivery {
  position: relative;
  width: 295px;
  padding: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  background: #f6f7fa;
  border-radius: 4px;
}
.source-delivery-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #009940;
}
.source-delivery-question {
  margin: 4px 0px 8px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #848b99;
}
.source-delivery-dialog .one-dialog-content {
  height: 220px;
}
.source-delivery-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 15px;
}
.source-delivery-container > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-link-fiedls {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -15px;
}
.order-link-fiedls .fields-form {
  width: 510px;
}
.order-link-fiedls .fields-form .form-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1;
  padding: 15px 0;
  color: #333;
}
.order-link-fiedls .fields-form .form-item .item-label {
  text-align: right;
  width: 100px;
}
.order-link-fiedls .fields-form .form-item .item-context-text {
  flex: 1;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-link-fiedls .fields-form .form-item .item-context-text .context-img {
  width: 187.5px;
  height: 122.5px;
  -o-object-fit: fill;
     object-fit: fill;
}
.order-link-fiedls .fields-preview {
  width: 350px;
  margin-left: 100px;
}
.order-link-fiedls .fields-preview .preview-context {
  position: relative;
}
.order-link-fiedls .fields-preview .preview-context .preview-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-detail-task-detail {
  padding-bottom: 24px;
  font-size: 14px;
  color: black;
}
.order-detail-task-detail-container {
  display: flex;
  margin-bottom: 24px;
}
.order-detail-task-detail-container:last-child {
  margin-bottom: 0;
}
.order-detail-task-detail-box {
  display: flex;
}
.order-detail-task-detail-box-container {
  display: flex;
  align-items: center;
}
.order-detail-task-detail-icon-hover {
  display: flex;
  align-items: center;
  margin: 0 14px 0 -24px;
  color: #848b99;
}
.order-detail-task-detail-label {
  flex-shrink: 0;
  margin-right: 28px;
}
.order-detail-task-detail-label-budget {
  line-height: 36px;
}
.order-detail-task-detail-link {
  color: #0054e6;
  cursor: pointer;
  word-break: break-all;
}
.order-detail-task-detail-link-icon {
  margin-right: 4px;
}
.order-detail-task-detail-progress-container {
  display: flex;
  align-items: center;
}
.order-detail-task-detail .one-progress-line .one-progress-text {
  max-width: initial;
}
.order-detail-task-detail-progress {
  margin-right: 16px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-detail-task-data {
  padding-bottom: 24px;
  font-size: 14px;
}
.order-detail-task-data-item {
  margin-top: 8px;
}
.order-detail-task-data-item-title {
  margin-bottom: 24px;
  padding-left: 8px;
  border-left: 3px #1a6eff solid;
}
.order-detail-task-data-item-radio {
  margin-bottom: 20px;
}
.order-detail-task-data-item-cards:last-child {
  margin-bottom: 32px;
}
.order-detail-task-data-item-card,
.order-detail-task-data-item-card-last {
  padding: 16px;
  width: calc(25% - 45.5px);
  height: 72px;
  background-image: url(https://now.bdstatic.com/store/v2/e8a15f8/fe-commercial/8feb38e/a754c66d73c8dfb01df3.png);
  background-size: cover;
  border-radius: 6px;
}
.order-detail-task-data-item-card-label,
.order-detail-task-data-item-card-last-label {
  margin-bottom: 8px;
  line-height: 20px;
  font-weight: 500;
}
.order-detail-task-data-item-card-desc,
.order-detail-task-data-item-card-last-desc {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #191b1e;
}
.order-detail-task-data-empty-item {
  padding-bottom: 36px;
  text-align: center;
  color: #848b99;
  font-size: 14px;
}
.order-detail-task-data-empty-img {
  margin: 12px auto;
  width: 220px;
}
.order-detail-task-data-icon {
  margin-left: 4px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.commonRender-one-row {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commonRender-one-row.commonRender-any-row {
  width: 400;
  display: -webkit-box;
  white-space: wrap;
  -webkit-box-orient: vertical;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.comment-section-status {
  display: flex;
  align-items: center;
}
.comment-section-status .section-status-global {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 6px;
}
.comment-section-status .section-status-Unaudited {
  background-color: #a8b0bf;
}
.comment-section-status .section-status-online {
  background-color: #2fc724;
}
.comment-section-status .section-status-rejected {
  background-color: #ff3a33;
}
.comment-manage-drawer {
  --dls-tab-menu-padding: 0px;
}
.comment-manage-drawer.one-drawer-open {
  transform: translateX(0) !important;
}
.comment-manage-drawer .drawer-title {
  padding-bottom: 15px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.comment-dialog-mask {
  width: 1101px;
  right: 0;
  left: auto;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.page-back {
  display: flex;
  align-items: center;
}
.page-back .back-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  line-height: 22px;
}
.page-back .back-icon svg {
  width: 100%;
  height: 100%;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.OkP0r {
  width: 800px;
  max-width: 800px;
}
.OkP0r .one-popover-inner {
  width: 800px;
  height: 450px;
}
.OkP0r .one-popover-inner .one-popover-title {
  margin-bottom: 16px;
  padding: 24px 24px 0;
}
.OkP0r .one-popover-inner .one-popover-inner-content {
  padding: 0 24px 24px;
}
.SfFpz {
  height: 364px;
}
.SfFpz .one-table-head-cell {
  height: 44px;
  padding: 10px 16px;
}
.osigY {
  margin-left: 8px;
  width: 88px;
  height: 24px;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: "PingFang SC";
  font-size: 12px;
  line-height: 16px;
  background: #fff0f5;
  color: #f01f87;
  cursor: pointer;
}
.osigY:hover {
  background: #ffe0ec;
}
.osigY:active {
  background: #ffc2da;
}
.rvLc2 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.rvLc2 input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.rvLc2 .one-ui-pro-multiLabel-input-area {
  max-height: none !important;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-detail-extra-service {
  padding-bottom: 24px;
}
.order-detail-extra-service-radio-container {
  margin-bottom: 20px;
}
.order-detail-extra-service-item-label.with-label-holder .with-label-label {
  margin-right: 28px;
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: right;
}
.order-detail-extra-service-item-label-text.with-label-holder .with-label-label {
  height: auto;
  line-height: normal;
}
.order-detail-extra-service-item-container {
  margin-bottom: 24px;
}
.order-detail-extra-service-item-container-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #282c33;
}
.order-detail-extra-service-item-content {
  display: flex;
}
.order-detail-extra-service-item-content-title {
  display: flex;
  align-items: center;
  margin-right: 12px;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #282c33;
}
.order-detail-extra-service-item-label {
  margin-bottom: 24px;
  align-items: flex-start;
}
.order-detail-extra-service-item-label-config {
  display: flex;
}
.order-detail-extra-service-item-label-container {
  width: 100%;
  height: 80px;
}
.order-detail-extra-service-item-label-container .order-detail-extra-service-item-label-imgConfig {
  position: absolute;
  height: 80px;
  width: 142px;
  left: 360px;
}
.order-detail-extra-service-default-link,
.order-detail-extra-service-link {
  line-height: 20px;
}
.order-detail-extra-service-link {
  max-width: 287px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-detail-extra-service .one-ui-pro-multiLabel-body {
  margin-bottom: 0;
}
.order-detail-extra-service-detail-topic-remove-row {
  display: flex;
  margin: 0 0 24px 15px;
}
.order-detail-extra-service-detail-topic-remove-row-label,
.order-detail-extra-service-detail-topic-remove-row-value {
  font-size: 14px;
  line-height: 20px;
}
.order-detail-extra-service-detail-topic-remove-row-label {
  width: 56px;
  text-align: right;
  color: #545B66;
}
.order-detail-extra-service-detail-topic-remove-row-value {
  overflow: hidden;
  margin-left: 24px;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(----G9, #282C33);
}
.order-detail-extra-service-detail-topic-remove-row:last-child {
  margin-bottom: 0;
}
.feedback-title {
  height: 16px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #282c33;
}
.feedback-content {
  font-family: "PingFang SC";
  font-size: 12px;
  line-height: 18px;
  color: #282c33;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-operate-record {
  background-color: #fff;
  padding: 24px;
}
.order-operate-record-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #191b1e;
  margin-bottom: 24px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.order-operate-talent {
  margin-bottom: 16px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background: #fff;
}
.order-operate-talent-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #191b1e;
  margin-bottom: 24px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.opt-order {
  background-color: #fff;
  padding: 24px;
  margin-top: 16px;
}
.opt-order-content {
  display: flex;
  align-items: center;
}
.opt-order-content button {
  margin-right: 16px;
}
.opt-order-content-tip {
  font-size: 14px;
  color: #848b99;
}
.opt-order-popover {
  font-size: 14px;
}
.opt-order-close,
.opt-order-confirm {
  margin-left: 20px;
}
.opt-order-close-tip,
.opt-order-confirm-tip {
  margin-bottom: 16px;
  font-size: 14px;
  color: #848b99;
}
.opt-order-close-item,
.opt-order-confirm-item {
  display: flex;
  margin: 16px 0;
  font-size: 14px;
}
.opt-order-close-item-title,
.opt-order-confirm-item-title {
  margin-top: 5px;
  flex-shrink: 0;
  width: 70px;
}
.opt-order-close-btn {
  margin: 0 16px 0 20px;
}
.opt-order-confirm {
  margin-left: -20px;
}
.opt-order .confirm {
  margin-left: 20px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.essay-confirm-order-operate-in {
  background: linear-gradient(180deg, #C4DAFF -144.23%, rgba(196, 218, 255, 0) 117.31%);
}
.essay-confirm-order-operate-in .operate-tag-color {
  color: #0054e6;
}
.essay-confirm-order-operate-out {
  background: linear-gradient(180deg, #FFDEA8 -144.23%, rgba(255, 222, 168, 0) 117.31%);
}
.essay-confirm-order-operate-out .operate-tag-color {
  color: #ff8400;
}
.essay-confirm-order-operate-finish {
  background: linear-gradient(180deg, #B6EDB2 -144.23%, rgba(182, 237, 178, 0) 117.31%);
}
.essay-confirm-order-operate-finish .operate-tag-color {
  color: #24c729;
}
.essay-confirm-order-operate-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 23px;
  height: 78px;
  border-radius: 4px 4px 0px 0px;
}
.essay-confirm-order-operate-box {
  display: flex;
  align-items: center;
}
.essay-confirm-order-operate-box-btn-common {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.essay-confirm-order-operate-box-btn-common-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #282c33;
}
.essay-confirm-order-operate-box-btn-common-close {
  font-size: 16px;
  cursor: pointer;
}
.essay-confirm-order-operate-box-btn-popover {
  width: 400px;
}
.essay-confirm-order-operate-box-btn-popover .one-popover-title {
  width: 100%;
  padding: 8px 8px 0;
}
.essay-confirm-order-operate-box-btn-popover .one-popover-inner-content {
  padding: 0 24px 24px;
}
.essay-confirm-order-operate-box-dataDetail {
  margin-left: 8px;
}
.essay-confirm-order-operate-box-content {
  width: 352px;
  color: #282c33;
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 26px;
}
.essay-confirm-order-operate-box-tips {
  margin-left: 12px;
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 20px;
  color: #848B99;
}
.essay-confirm-order-operate-tag {
  display: flex;
}
.essay-confirm-order-operate-tag span:first-child {
  font-size: 24px;
}
.essay-confirm-order-operate-tag span:last-child {
  margin-left: 8px;
  line-height: 24px;
  font-weight: 600;
  font-size: 18px;
}
.essay-confirm-order-confirm-desc {
  width: 352px;
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 26px;
  color: #282c33;
}
.essay-confirm-order-confirm-btn {
  display: flex;
  margin-top: 24px;
}
.essay-confirm-order-confirm-btn .confirm-cancel-btn:last-child {
  margin-left: 12px;
}
.confirm-table-title {
  padding: 1.5px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #282c33;
}
.confirm-table-filters-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.confirm-table-filters-text {
  font-size: 12px;
  line-height: 18px;
  color: #282c33;
}
.confirm-table-info-icon {
  color: #848b99;
}
.confirm-table-title-link {
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0054e6;
  font-size: 12px;
}
.confirm-table-operate-group-btn {
  font-size: 12px;
  line-height: 16px;
}
.confirm-table-operate-group-btn:first-child {
  margin-right: 16px;
}
.confirm-table-operate-group-popover {
  width: 400px;
}
.confirm-table-operate-group-popover .one-popover-title {
  padding: 24px 24px 0;
  margin-bottom: 16px;
}
.confirm-table-operate-group-popover .one-popover-inner-content {
  padding: 0 24px 24px;
}
.confirm-table-operate-group-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.confirm-table-operate-group-common-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #282c33;
}
.confirm-table-operate-group-common-close {
  font-size: 16px;
  cursor: pointer;
}
.confirm-table-operate-group-reject-desc {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 26px;
  color: #282c33;
}
.confirm-table-operate-group-reject-box {
  display: flex;
}
.confirm-table-operate-group-reject-box-top {
  margin-top: 8px;
}
.confirm-table-operate-group-reject-title {
  flex-shrink: 0;
  width: 70px;
  height: 32px;
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 26px;
  color: #282c33;
}
.confirm-table-operate-group-reject-select {
  flex: 1;
  max-width: 282px;
}
.confirm-table-operate-group-reject-select-dropdown {
  width: 400px !important;
}
.confirm-table-operate-group-reject-input {
  flex: 1;
}
.confirm-table-operate-group-reject-input .one-input-detail {
  width: 282px;
}
.confirm-table-operate-group-reject-btn {
  display: flex;
  margin-top: 24px;
}
.confirm-table-operate-group-reject-btn .confirm-cancel-btn:last-child {
  margin-left: 12px;
}
.confirm-table-text {
  font-size: 12px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.P7VUj .one-button {
  height: 28px;
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

.YgSrF {
  width: calc(100vw - 48px);
}
/**
 * Colors
 */
/* Brand colors */
/* contextual colors */
/* Gray scale colors */
/**
 * Typography
 */
/**
 * Spacing
 */
/* Heights */
/**
 * Global foreground colors
 */
/**
 * Global layer styles
 */
/* Base layers */
/* Primary layers */
/* Normal layers */
/* Current layers */
/* Strong layers */
/* Fillable & pressable layers */
/* Translucent layers */
/* Translucent reverse layers */
/* Modal layers */
/**
 * Misc
 */
/* Line colors */
/* Border radii */
/* Shadows */
/* @deprecated Light shadows */
/* Other focus styles */
/* Icons */
/* Transition */

