@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-46ee3fc0 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-46ee3fc0] {
  animation: throttleAnimation-46ee3fc0 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.el-dropdown-menu .dropdown-box[data-v-46ee3fc0] {
  max-height: 25rem;
  overflow: auto;
}
.create-position[data-v-46ee3fc0] {
  margin: 0.625rem;
}
.create-position .content[data-v-46ee3fc0] {
    height: 40.625rem;
    box-sizing: border-box;
    padding: 0.625rem;
    font-size: 0.75rem;
}
.create-position .content .input-label[data-v-46ee3fc0] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 1.25rem;
}
.create-position .content .input-number-box[data-v-46ee3fc0] {
      font-size: 0.875rem;
}
.create-position .content .input-number-box .placeholder-color[data-v-46ee3fc0] {
        /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .create-position .content .input-number-box .placeholder-color[data-v-46ee3fc0] {
          color: #909399 !important;
}
[data-theme="dark"] .create-position .content .input-number-box .placeholder-color[data-v-46ee3fc0] {
          color: #8B8B8B !important;
}
.create-position .content .btn-box[data-v-46ee3fc0] {
      display: flex;
      margin-top: 1.875rem;
}
.create-position .load-position[data-v-46ee3fc0] {
    width: 100%;
    margin-top: 1.25rem;
}

@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle {
  animation: throttleAnimation 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.visualization-chart .el-menu.el-menu--horizontal {
  border: none;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
[data-theme="light"] .visualization-chart .el-slider__runway {
  background-color: #FFFFFF !important;
}
[data-theme="dark"] .visualization-chart .el-slider__runway {
  background-color: #202020 !important;
}

@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-43636a95 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-43636a95] {
  animation: throttleAnimation-43636a95 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.visualization-chart[data-v-43636a95] {
  margin: 0.625rem;
}
.visualization-chart .menu-item[data-v-43636a95] {
    padding: 0 1.25rem !important;
}
.visualization-chart .content[data-v-43636a95] {
    height: 40.625rem;
    box-sizing: border-box;
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
    display: flex;
    flex-direction: column;
}
.visualization-chart .content .actived[data-v-43636a95] {
      /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .visualization-chart .content .actived[data-v-43636a95] {
        color: #26AF9B !important;
}
[data-theme="dark"] .visualization-chart .content .actived[data-v-43636a95] {
        color: #26AF9B !important;
}
.visualization-chart .content .slider-wrapper[data-v-43636a95] {
      border-radius: 0.25rem;
      padding: 0.375rem 0.375rem 0 0.375rem;
}
[data-theme="light"] .visualization-chart .content .slider-wrapper[data-v-43636a95] {
        background-color: #F5F7FA !important;
}
[data-theme="dark"] .visualization-chart .content .slider-wrapper[data-v-43636a95] {
        background-color: #151515 !important;
}
.visualization-chart .content .slider-wrapper .slider-label[data-v-43636a95] {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.visualization-chart .content .slider-wrapper .slider-label .el-icon-refresh[data-v-43636a95] {
          font-size: 1.125rem;
}
.visualization-chart .content .slider-wrapper .slider-box[data-v-43636a95] {
        display: flex;
        justify-content: center;
        align-items: center;
}
.visualization-chart .content .slider-wrapper .slider-box .slider[data-v-43636a95] {
          width: 11.25rem;
          margin: 0 0.9375rem;
}
.visualization-chart .content .chart-box[data-v-43636a95] {
      margin-top: 0.625rem;
      flex: 1;
      display: flex;
}
.visualization-chart .content .chart-box .chart[data-v-43636a95] {
        flex: 1;
}

@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle {
  animation: throttleAnimation 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.pv-position-share-dialog .el-dialog {
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
}
.pv-position-share-dialog .el-dialog .el-dialog__body {
    overflow: auto;
}
#pv-positions .content .vxe-table {
  flex: 1;
}
#pv-positions .content .vxe-checkbox--icon {
  /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] #pv-positions .content .vxe-checkbox--icon {
    color: #26AF9B !important;
}
[data-theme="dark"] #pv-positions .content .vxe-checkbox--icon {
    color: #26AF9B !important;
}
[data-theme="light"] #pv-positions .content .el-table__row--level-0 {
  background-color: #F2F6FC !important;
}
[data-theme="dark"] #pv-positions .content .el-table__row--level-0 {
  background-color: #151515 !important;
}
#pv-positions .content .table-body-cell {
  border: none !important;
  height: 2.25rem !important;
}
#pv-positions .content .table-header-cell {
  border: none !important;
  height: 1.875rem !important;
}
#pv-positions .content .el-input__inner {
  border: 1px solid !important;
  padding: 0 !important;
  text-align: center !important;
}
[data-theme="light"] #pv-positions .content .el-input__inner {
    border-color: #E1E3EA !important;
}
[data-theme="dark"] #pv-positions .content .el-input__inner {
    border-color: #313235 !important;
}

@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-19c2f319 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-19c2f319] {
  animation: throttleAnimation-19c2f319 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
#pv-positions[data-v-19c2f319] {
  margin: 0.625rem;
}
#pv-positions .content[data-v-19c2f319] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 22.5rem;
}
#pv-positions .content .el-icon-refresh[data-v-19c2f319] {
      font-size: 1.125rem;
      cursor: pointer;
      color: #67C23A;
      margin-right: 0.3125rem;
}
#pv-positions .content .el-icon-delete[data-v-19c2f319] {
      font-size: 1rem;
      cursor: pointer;
      color: #F56C6C;
}
#pv-positions .content .input-box[data-v-19c2f319] {
      margin: 0 0.375rem;
}
#pv-positions .content .table-summary[data-v-19c2f319] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 0.625rem;
}
#pv-positions .content .table-summary .summary-item[data-v-19c2f319] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 3.125rem;
        padding-right: 2.5rem;
}
#pv-positions .content .table-summary .summary-item .summary-label[data-v-19c2f319] {
          font-size: 0.75rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
          margin-bottom: 0.25rem;
}
[data-theme="light"] #pv-positions .content .table-summary .summary-item .summary-label[data-v-19c2f319] {
            color: #606266 !important;
}
[data-theme="dark"] #pv-positions .content .table-summary .summary-item .summary-label[data-v-19c2f319] {
            color: #9F9D99 !important;
}
#pv-positions .content .table-summary .summary-item .summary-data[data-v-19c2f319] {
          font-weight: 500;
          font-size: 0.875rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] #pv-positions .content .table-summary .summary-item .summary-data[data-v-19c2f319] {
            color: #303133;
}
[data-theme="dark"] #pv-positions .content .table-summary .summary-item .summary-data[data-v-19c2f319] {
            color: #CFCECC;
}
#pv-positions .content .table[data-v-19c2f319] {
      flex: 1;
      height: 100%;
}

@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-3acf0e60 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-3acf0e60] {
  animation: throttleAnimation-3acf0e60 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.position-visualization[data-v-3acf0e60] {
  min-width: 81.25rem;
}

