.bnc-pagination {
  font-size: 16px;
  font-family: 'DINPro-Regular', 'IBMPlexSans-Regular', -apple-system, 'PingFang  SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, 'Segoe UI', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.bnc-pagination li {
  list-style: none;
  outline: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-width: 24px;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnc-pagination li.bnc-pagination-item {
  margin-right: 8px;
}
.bnc-pagination li.bnc-pagination-item a {
  text-decoration: none;
  color: #212833;
}
.bnc-pagination li.bnc-pagination-item-active,
.bnc-pagination li.bnc-pagination-item:hover {
  border: 1px solid #848e9c;
  border-color: #f0b90b;
}
.bnc-pagination li.bnc-pagination-item-active a,
.bnc-pagination li.bnc-pagination-item:hover a {
  color: #f0b90b;
}
.bnc-pagination:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.bnc-pagination .bnc-pagination-total-text {
  float: left;
  height: 30px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}
.bnc-pagination .bnc-pagination-jump-prev,
.bnc-pagination .bnc-pagination-jump-next {
  border: 0;
}
.bnc-pagination .bnc-pagination-jump-prev a:after,
.bnc-pagination .bnc-pagination-jump-next a:after {
  content: '\2022\2022\2022';
  display: block;
  color: #848e9c;
  font-size: 12.8px;
  line-height: inherit !important;
}
.bnc-pagination .bnc-pagination-jump-prev a:hover:after,
.bnc-pagination .bnc-pagination-jump-next a:hover:after {
  font-size: 24px;
  color: #f0b90b;
}
.bnc-pagination .bnc-pagination-jump-prev a:hover:after {
  content: '\AB';
}
.bnc-pagination .bnc-pagination-jump-next a:hover:after {
  content: '\BB';
}
.bnc-pagination .bnc-pagination-jump-prev-custom-icon,
.bnc-pagination .bnc-pagination-jump-next-custom-icon {
  position: relative;
}
.bnc-pagination .bnc-pagination-jump-prev-custom-icon:after,
.bnc-pagination .bnc-pagination-jump-next-custom-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: '\2022\2022\2022';
  opacity: 1;
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.bnc-pagination .bnc-pagination-jump-prev-custom-icon .custom-icon-jump-prev,
.bnc-pagination .bnc-pagination-jump-next-custom-icon .custom-icon-jump-prev,
.bnc-pagination .bnc-pagination-jump-prev-custom-icon .custom-icon-jump-next,
.bnc-pagination .bnc-pagination-jump-next-custom-icon .custom-icon-jump-next {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.bnc-pagination .bnc-pagination-jump-prev-custom-icon:hover:after,
.bnc-pagination .bnc-pagination-jump-next-custom-icon:hover:after {
  opacity: 0;
  color: #212833;
}
.bnc-pagination .bnc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-prev,
.bnc-pagination .bnc-pagination-jump-next-custom-icon:hover .custom-icon-jump-prev,
.bnc-pagination .bnc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-next,
.bnc-pagination .bnc-pagination-jump-next-custom-icon:hover .custom-icon-jump-next {
  opacity: 1;
  color: #f0b90b;
}
.bnc-pagination .bnc-pagination-prev,
.bnc-pagination .bnc-pagination-jump-prev,
.bnc-pagination .bnc-pagination-jump-next {
  margin-right: 8px;
}
.bnc-pagination .bnc-pagination-prev,
.bnc-pagination .bnc-pagination-next,
.bnc-pagination .bnc-pagination-jump-prev,
.bnc-pagination .bnc-pagination-jump-next {
  font-size: 32px;
}
.bnc-pagination .bnc-pagination-prev a,
.bnc-pagination .bnc-pagination-next a,
.bnc-pagination .bnc-pagination-jump-prev a,
.bnc-pagination .bnc-pagination-jump-next a {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: 'DINPro-Regular', 'IBMPlexSans-Regular', -apple-system, 'PingFang  SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.bnc-pagination .bnc-pagination-prev a:after,
.bnc-pagination .bnc-pagination-next a:after,
.bnc-pagination .bnc-pagination-jump-prev a:after,
.bnc-pagination .bnc-pagination-jump-next a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  line-height: 0.85;
}
.bnc-pagination .bnc-pagination-prev:hover,
.bnc-pagination .bnc-pagination-next:hover,
.bnc-pagination .bnc-pagination-jump-prev:hover,
.bnc-pagination .bnc-pagination-jump-next:hover {
  border-color: #f0b90b;
}
.bnc-pagination .bnc-pagination-prev:hover a,
.bnc-pagination .bnc-pagination-next:hover a,
.bnc-pagination .bnc-pagination-jump-prev:hover a,
.bnc-pagination .bnc-pagination-jump-next:hover a {
  color: #f0b90b;
}
.bnc-pagination .bnc-pagination-prev a::after {
  content: '\2039';
}
.bnc-pagination .bnc-pagination-next a::after {
  content: '\203A';
}
.bnc-pagination .bnc-pagination-prev a,
.bnc-pagination .bnc-pagination-next a {
  color: #212833;
}
.bnc-pagination .bnc-pagination-prev a::after,
.bnc-pagination .bnc-pagination-next a::after {
  margin-top: -4px;
}
.bnc-pagination .bnc-pagination-disabled {
  cursor: not-allowed;
}
.bnc-pagination .bnc-pagination-disabled,
.bnc-pagination .bnc-pagination-disabled a,
.bnc-pagination .bnc-pagination-disabled.bnc-pagination-prev:hover,
.bnc-pagination .bnc-pagination-disabled.bnc-pagination-prev:hover a,
.bnc-pagination .bnc-pagination-disabled.bnc-pagination-next:hover,
.bnc-pagination .bnc-pagination-disabled.bnc-pagination-next:hover a {
  color: #848e9c;
  border-color: rgba(234, 236, 239, 0.5);
}
.bnc-pagination .bnc-pagination-options {
  float: left;
  margin-left: 15px;
}
.bnc-pagination .bnc-pagination-options-size-changer {
  float: left;
  width: 80px;
}
.bnc-pagination .bnc-pagination-options-quick-jumper {
  float: left;
  margin-left: 16px;
  height: 28px;
  line-height: 28px;
}
.bnc-pagination .bnc-pagination-options-quick-jumper input {
  margin: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 3px 12px;
  width: 50px;
  height: 28px;
}
.bnc-pagination .bnc-pagination-options-quick-jumper input:hover {
  border-color: #2db7f5;
}
.bnc-pagination .bnc-pagination-options-quick-jumper button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.bnc-pagination .bnc-pagination-options-quick-jumper button:hover,
.bnc-pagination .bnc-pagination-options-quick-jumper button:active,
.bnc-pagination .bnc-pagination-options-quick-jumper button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-prev,
.bnc-pagination .bnc-pagination-simple .bnc-pagination-next {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager .bnc-pagination-slash {
  margin: 0 10px;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager input {
  margin: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 5px 8px;
  min-height: 20px;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager input:hover {
  border-color: #2db7f5;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager button:hover,
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager button:active,
.bnc-pagination .bnc-pagination-simple .bnc-pagination-simple-pager button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
@media only screen and (max-width: 1024px) {
  .bnc-pagination-item-after-jump-prev,
  .bnc-pagination-item-before-jump-next {
    display: none;
  }
}

.bnc-progress {
  width: 100%;
  overflow: hidden;
}
.bnc-progress-wrap {
  width: 100%;
  height: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #eaecef;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
}
.bnc-progress-inner {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c));
  background: -webkit-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
  background: -moz-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
  background: -o-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
  background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%);
}
.bnc-progress-complete .bnc-progress-inner {
  background: -webkit-gradient(linear, left top, right top, from(#00c087), to(#22ddae));
  background: -webkit-linear-gradient(left, #00c087 0%, #22ddae 100%);
  background: -moz-linear-gradient(left, #00c087 0%, #22ddae 100%);
  background: -o-linear-gradient(left, #00c087 0%, #22ddae 100%);
  background: linear-gradient(90deg, #00c087 0%, #22ddae 100%);
}
.bnc-progress-label {
  position: relative;
  z-index: 10;
}

.bnc-safety-green-color {
  color: #00c087;
}
.bnc-safety-yellow-color {
  color: #f0b90b;
}
.bnc-safety-red-color {
  color: #f23051;
}
.bnc-safety-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.5px 0;
}
.bnc-safety-wrapper :not(:first-child) {
  margin-left: 3px;
}
.bnc-safety-wrapper :last-child {
  margin-left: 15px;
}
.bnc-safety-medium-font {
  line-height: 0px;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}
.bnc-safety-medium-green {
  width: 12px;
  height: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #00c087;
}
.bnc-safety-medium-yellow {
  width: 12px;
  height: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #f0b90b;
}
.bnc-safety-medium-red {
  width: 12px;
  height: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #f23051;
}
.bnc-safety-medium-blank {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #848e9c;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.bnc-form-item {
  position: relative;
  font-family: 'DINPro-Regular', 'IBMPlexSans-Regular', -apple-system, 'PingFang  SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, 'Segoe UI', sans-serif;
}
.bnc-form-item-label {
  font-size: 14px;
  color: #848e9c;
}
.bnc-form-item-content {
  line-height: 0;
}
.bnc-form-item-content .bnc-input-wrapper,
.bnc-form-item-content .bnc-input-wrapper .bnc-input {
  background-color: transparent;
}
.bnc-form-item-help {
  min-height: 24px;
  padding-top: 6px;
  font-size: 12px;
  color: #48515d;
}
.bnc-form-item.is-focus .bnc-form-item-label {
  color: #f0b90a;
}
.bnc-form-item.status-error .bnc-form-item-help {
  color: #f23051;
}
.bnc-form-item.status-error .bnc-input-wrapper {
  border-color: #f23051;
}
.bnc-form-item.status-error .bnc-inputcode-input-wrapper,
.bnc-form-item.status-error .bnc-inputcode-input-wrapper.active {
  border-color: #f23051;
}


/*# sourceMappingURL=react.d3d3370a.chunk.css.map*/