.components-manage-list {
  padding: 24px;
  border-radius: 3px;
  width: calc(100vw - 311px);
  background: #fff;
}
@media (max-width: 1248px) {
  .components-manage-list {
    width: 1150px;
  }
}
.components-manage-list .goods-card-preview {
  box-sizing: border-box;
  display: flex;
  padding: 7px;
  width: 220px;
  height: 55px;
  border-radius: 5px;
  justify-content: space-between;
  cursor: pointer;
  font-family: PingFang SC;
  background-color: #f5f5f5;
}
.components-manage-list .goods-card-preview-info {
  display: flex;
}
.components-manage-list .goods-card-preview-info-img {
  width: 41px;
  height: 41px;
  border-radius: 6px;
}
.components-manage-list .goods-card-preview-info-main {
  display: flex;
  width: 116px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 4px;
}
.components-manage-list .goods-card-preview-info-describe {
  display: flex;
  flex-direction: column;
}
.components-manage-list .goods-card-preview-info-describe-title {
  display: -webkit-box;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  -webkit-transform-origin-x: 0;
  transform: scale(0.64);
}
.components-manage-list .goods-card-preview-info-describe-price {
  font-weight: 500;
  color: #f60;
  -webkit-transform-origin-x: 0;
  transform: scale(0.57);
}
.components-manage-list .goods-card-preview-info-platform {
  display: flex;
  color: #858585;
  -webkit-transform-origin-x: 0;
  transform: scale(0.5);
  line-height: 9px;
}
.components-manage-list .goods-card-preview-info-platform-origin {
  margin-right: 3px;
}
.components-manage-list .goods-card-preview-operate {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.components-manage-list .goods-card-preview-operate svg {
  width: 33px;
}
.components-manage-list .jmy-card-preview {
  box-sizing: border-box;
  display: flex;
  padding: 7px;
  width: 220px;
  height: 55px;
  border-radius: 5px;
  justify-content: space-between;
  cursor: pointer;
  font-family: PingFang SC;
  background-color: #f5f5f5;
}
.components-manage-list .jmy-card-preview button {
  width: 206px;
}
.components-manage-list .jmy-card-preview button span {
  width: 100%;
  text-align: left;
  font-size: 11px;
  color: #4367b4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.components-manage-list .h5-card {
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 220px;
  height: 86px;
  padding: 5px;
  transform: scale(1);
}
.components-manage-list .h5-card-info {
  width: 220px;
}
.components-manage-list .h5-card-info-img {
  width: 48px;
  height: 48px;
}
.components-manage-list .h5-card-info-main-title {
  width: 200px;
  margin-top: 0;
  font-size: 14px;
  -webkit-transform-origin-x: 0;
  transform: scale(0.7);
}
.components-manage-list .h5-card-info-main-describe {
  width: 254px;
  margin-top: -3px;
  font-size: 14px;
  -webkit-transform-origin-x: 0;
  transform: scale(0.57);
}
.components-manage-list .h5-card-info-close {
  position: absolute;
  top: 0px;
  left: 204px;
}
.components-manage-list .h5-card-info-close svg {
  width: 12px;
  height: 12px;
}
.components-manage-list .h5-card-operate {
  width: inherit;
  height: 21px;
  font-size: 14px;
  margin: 4px 0 0;
}
.components-manage-list .h5-card-operate span {
  transform: scale(0.71);
}
.components-manage-list .new-jmy-card {
  display: flex;
  padding: 7px;
  width: 208px;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.components-manage-list .new-jmy-card-info-img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.components-manage-list .new-jmy-card-info-main {
  width: 98px;
  margin-left: 6px;
}
.components-manage-list .new-jmy-card-info-main-title {
  width: 206px;
  font-size: 18px;
  font-weight: 500;
  transform: scale(0.54);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin-x: 0;
}
.components-manage-list .new-jmy-card-info-main-describe {
  margin-top: -8px;
  width: 206px;
  font-size: 14px;
  transform: scale(0.54);
  color: #858585;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin-x: 0;
}
.components-manage-list .new-jmy-card-info-detail-btn {
  position: relative;
  display: flex;
  left: 20px;
  width: 90px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: scale(0.69);
  color: #4E6EF2;
  border: 1px solid rgba(78, 110, 242, 0.5);
  border-radius: 15px;
  -webkit-transform-origin-x: 0;
}
.components-manage-table-dot {
  position: absolute;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #0054e6;
}
.components-manage-table-dot-approved {
  background: #009940;
}
.components-manage-table-dot-rejected {
  background: #d9150b;
}
.components-manage-table-dot-container {
  position: relative;
}
.components-manage-table-status {
  margin-left: 16px;
}
.components-manage-table-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.components-manage-table-operation-button {
  margin-right: 10px;
}
.components-manage-filter-wrapper,
.components-manage-filter-alert {
  margin-bottom: 12px;
}
.components-manage-filter-drop-down {
  margin-right: 16px;
}
@media (max-width: 1248px) {
  .bcm-content-with-side-nav .components-manage-list {
    width: 952px;
  }
}
.clue-component-card {
  width: 218px;
}
.clue-component-drawer,
.download-component-drawer {
  z-index: 1040;
}
.clue-component-drawer .title-render,
.download-component-drawer .title-render {
  display: flex;
  align-items: center;
}
.clue-component-drawer .title-render .tip,
.download-component-drawer .title-render .tip {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #848b99;
  line-height: 25px;
}
.clue-component-drawer .protocol-dialog-protocol,
.download-component-drawer .protocol-dialog-protocol {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  vertical-align: middle;
}
.clue-component-drawer .protocol-dialog-protocol-checkbox .one-checkbox + span,
.download-component-drawer .protocol-dialog-protocol-checkbox .one-checkbox + span {
  color: #848b99;
}
.clue-component-drawer .protocol-dialog-protocol-link,
.download-component-drawer .protocol-dialog-protocol-link {
  color: #0054e6;
  cursor: pointer;
  padding-left: 0;
}
.clue-component-drawer .one-form-field-label {
  width: 113px;
}
.download-component-card {
  margin-left: -16px;
  transform: scale(0.86);
}
.download-component-drawer .one-form-field-label {
  width: 136px;
}
/**
 * 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 */

.bcm-order-data-safe-protocol-bold,
.bcm-order-data-safe-protocol-header {
  font-weight: 500;
}
.bcm-order-data-safe-protocol-header {
  text-align: center;
}
/**
 * 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 */

.protocol-dialog-protocol {
  display: inline-block;
}
/**
 * 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 */

.B49Hf {
  width: 100%;
}
.B49Hf .one-menu-inline .one-menu-item-selected:after {
  width: 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 */

.BdcVB {
  font-size: 14px;
}
.BdcVB .KQi7O {
  word-break: break-all;
}
/**
 * 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 */

.m1K2A {
  position: relative;
  width: 270px;
  height: 502px;
  border: 1px solid #ebedf5;
  box-shadow: inset 0px -0.446667px 0px #EEEEEE;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.hYg_d {
  width: 268px;
  height: 500px;
}
/**
 * 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 */

.Ofahc {
  width: 268px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.Pg6O4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 268px;
  height: 400px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
.Ljk7a {
  display: flex;
  width: 100%;
}
.Ljk7a img {
  width: 100%;
}
.vDsqE {
  line-height: 14px;
  text-align: center;
  color: #999999;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
  margin: 0 10px;
  font-weight: 600;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MBXrj {
  padding: 2px 0;
  line-height: 18px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sbJJO {
  line-height: 16px;
  text-align: center;
  color: #333;
  padding: 10px 10px 6px;
  font-weight: 600;
  font-size: 12px;
}
.yG35m > img {
  width: 268px;
}
.z5Ybc {
  margin-bottom: -20px;
}
.Mlu1G {
  display: flex;
  align-items: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.O1ie3 {
  flex: 1;
  height: 32px;
  border-radius: 21px;
  background-color: #E6322E;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
}
.KNjnX {
  position: absolute;
  bottom: 82px;
  left: 8px;
  width: 252px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  color: #4E6EF2;
}
.B1K7S {
  position: absolute;
  bottom: 36px;
  left: 8px;
  width: 252px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  color: #4E6EF2;
}
._C1CV {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.MDD0H {
  width: 268px;
  height: 400px;
}
/**
 * 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 */

.NqGWz {
  padding: 18px;
  width: 316px;
  max-height: calc(100vh - 160px);
  position: sticky;
  top: 0;
  overflow-y: auto;
  border: 1px solid #ebedf5;
  border-radius: 8px;
  box-sizing: border-box;
}
.kruQL {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #191b1e;
}
.esTT7 {
  margin-bottom: 8px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #848b99;
}
.fIzto {
  position: absolute;
  bottom: 230px;
  left: 8px;
}
.q8LKM {
  position: absolute;
  bottom: 122px;
  left: 8px;
}
/**
 * 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 */

.PkwEn {
  display: flex;
  align-items: center;
}
/**
 * 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 */

.JXMpT {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #191b1e;
}
.JXMpT:not(:first-of-type) {
  margin-top: 32px;
}
.lxV5r {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  word-break: keep-all;
}
.yFlNq {
  display: flex;
  align-items: center;
}
.sE0zd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bgcrq {
  margin-bottom: 16px;
}
.t6pku {
  color: #f27318;
  margin-right: 8px;
}
.Xo5P0 {
  display: flex;
}
.jIlkA {
  color: #f27318;
  margin-right: 2px;
}
.W8TUo .one-input-all-container-medium .one-input-error {
  font-size: 12px;
  margin-left: 0;
}
.W8TUo .fe-link-components-insert-content-content-safe {
  display: flex;
  height: 32px;
}
/**
 * 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 */

.o7Cop {
  position: relative;
  margin-bottom: 20px;
  width: 270px;
  height: 502px;
  border: 1px solid #ebedf5;
  box-shadow: inset 0px -0.446667px 0px #EEEEEE;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.tPlyx {
  width: 268px;
  height: 500px;
}
/**
 * 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 */

.AXGQs {
  padding: 18px;
  margin-left: 47px;
  margin-bottom: 24px;
  width: 316px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  border: 1px solid #ebedf5;
  border-radius: 8px;
  box-sizing: border-box;
}
.fxSii {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #191b1e;
}
.Mlzt8 {
  margin-bottom: 8px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #848b99;
}
.V1nK1 {
  position: absolute;
  bottom: 230px;
  left: 8px;
}
.j8dOJ {
  position: absolute;
  bottom: 122px;
  left: 8px;
}
.dhWeK {
  display: flex;
  margin-bottom: 8px;
}
.dhWeK button {
  font-size: 12px;
  line-height: 16px;
}
.nSt06 {
  margin-right: 20px;
  padding-right: 20px !important;
  border-right: 1px solid #d3d9e6 !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 */

.WGN4B {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #191b1e;
}
.WGN4B:not(:first-of-type) {
  margin-top: 32px;
}
.MjMEr {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
}
.R9cFI {
  display: flex;
  align-items: center;
}
.uRo2x {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g9sdM {
  margin-bottom: 16px;
}
.TWvYD {
  color: #f27318;
  margin-right: 8px;
}
.p9kT_ {
  display: flex;
}
.gJTJu {
  margin-bottom: 12px;
}
.XIxKZ {
  color: #f27318;
  margin-right: 2px;
}
._NBe_ .one-input-all-container-medium .one-input-error {
  font-size: 12px;
  margin-left: 0;
}
._NBe_ .AR1IF {
  width: 136px;
}
._NBe_ .fe-link-components-insert-content-content-safe {
  display: flex;
  height: 32px;
}
._NBe_ .fe-link-components-insert-content-content-safe .one-input-error-bottom {
  margin-top: 0;
}
.DbdV7 {
  color: #848b99;
  font-size: 12px;
}
.DbdV7 a {
  color: #0054e6;
}
.ZCwDj {
  font-size: 14px;
  word-break: break-all;
}
/**
 * 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 */

.components-drawer .components-manage-list {
  padding: 0;
  width: 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 */

.Hjqko .one-radio-button-wrapper-medium {
  white-space: nowrap;
  width: 44px;
  height: 28px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 7px;
  border-radius: 4px;
  margin-right: 8px;
  color: #282c33;
}
.Hjqko .one-radio-button-wrapper-checked {
  color: #0054e6;
}
/**
 * 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 */

.mNDA_ {
  display: flex;
  align-items: center;
  padding-left: 27px;
  width: 100%;
  height: 64px;
  background: url('https://pic.rmb.bdstatic.com/d26291dd25dff2fdd4ead680a4852666.png') no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.og57A {
  width: auto;
  height: 4px;
  background: linear-gradient(90deg, #196EFFCC 0%, #C4DAFF 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 */

.i21NB {
  background: #fff;
  padding-bottom: 20px;
}
.i21NB .one-table-selection-column {
  background-color: #fff !important;
}
.i21NB .one-table-placeholder {
  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 */

.t8Qou::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  background: var(--Brand-6, #1A6EFF);
  width: 4px;
  height: 14px;
}
/**
 * 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 */

.yZ1fg .one-charts {
  height: 100%;
}
.yZ1fg .one-charts .one-charts-echarts {
  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 */

