.reset-component {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
  display: table;
  content: '';
}
.clear-fix::after {
  display: table;
  clear: both;
  content: '';
}
.common-style {
  box-sizing: border-box;
  font-size: 12px;
  font-family: inherit;
}
.common-style::before,
.common-style::after {
  box-sizing: border-box;
}
@font-face {
  font-family: customFont;
  src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/PlayfairDisplay-SemiBold.ttf');
  src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
}
.aplus-ap-status {
  font-size: 16px;
  line-height: 2;
  display: inline-block;
  position: relative;
  font-family: 'customFont';
}
.aplus-ap-status__bg {
  -webkit-mask-image: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/aplus-ui/svg/ap-status-bg.svg');
          mask-image: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/aplus-ui/svg/ap-status-bg.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
