.pGKlk:last-child {
  margin-right: 0 !important;
}
.pGKlk > .one-tabs-title {
  height: 28px !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 */

.imFunc .imTabFuncTab .one-tabs-nav {
  width: 256px;
}
.imFunc .imTabFuncTab .one-tabs-nav > div {
  display: flex;
  justify-content: space-between;
}
.imFunc .imTabFuncTabPane {
  flex-shrink: 0;
  width: 56px !important;
  margin-right: 20px !important;
}
.imFunc .imTabFuncTabPane:last-child {
  margin-right: 0 !important;
  width: 28px !important;
}
.imFunc .imTabFuncTabPane .one-tabs-title {
  height: 54px !important;
}
.imFunc .imTabFuncGroupPane {
  margin-right: 93px !important;
}
.imFunc .imTabFuncGroupPane .one-tabs-title {
  height: 54px !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 */

@keyframes MvueG {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
._G1C6 {
  animation: MvueG 15s linear infinite;
}
.ubUUh {
  width: calc(100% - 71px);
}
/**
 * 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 */

.kW6XZ {
  height: 338px !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 */

.LlETL .one-textarea-wrapper .one-textarea-container .one-textarea {
  resize: none;
}
.LlETL .one-textarea-wrapper .one-textarea-container .one-textarea.one-invalid {
  border: none;
  border-color: transparent;
  box-shadow: 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 */

.oJfZt {
  animation: ewNGm 2s ease forwards;
}
@keyframes ewNGm {
  0% {
    transform: translate(-43%, 0);
    /* 在原位 */
  }
  30% {
    transform: translate(-43%, -7px);
    /* 第一次跳起 */
  }
  50% {
    transform: translate(-43%, 0);
    /* 回到原位 */
  }
  70% {
    transform: translate(-43%, -7px);
    /* 第二次跳起 */
  }
  100% {
    transform: translate(-43%, 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 */

.bcm-agent-rank-table-column-rank-highlight {
  font-family: PingFang SC;
  text-align: center;
  font-size: 40px;
  color: #f27318;
}
.bcm-agent-rank-table-column-rank-normal {
  font-family: PingFang SC;
  text-align: center;
  font-size: 30px;
  color: #848b99;
}
.bcm-agent-rank-table-column-name {
  display: flex;
  align-items: center;
}
.bcm-agent-rank-table-column-name-image {
  border-radius: 50%;
  height: 54px;
  width: 54px;
}
.bcm-agent-rank-table-column-name-text {
  margin-left: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
.bcm-agent-rank-table-column-vertical-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 2px;
}
.bcm-agent-rank-table-column-vertical-field > span {
  padding: 4px 8px;
  background: #e2e6f0;
}
.bcm-agent-rank-table-column-number {
  font-family: PingFang SC;
  font-size: 14px;
  color: #000;
}
.bcm-agent-rank-table-column-price {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
}
.bcm-agent-rank-table-column-price-suffix {
  margin-left: 6px;
  font-weight: normal;
  font-size: 14px;
}
.bcm-agent-rank-table-column-popover-row {
  display: flex;
  margin-bottom: 5px;
}
.bcm-agent-rank-table-column-popover-label {
  width: 50px;
}
.bcm-agent-rank-table-column-popover-confirm {
  margin-right: 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 */

.bcm-agent-rank-table {
  border-radius: 5px;
}
.bcm-agent-rank-table-title {
  font-size: 12px;
  color: #191b1e;
}
.bcm-agent-rank-table .new-fc-one-table {
  border-radius: 5px;
}
.bcm-agent-rank-table .new-fc-one-table .new-fc-one-table-tbody > tr {
  height: 100px;
}
.bcm-agent-rank-table .new-fc-one-pagination {
  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 */

.customerized-date-picker {
  display: flex;
}
.customerized-date-picker-container {
  display: flex;
}
.customerized-date-picker-date-picker {
  visibility: hidden;
}
.customerized-date-picker-text {
  font-size: 14px;
  color: #fff;
}
.customerized-date-picker-time {
  margin-left: 7px;
  margin-right: 3px;
  font-size: 14px;
  color: #fff;
}
div > .customerized-date-picker-icon {
  width: 18px;
  height: 18px;
  color: #fff;
}
.customerized-date-picker .one-overlay {
  top: 175px !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 */

.bcm-agent-rank {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.bcm-agent-rank-baijiahao-logo {
  position: absolute;
  top: 25px;
  width: 83px;
  height: 25px;
}
.bcm-agent-rank-main-container {
  width: 1280px;
  height: 100%;
  margin: auto;
}
.bcm-agent-rank-title {
  margin-top: 75px;
  margin-left: 530px;
}
.bcm-agent-rank-title-image {
  width: 437px;
  height: 47px;
}
.bcm-agent-rank-content {
  width: 643px;
  height: 66px;
  margin: auto;
  margin-top: 33px;
  font-family: PingFang SC;
  line-height: 22px;
  font-size: 14px;
  color: #a8b0bf;
}
.bcm-agent-rank-above-table {
  display: flex;
  margin-top: 28px;
  margin-bottom: 12px;
}
.bcm-agent-rank-above-table-title {
  font-size: 14px;
  color: #fff;
}
.bcm-agent-rank-above-table-right {
  display: flex;
  margin-left: auto;
  position: relative;
}
div > .bcm-agent-rank-above-table-icon {
  margin-left: 5px;
  width: 18px;
  height: 18px;
  color: #fff;
}
.bcm-agent-rank-more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
  right: -12px;
  width: 130px;
  height: 34px;
  background: linear-gradient(270deg, rgba(232, 167, 255, 0.43) 4.05%, #9742da 73.63%);
  border-radius: 18px;
  cursor: pointer;
}
.bcm-agent-rank-more-txt {
  z-index: 2;
  font-size: 16px;
  color: #fff;
}
/**
 * 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 */

.attract-list-layout {
  background-color: #fff;
  padding: 24px;
  margin: 24px 24px 15px;
}
.attract-list-layout div {
  box-sizing: border-box;
}
.attract-list-layout .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 */

.attract-infomation-card {
  width: 300px;
  padding: 20px 18px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
}
.attract-infomation-card div {
  box-sizing: border-box;
}
.attract-infomation-card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
}
/**
 * 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 */

.attract-list-filter {
  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 */

.attract-card-content-title {
  display: -webkit-box;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #191b1e;
  line-height: 22px;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 12px 0;
}
.attract-card-content-detail {
  display: -webkit-box;
  height: 42px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  color: #191b1e;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.attract-card-content-status {
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 0px 6px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 10px;
  color: #FFFFFF;
}
.attract-card-content-status .dls-icon {
  margin-right: 4px;
}
.attract-card-content-status-underway {
  background: linear-gradient(260.44deg, #FF222F 2.25%, #FF2F61 105.03%);
}
.attract-card-content-status-finish {
  background: rgba(0, 0, 0, 0.5);
}
.attract-card-content-status-not-start {
  background: linear-gradient(292.32deg, #10ECF0 2.08%, #04DEEC 94.64%);
}
.attract-card-content-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #191b1e;
  margin-top: 20px;
}
.attract-card-content-tag .one-tag {
  margin: 0 4px;
}
.attract-card-content-tag .one-tag-info:first-child {
  margin-left: 0;
}
.attract-card-content-operate {
  display: none;
}
.attract-card-content-operate .one-button {
  flex: 1;
}
/**
 * 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 */

.attract-card-item {
  position: relative;
}
.attract-card-item:hover .attract-card-content-operate {
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
}
.attract-card-item:hover .attract-card-content-date {
  display: none;
}
.attract-list-tab-dialog .one-dialog-content {
  padding: 20px 0 0;
}
.attract-list-tab-dialog .one-dialog-header {
  padding: 0 18px;
  margin-bottom: 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 */

.attract-detail-content-case {
  margin-bottom: 20px;
  padding: 20px 18px;
  width: 300px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 6px;
}
.attract-detail-content-case-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.attract-detail-content-case-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  cursor: pointer;
}
.attract-detail-content-case-picture {
  margin-right: 8px;
  width: 88px;
  height: 60px;
  border-radius: 6px;
}
.attract-detail-content-case-right {
  flex: 1;
}
.attract-detail-content-case-right-title {
  display: -webkit-box;
  margin-bottom: 4px;
  height: 40px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #191b1e;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.attract-detail-content-case-right-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #191b1e;
}
/**
 * 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 */

.case-content .page-container {
  margin-bottom: 24px;
}
.case-content .bcm-star-case-detail-image {
  cursor: pointer;
}
/**
 * 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 */

.attract-detail-article-tag {
  margin-bottom: 8px;
}
.attract-detail-article-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 18px;
  color: #0a0b0d;
}
.attract-detail-article-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #545b66;
}
.attract-detail-article-avatar {
  display: flex;
  align-items: center;
}
.attract-detail-article-divider {
  margin: 0 16px;
  width: 12px;
  height: 0px;
  border: 1px solid #d3d9e6;
  transform: rotate(90deg);
}
.attract-detail-article-status {
  position: static;
}
.attract-detail-article-date {
  margin-left: 12px;
}
.attract-detail-article-description {
  margin-top: 26px;
  margin-bottom: 32px;
  padding: 20px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #191b1e;
  background-color: #f6f7fa;
  border-radius: 8px;
}
.attract-detail-article-team {
  margin-top: 10px;
  line-height: 20px;
  color: #545b66;
}
/**
 * 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 */

.attract-card-item {
  position: relative;
}
.attract-detail-card-item {
  width: calc(33.3% - 16px);
  position: relative;
}
.attract-detail-card-item:hover .attract-card-content-operate {
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
}
.attract-detail-card-item:hover .attract-card-content-date {
  display: none;
}
.attract-detail-recommend {
  border-top: 1px solid #ebedf5;
  padding-top: 36px;
}
.attract-detail-recommend-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.attract-detail-recommend-header-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #191b1e;
}
.attract-detail-recommend-dialog .one-dialog-content {
  padding: 20px 0 0;
}
.attract-detail-recommend-dialog .one-dialog-header {
  padding: 0 18px;
  margin-bottom: 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 */

.attract-detail-main {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  box-sizing: border-box;
  max-width: 1360px;
}
.attract-detail-main-content {
  flex: 1;
  padding: 24px;
  margin-right: 20px;
  background-color: white;
  border-radius: 6px;
}
.attract-detail-main-sider {
  width: 300px;
}
/**
 * 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 */

.attract-list-wrap-no-login {
  padding: 0 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 */

@keyframes BwXGe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.BwXGe {
  animation: BwXGe 1s step-end infinite;
}
/**
 * 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 */

.ranking-gradient-row {
    position: relative;
}

.ranking-gradient-row::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    opacity: .88;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, .46) 0%,
            rgba(212, 199, 242, .46) 22.6%,
            rgba(212, 199, 242, .46) 83.17%,
            rgba(255, 255, 255, .46) 100%
        );
    pointer-events: none;
}

tbody > .ranking-gradient-row:last-child::after {
    display: none; /* 或 content: none; 都可以 */
}

