.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 */

.mcn-card-list-item-avatar {
  width: 62px;
  height: 62px;
  border-radius: 62px;
  flex-shrink: 0;
}
.mcn-card-list-item-avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 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 */

.bcm-mcn-container-list-card {
  display: flex;
  gap: 16px;
  width: calc(50% - 8px);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  background: var(--g-0, #fff);
}
.bcm-mcn-container-list-card-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 78px);
  margin-top: 5px;
}
.bcm-mcn-container-list-card-main-title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.bcm-mcn-container-list-card-main-title-name {
  margin-right: 16px;
  font-family: PingFang SC;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--g-9, #282c33);
}
.bcm-mcn-container-list-card-main-title svg {
  flex-shrink: 0;
}
.bcm-mcn-container-list-card-main-orgBrief {
  display: -webkit-box;
  overflow: hidden;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--g-7, #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 */

.bcm-mcn-container {
  width: calc(100vw - 48px);
  margin-top: 26px;
  min-width: 1392px;
}
.bcm-mcn-container-filter {
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
}
.bcm-mcn-container-filter .fe-link-components-searchBox-render-mcn {
  padding: 0;
  padding-bottom: 22px;
}
.bcm-mcn-container-filter .fe-link-components-checkbox-filter > .fe-link-components-checkbox-filter-label {
  width: 116px;
  text-align: right;
}
.bcm-mcn-container-filter .fe-link-components-checkbox-filter > .fe-link-components-checkbox-filter-content > .fe-link-components-checkbox-filter-content-expand {
  height: 32px;
}
.bcm-mcn-container-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
}
.bcm-mcn-container-sort-result {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: var(--g-9, #282c33);
}
.bcm-mcn-container-sort-cascader {
  width: 225px;
}
.bcm-mcn-container-sort-layer {
  height: 96px;
  overflow: hidden;
}
.bcm-mcn-container-list {
  width: 100%;
  height: 100%;
}
.bcm-mcn-container-loading {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.bcm-mcn-container-loading-tips {
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 20px;
  color: #505a6bcc;
}
/**
 * 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 */

.common-label-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFang SC;
  white-space: nowrap;
  color: var(--g-9, #282C33);
  background: var(--22-g-2, #ebedf5);
}
/**
 * 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 */

.mcn-detail-summary {
  flex-shrink: 0;
  align-self: flex-start;
  width: 300px;
  background: #fff;
  border-radius: 4px;
}
.mcn-detail-summary-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  padding-bottom: 0;
  border-bottom: 1px solid #ebedf5;
}
.mcn-detail-summary-data-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 90px;
  flex-shrink: 0;
  background-size: cover;
  background-image: url(https://now.bdstatic.com/store/v2/e8a15f8/fe-commercial/bc2ea01/63c9a785ddbd320378f6.png);
}
.mcn-detail-summary-data-alias {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.mcn-detail-summary-data-orgName {
  margin-top: 6px;
  font-family: PingFang SC;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  color: var(--g-9, #282c33);
}
.mcn-detail-summary-data-specific {
  display: flex;
  gap: 40px;
  margin: 14px 0 24px 0;
}
.mcn-detail-summary-data-specific-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.mcn-detail-summary-data-specific-box-label {
  font-family: PingFang SC;
  color: var(--g-7, #848b99);
  line-height: 20px;
  font-size: 14px;
}
.mcn-detail-summary-data-specific-box-value {
  width: 100%;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: var(--g-9, #282c33);
}
.mcn-detail-summary-tags {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px 16px 16px;
}
.mcn-detail-summary-tags-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mcn-detail-summary-tags-row-label {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-7, #848b99);
}
.mcn-detail-summary-tags-row-descriptionTag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.mcn-detail-summary-tags-row-descriptionTag > .common-label-tag {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--g-9, #282C33);
  background: var(--22-g-2, #ebedf5);
}
.mcn-detail-summary-tags-row-descriptionTag-nothing {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.bcm-mcn-container-filter .one-checkbox-button-wrapper {
  border: 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 */

.videoOrImg-work-show {
  position: relative;
  width: 100%;
  height: 100%;
}
.videoOrImg-work-show-tag {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 0 8px;
  border-radius: 2px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}
.videoOrImg-work-show-back {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  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 */

.mcn-work-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  width: 204px;
  border-radius: 4px;
  background: var(--hover-g-1, #f6f7fa);
  cursor: pointer;
}
.mcn-work-card-preview {
  flex-shrink: 0;
  height: 156px;
  border-radius: 4px 4px 0px 0px;
}
.mcn-work-card-preview-video {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
}
.mcn-work-card-info {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 16px;
  max-height: 40px;
  padding: 0 7px 0 16px;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
.mcn-work-card-data {
  display: flex;
  justify-content: space-around;
  margin-bottom: 16px;
}
.mcn-work-card-data-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 14px;
  gap: 4px;
}
.mcn-work-card-data-item-icon {
  width: 14px !important;
  height: 14px !important;
  color: #848B99;
}
.mcn-work-card-data-item-num {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
/**
 * 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 */

.detail-works {
  flex-shrink: 0;
  padding: 24px;
  border-radius: 4px;
  background: var(--g-0, #fff);
}
.detail-works-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.detail-works-header-title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.detail-works-header-description {
  font-family: PingFang SC;
  font-size: 12px;
  line-height: 16px;
  color: var(--g-7, #848b99);
}
.detail-works-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 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 */

.detail-talent-card {
  display: flex;
  gap: 15px;
  width: calc(50% - 17px);
}
.detail-talent-card-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.detail-talent-card-main-title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.detail-talent-card-main-orgBrief {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  max-height: 40px;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--g-7, #848b99);
}
.detail-talent-card-main-vertical {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.detail-talent-card-main-data {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 16px;
}
.detail-talent-card-main-data-specific {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.detail-talent-card-main-data-specific-label {
  font-family: PingFang SC;
  line-height: 20px;
  font-size: 14px;
  color: var(--g-7, #848b99);
}
.detail-talent-card-main-data-specific-value {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--g-9, #282c33);
}
.detail-talent-card-main-data-specific-special {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--g-9, #282c33);
}
.detail-talent-card-main-data-specific-special::after {
  content: '起';
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.detail-talent-card-main-data-specific-withoutUnits {
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: var(--g-9, #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 */

.detail-talents {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
}
.detail-talents-headerOperate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.detail-talents-headerOperate-title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
.detail-talents-headerOperate-operate {
  display: flex;
  gap: 16px;
}
.detail-talents-headerOperate-operate-sort {
  width: 255px;
}
.detail-talents-headerOperate-operate-layer {
  height: 96px;
  overflow: hidden;
}
.detail-talents-headerOperate-operate-export {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-9, #282c33);
}
.detail-talents-contentList {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 34px;
}
.detail-talents-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  color: var(--g-9, #282c33);
}
.detail-talents-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/**
 * 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-mcn-detail-container-header {
  display: flex;
  align-items: center;
  height: 64px;
  background-image: url(https://now.bdstatic.com/store/v2/e8a15f8/fe-commercial/bc2ea01/8db5527d0d8d8daaa8fa.png);
  background-size: cover;
}
.bcm-mcn-detail-container-header .bcm-page-title {
  margin-bottom: 0;
}
.bcm-mcn-detail-container-content {
  width: 1228px;
  margin: auto;
}
.bcm-mcn-detail-container-box {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.bcm-mcn-detail-container-box-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}
.bcm-mcn-detail-container-box-main-organizationIntro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
}
.bcm-mcn-detail-container-box-main-organizationIntro-title {
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.bcm-mcn-detail-container-box-main-organizationIntro-description {
  color: var(--g-9, #282c33);
  text-align: justify;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 24px;
}
.bcm-mcn-detail-container-box-main-tabs {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 78px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 4px;
}
.bcm-mcn-detail-container-box-main-tabs .one-tabs-bar {
  padding: 0 !important;
}
.bcm-mcn-detail-container-box-main-tabs-tabPane {
  font-family: PingFang SC;
  line-height: 22px;
  color: var(--g-9, #282c33);
}
.bcm-mcn-detail-container-box-main-tabs-tabPane .one-tabs-title-inline-text {
  font-size: 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 */

.laRth {
  width: calc(25% - 26px);
  height: 40px;
  background: linear-gradient(90deg, #619bff 4.12%, #196eff 100%);
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 22px;
  justify-content: center;
  color: #fff;
}
.laRth:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.laRth:nth-child(1)::before {
  display: none;
}
.laRth::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 40px;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #fff -60px, #99beff 367px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 100;
}
.laRth::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 56px;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  background: #196eff;
  z-index: 100;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.laRth:last-child::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 40px;
  right: -37px;
  border-radius: 0% 4px 4px 0%;
  top: 50%;
  transform: translateY(-50%);
  background: #196eff;
  z-index: 100;
  clip-path: 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 */

.Fsw5F .one-tooltip-inner {
  padding: 0;
}
.Fsw5F .one-tooltip-content {
  width: 220px;
  max-width: 420px;
}
/**
 * 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 */

.JCN9w {
  border: 1px solid #e2e6f0;
  border-radius: 4px;
}
.JCN9w .one-table-variant-normal .one-table-thead > tr,
.JCN9w .one-table-variant-normal .one-table-thead > tr > th {
  background: #fff;
}
.JCN9w .one-table-variant-normal .one-table-thead > tr > th {
  border-bottom: 1px solid #e2e6f0;
}
.JCN9w .one-table-variant-normal .one-table-tbody > .one-table-row-placeholder > td {
  border: none;
}
.JCN9w .one-table-thead > tr > th {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  height: 44px;
  text-align: left;
  color: #848b99;
}
.JCN9w .one-table-tbody > tr > td {
  height: 52px;
  box-sizing: border-box;
}
/**
 * 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 */

.taKtO {
  position: relative;
}
.taKtO::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 104px;
  height: 104px;
  background: var(--imgbg) no-repeat right top;
  background-size: 100px 100px;
}
/**
 * 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 */

.U9X5S .one-tabs-bar {
  margin-bottom: 24px;
}
.pW1Et {
  height: 22px;
}
.pW1Et .one-tabs-title {
  height: 27px !important;
  font-size: 16px;
  font-family: "PingFang SC";
  font-weight: 600;
}
.pW1Et .one-tabs-title-inline-text {
  font-weight: 600 !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 */

.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 */

