@import '../../../../index.less';
@import '~antd/es/style/themes/default.less';

@prefix: ~'@{bigscreen-prefix}-outpatient-summarize-year';

.@{prefix} {

  .ant-col {
    .col-style();
  }

  .yu-yue-lv {
    text-align: center;
    margin-top: calc(43.66/@bigscreen-base-height * 100vh);

    .value {
      font-family: 'DS-DIGIB-BOLD';
      color: @digi-color;
      font-size: calc(60/@bigscreen-base-width * 100vw);
    }

    .onvalue {
      .no-wrap();
      font-size: calc(30/@bigscreen-base-width * 100vw);
      margin-left: calc(30/@bigscreen-base-width * 100vw);
    }
  }
}