@import url(//at.alicdn.com/t/c/font_4770877_nqwdpbf7zqj.css);
.bgtheme {
  background-color: #1c6fe9;
}
.color-theme {
  color: #1c6fe9;
}
.color-danger {
  color: #ff5555;
}
.hover-color-theme:hover {
  color: #1c6fe9;
}
.color-warn {
  color: #ff7822;
}
.color-success {
  color: #0ec56f;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-97 {
  color: #979797;
}
.color-c {
  color: #ccc;
}
.weight {
  font-weight: 500;
}
.flex {
  display: flex;
}
.u-flex {
  display: flex;
  flex-direction: row;
}
.u-flex-x {
  display: flex;
  flex-direction: row;
}
.u-flex-y {
  display: flex;
  flex-direction: column;
}
.u-flex-xy-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.u-flex-x-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u-flex-y-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u-flex,
.u-flex-row,
.u-flex-x {
  display: flex;
}
.u-flex-y,
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-x-center {
  display: flex;
  justify-content: center;
}
.u-flex-xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-flex-y-center {
  display: flex;
  align-items: center;
}
.u-flex-x-left {
  display: flex;
}
.u-flex-x-reverse,
.u-flex-row-reverse {
  flex-direction: row-reverse;
}
.u-flex-y-reverse,
.u-flex-column-reverse {
  flex-direction: column-reverse;
}
/* #ifndef APP-NVUE */
.u-flex.u-flex-reverse,
.u-flex-row.u-flex-reverse,
.u-flex-x.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-flex-column.u-flex-reverse,
.u-flex-y.u-flex-reverse {
  flex-direction: column-reverse;
}
.u-flex-fill {
  flex: 1;
}
.u-margin-top-auto,
.u-m-t-auto {
  margin-top: auto !important;
}
.u-margin-right-auto,
.u-m-r-auto {
  margin-right: auto !important;
}
.u-margin-bottom-auto,
.u-m-b-auto {
  margin-bottom: auto !important;
}
.u-margin-left-auto,
.u-m-l-auto {
  margin-left: auto !important;
}
.u-margin-center-auto,
.u-m-c-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-margin-middle-auto,
.u-m-m-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* #endif */
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.u-flex-start {
  justify-content: flex-start;
}
.u-flex-center {
  justify-content: center;
}
.u-flex-end {
  justify-content: flex-end;
}
.u-flex-between {
  justify-content: space-between;
}
.u-flex-around {
  justify-content: space-around;
}
.u-flex-items-start {
  align-items: flex-start;
}
.u-flex-items-center {
  align-items: center;
}
.u-flex-items-end {
  align-items: flex-end;
}
.u-flex-items-baseline {
  align-items: baseline;
}
.u-flex-items-stretch {
  align-items: stretch;
}
.u-flex-self-start {
  align-self: flex-start;
}
.u-flex-self-center {
  align-self: center;
}
.u-flex-self-end {
  align-self: flex-end;
}
.u-flex-self-baseline {
  align-self: baseline;
}
.u-flex-self-stretch {
  align-self: stretch;
}
.u-flex-content-start {
  align-content: flex-start;
}
.u-flex-content-center {
  align-content: center;
}
.u-flex-content-end {
  align-content: flex-end;
}
.u-flex-content-between {
  align-content: space-between;
}
.u-flex-content-around {
  align-content: space-around;
}
.u-flex-middle {
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
}
.u-flex-grow {
  flex-grow: 1;
}
.u-flex-shrink {
  flex-shrink: 1;
}
html,
body,
#app {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: PingFang SC, microsoft yahei, sans-serif;
  background: #f4f7ff;
  color: #333;
  font-size: 14px;
}
img {
  max-width: 100%;
}
.el-card {
  border: none !important;
  box-shadow: none !important;
}
.main {
  width: 1580px;
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.main1580 {
  width: 1580px;
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .main,
  .main1580 {
    width: 1364px;
  }
}
.main1200 {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  font-size: 50px !important;
}
.el-loading-spinner .el-loading-text {
  font-size: 20px !important;
}
.el-message {
  z-index: 999999999999999999999999999 !important;
}
.el-button--primary.is-plain:hover,
.el-button--primary.is-plain:focus {
  color: #fff !important;
  border-color: #1c6fe9 !important;
  background: #1c6fe9 !important;
}
.el-button--primary.is-plain {
  color: #1c6fe9 !important;
  border-color: #1c6fe9 !important;
  background: #ecf5ff !important;
}
.flex {
  display: flex;
}
.flexsbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexsb {
  display: flex;
  justify-content: space-between;
}
.flexc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexaic {
  display: flex;
  align-items: center;
}
.flexa {
  flex: 1;
}
.flexw {
  flex-wrap: wrap;
}
.flexcol {
  flex-direction: column;
}
.aiend {
  align-items: flex-end;
}
.flexend {
  justify-content: flex-end;
}
.text-e {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.el-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.el-message-box {
  padding-bottom: 0;
}
.el-message-box__header {
  padding: 20px 20px 10px;
}
.el-message-box__title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.el-message-box__content {
  padding: 30px 20px;
  word-break: break-all;
}
.el-message-box__message {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.el-message-box__btns {
  padding: 10px 20px 20px;
}
.el-message-box__btns .el-button {
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: normal;
}
.el-table th.el-table__cell > .cell {
  font-weight: 600 !important;
}
.el-table thead {
  color: #333;
}
.el-popover {
  border-radius: 8px !important;
}
/* //批注进度 */
.HHpopover.el-popover {
  background: #303133;
  border-color: #303133;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.HHpopover.el-popover .userName {
  width: 20px;
  height: 20px;
  background: #1c6fe9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 5px;
}
.HHpopover.el-popover .userName.mine {
  background: #06060c;
}
.HHpopover.el-popover .conFileTime {
  color: #1c6fe9;
  margin-right: 5px;
}
.HHpopover.el-popover .time {
  color: #1c6fe9;
}
.HHpopover.el-popper[x-placement^="top"] .popper__arrow::after {
  border-top-color: #000022;
}
.HHpopover.el-popper[x-placement^="top"] .popper__arrow {
  border-top-color: #000022;
}
.HHpopover.el-popper[x-placement^="bottom"] .popper__arrow::after {
  border-bottom-color: #000022;
}
.HHpopover.el-popper[x-placement^="bottom"] .popper__arrow {
  border-bottom-color: #000022;
}
.newConfirm,
.el-message-box {
  border-radius: 12px !important;
  width: 405px !important;
  padding-bottom: 0 !important;
}
.newConfirm .el-message-box__header,
.el-message-box .el-message-box__header {
  padding: 24px 32px 16px;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newConfirm .el-message-box__header .el-message-box__title,
.el-message-box .el-message-box__header .el-message-box__title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-style: normal;
}
.newConfirm .el-message-box__header .el-message-box__headerbtn,
.el-message-box .el-message-box__header .el-message-box__headerbtn {
  position: static;
  margin-right: -5px;
}
.newConfirm .el-message-box__header .el-message-box__headerbtn .el-message-box__close,
.el-message-box .el-message-box__header .el-message-box__headerbtn .el-message-box__close {
  color: #ccc;
  font-weight: bold;
  font-size: 18px;
}
.newConfirm .el-message-box__content,
.el-message-box .el-message-box__content {
  padding: 16px 32px 32px;
}
.newConfirm .el-message-box__content .el-message-box__container,
.el-message-box .el-message-box__content .el-message-box__container {
  margin-bottom: 0;
}
.newConfirm .el-message-box__content .el-message-box__status,
.el-message-box .el-message-box__content .el-message-box__status {
  margin-right: 10px;
  position: static;
  float: left;
  transform: none;
}
.newConfirm .el-message-box__content .el-message-box__message,
.el-message-box .el-message-box__content .el-message-box__message {
  padding-left: 0 !important;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC, PingFang SC;
}
.newConfirm .el-message-box__btns,
.el-message-box .el-message-box__btns {
  padding: 0 32px 24px 32px !important;
  padding-top: 0;
}
.newConfirm .el-message-box__btns button,
.el-message-box .el-message-box__btns button {
  padding: 0;
  height: 40px;
  width: 84px;
}
.newConfirm .el-message-box__btns button:nth-child(2),
.el-message-box .el-message-box__btns button:nth-child(2) {
  margin-left: 12px;
}
.newConfirm .el-message-box__btns .el-button--primary,
.el-message-box .el-message-box__btns .el-button--primary {
  background-color: #1c6fe9 !important;
  border-color: #1c6fe9 !important;
}
.newConfirm .el-message-box__btns .el-button--default:hover:not(.is-disabled),
.el-message-box .el-message-box__btns .el-button--default:hover:not(.is-disabled) {
  color: #666 !important;
  background: none !important;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6 !important;
  color: #606266 !important;
}
.newConfirm .el-message-box__btns .el-button--default:hover:active,
.el-message-box .el-message-box__btns .el-button--default:hover:active {
  color: #666 !important;
  background: none !important;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6 !important;
  color: #606266 !important;
}
.newConfirm .el-message-box__btns .el-button--primary.is-plain:hover,
.el-message-box .el-message-box__btns .el-button--primary.is-plain:hover,
.newConfirm .el-message-box__btns .el-button--primary.is-plain:focus,
.el-message-box .el-message-box__btns .el-button--primary.is-plain:focus {
  color: #fff !important;
  border-color: #1c6fe9 !important;
  background: #1c6fe9 !important;
}
.newConfirm .el-message-box__btns .el-button--primary.is-plain,
.el-message-box .el-message-box__btns .el-button--primary.is-plain {
  color: #1c6fe9 !important;
  border-color: #1c6fe9 !important;
  background: #ecf5ff !important;
}
.newConfirm .el-message-box__btns .el-button--primary,
.el-message-box .el-message-box__btns .el-button--primary {
  background-color: #1c6fe9 !important;
  border-color: #1c6fe9 !important;
}
.newConfirm .el-message-box__btns .el-button--primary:hover:not(.is-disabled),
.el-message-box .el-message-box__btns .el-button--primary:hover:not(.is-disabled) {
  color: #fff !important;
  background-color: #1c6fe9 !important;
  border-color: #1c6fe9 !important;
}
.newConfirm .el-message-box__btns .el-button--primary:hover:active,
.el-message-box .el-message-box__btns .el-button--primary:hover:active {
  color: #fff !important;
  background-color: #1c6fe9 !important;
  border-color: #1c6fe9 !important;
}
.el-radio,
.el-input__inner {
  color: #333;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fwb {
  font-weight: bold;
}
.el-textarea__inner::-moz-placeholder {
  color: #ccc;
}
.el-textarea__inner::placeholder {
  color: #ccc;
}
.el-textarea__inner {
  padding: 12px 17px !important;
  box-sizing: border-box;
}
.hand {
  cursor: pointer;
}
.el-drawer__header {
  height: 65px;
  font-weight: 600;
  font-size: 18px;
  color: #333333 !important;
  line-height: 25px;
  border-bottom: 1px solid #eee;
  padding: 24px 24px 16px 32px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.el-drawer__close-btn {
  font-size: 24px;
  font-weight: 600;
  color: #ccc;
  padding: 0;
}
.nnTabs {
  border-radius: 8px;
  overflow: hidden;
}
.nnTabs .tits {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px 8px 0 0;
  height: 48px;
  background: #f4f7ff;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 48px;
  border: 1px solid #f4f7ff;
  border-bottom: 0;
}
.nnTabs .tits .tit {
  padding-left: 24px;
  border-right: 1px solid #eeeeee;
}
.nnTabs .tits .tit:last-child {
  border-right: 0;
}
.nnTabs .datas {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.nnTabs .datas .item {
  border-bottom: 1px solid #f6f6f6;
}
.nnTabs .datas .item:last-child {
  border-bottom: 0;
}
.nnTabs .datas .item .val {
  line-height: 56px;
  padding-left: 24px;
  border-right: 1px solid #eeeeee;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.nnTabs .datas .item .val:last-child {
  border-right: 0;
}
.nnTabs.chat .tits {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.nnTabs.chat .tits .tit {
  padding-left: 16px;
}
.nnTabs.chat .item .val {
  line-height: 36px;
  padding-left: 16px;
  font-size: 12px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
.fz28 {
  font-size: 28px;
}
.fz32 {
  font-size: 32px;
}
.fz36 {
  font-size: 36px;
}
.el-input__prefix,
.el-input__suffix,
.el-input.is-disabled .el-input__inner {
  color: #999 !important;
}
.el-tabs__active-bar {
  background-color: #1c6fe9;
}
.newTabs {
  margin-bottom: -10px;
}
.newTabs .el-tabs__header {
  margin-bottom: 0;
}
.newTabs .el-tabs__nav-wrap::after {
  height: 1px;
  background: none;
}
.newTabs .el-tabs__item {
  font-size: 16px;
  height: 50px;
  padding: 0 16px;
  font-weight: normal;
}
.newTabs .el-tabs__item:hover,
.newTabs .el-tabs__item.is-active {
  color: #1c6fe9;
  font-weight: 600;
}
.newTabs .el-tabs__active-bar {
  background-color: #1c6fe9;
}
.scroll-box {
  overflow-y: auto;
}
.scroll-box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: block;
  margin-top: -6px;
  position: relative;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eee;
}
.scroll-box.noBar::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: block;
  margin-top: -6px;
  position: relative;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eee;
}
.h4 {
  height: 4px;
}
.h8 {
  height: 8px;
}
.h12 {
  height: 12px;
}
.h16 {
  height: 16px;
}
.h20 {
  height: 20px;
}
.h24 {
  height: 24px;
}
.h28 {
  height: 28px;
}
.h32 {
  height: 32px;
}
.h36 {
  height: 36px;
}
.w4 {
  width: 4px;
}
.w8 {
  width: 8px;
}
.w12 {
  width: 12px;
}
.w16 {
  width: 16px;
}
.w24 {
  width: 24px;
}
.w28 {
  width: 28px;
}
.w32 {
  width: 32px;
}
.w36 {
  width: 36px;
}
.w40 {
  width: 40px;
}
.btnSe {
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFangSC, PingFang SC;
  width: 84px;
}
.btn48 {
  height: 40px;
  margin-bottom: 32px;
}
.btn40 {
  height: 40px;
  margin-bottom: 24px;
}
.btn32 {
  height: 40px;
  margin-bottom: 20px;
}
.btnBgBlue {
  background-color: #000 !important;
  background: #000 !important;
  border-color: #000 !important;
}
.btnBorderGery {
  border: 1px solid #cccccc !important;
  color: #666 !important;
  background: #fff !important;
}
.btnBorderBule {
  border: 1px solid #1c6fe9 !important;
  color: #1c6fe9 !important;
  background: none !important;
}
.btnSe.ah-button--primary:hover {
  background-color: #4977fc !important;
  border-color: #4977fc !important;
  color: #fff;
}
.btn--min1 {
  width: 84px !important;
}
.btn--min3 {
  width: 124px !important;
}
.btn--min6 {
  width: 168px !important;
}
.ah-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  font-size: 14px;
  border-radius: 4px;
  height: 48px;
  width: 84px;
  font-weight: normal;
}
.ah-button.ah-button--min3 {
  width: 124px;
}
.ah-button.ah-button--min6 {
  width: 168px;
}
.ah-button + .ah-button,
.ah-checkbox.is-bordered + .ah-checkbox.is-bordered {
  margin-left: 12px;
}
.ah-button::-moz-focus-inner {
  border: 0;
}
.ah-button [class*="ah-icon-"] + span {
  margin-left: 5px;
}
.ah-button.is-plain:active {
  background: #fff;
  outline: 0;
}
.ah-button.is-disabled,
.ah-button.is-disabled:focus,
.ah-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}
.ah-button.is-disabled.ah-button--text {
  background-color: transparent;
}
.ah-button.is-disabled.is-plain,
.ah-button.is-disabled.is-plain:focus,
.ah-button.is-disabled.is-plain:hover {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc;
}
.ah-button.is-loading {
  position: relative;
  pointer-events: none;
}
.ah-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}
.ah-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}
.ah-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}
.ah-button--primary {
  color: #fff;
  background-color: #1c6fe9;
  border-color: #1c6fe9;
}
.ah-button--primary:active {
  outline: 0;
}
.ah-button--primary.is-disabled,
.ah-button--primary.is-disabled:active,
.ah-button--primary.is-disabled:focus,
.ah-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.ah-button--primary.is-plain {
  color: #1c6fe9;
  background: none;
  border-color: #1c6fe9;
}
.ah-button--success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
}
.ah-button--success:focus,
.ah-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #fff;
}
.ah-button--success.is-active,
.ah-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
}
.ah-button--success:active {
  outline: 0;
}
.ah-button--success.is-disabled,
.ah-button--success.is-disabled:active,
.ah-button--success.is-disabled:focus,
.ah-button--success.is-disabled:hover {
  color: #fff;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.ah-button--success.is-plain {
  color: #67c23a;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.ah-button--success.is-plain:focus,
.ah-button--success.is-plain:hover {
  background: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.ah-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
  outline: 0;
}
.ah-button--success.is-plain.is-disabled,
.ah-button--success.is-plain.is-disabled:active,
.ah-button--success.is-plain.is-disabled:focus,
.ah-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.ah-button--warning {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}
.ah-button--warning:focus,
.ah-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
}
.ah-button--warning.is-active,
.ah-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
}
.ah-button--warning:active {
  outline: 0;
}
.ah-button--warning.is-disabled,
.ah-button--warning.is-disabled:active,
.ah-button--warning.is-disabled:focus,
.ah-button--warning.is-disabled:hover {
  color: #fff;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.ah-button--warning.is-plain {
  color: #e6a23c;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.ah-button--warning.is-plain:focus,
.ah-button--warning.is-plain:hover {
  background: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.ah-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
  outline: 0;
}
.ah-button--warning.is-plain.is-disabled,
.ah-button--warning.is-plain.is-disabled:active,
.ah-button--warning.is-plain.is-disabled:focus,
.ah-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.ah-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}
.ah-button--danger:focus,
.ah-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}
.ah-button--danger.is-active,
.ah-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
}
.ah-button--danger:active {
  outline: 0;
}
.ah-button--danger.is-disabled,
.ah-button--danger.is-disabled:active,
.ah-button--danger.is-disabled:focus,
.ah-button--danger.is-disabled:hover {
  color: #fff;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.ah-button--danger.is-plain {
  color: #f56c6c;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.ah-button--danger.is-plain:focus,
.ah-button--danger.is-plain:hover {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.ah-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
  outline: 0;
}
.ah-button--danger.is-plain.is-disabled,
.ah-button--danger.is-plain.is-disabled:active,
.ah-button--danger.is-plain.is-disabled:focus,
.ah-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.ah-button--info {
  color: #333;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.ah-button--info:focus,
.ah-button--info:hover {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #333;
}
.ah-button--info.is-active,
.ah-button--info:active {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #333;
}
.ah-button--info:active {
  outline: 0;
}
.ah-button--info.is-disabled,
.ah-button--info.is-disabled:active,
.ah-button--info.is-disabled:focus,
.ah-button--info.is-disabled:hover {
  color: #cccccc;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.ah-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.ah-button--info.is-plain:focus,
.ah-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #fff;
}
.ah-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
  outline: 0;
}
.ah-button--info.is-plain.is-disabled,
.ah-button--info.is-plain.is-disabled:active,
.ah-button--info.is-plain.is-disabled:focus,
.ah-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}
.ah-button--medium,
.ah-button--small {
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}
.ah-button--medium.ah-button--min3,
.ah-button--small.ah-button--min3 {
  width: 124px;
}
.ah-button--medium.ah-button--min6,
.ah-button--small.ah-button--min6 {
  width: 168px;
}
.ah-button--small.is-round {
  padding: 9px 15px;
}
.ah-button--small.is-circle {
  padding: 9px;
}
.ah-button--mini,
.ah-button--mini.is-round {
  padding: 7px 15px;
}
.ah-button--mini {
  height: 32px;
  font-size: 12px;
  width: 74px;
}
.ah-button--mini.ah-button--min3 {
  width: 108px;
}
.ah-button--mini.ah-button--min6 {
  width: 144px;
}
.ah-button--mini.is-circle {
  padding: 7px;
}
.ah-button--text {
  border-color: transparent;
  color: #1c6fe9;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  height: auto;
}
.ah-button--text + .ah-button--text {
  margin-left: 8px;
}
.ah-button--text:focus,
.ah-button--text:hover {
  color: #1c6fe9;
  border-color: transparent;
  background-color: transparent;
}
.ah-button--text:active {
  color: #1c6fe9;
  border-color: transparent;
  background-color: transparent;
}
.ah-button--text.is-disabled,
.ah-button--text.is-disabled:focus,
.ah-button--text.is-disabled:hover {
  border-color: transparent;
}
.formSearchNew {
  margin-bottom: 4px;
  margin-top: 24px;
}
.formSearchNew .el-form-item__label {
  color: #666;
  padding: 0;
}
.formSearchNew .el-form-item {
  margin-right: 24px;
  margin-bottom: 16px;
}
.formSearchNew .el-form-item:last-child {
  margin-right: 0;
}
.formSearchNew .el-form-item:nth-last-child(2) {
  margin-right: 16px;
}
.formSearchNew .el-radio {
  margin-right: 12px;
  padding-left: 14px;
  padding-right: 14px;
}
.formSearchNew .el-radio .el-radio__input {
  display: none;
}
.formSearchNew .el-radio .el-radio__label {
  padding-left: 0;
}
.formSearchNew .el-tooltip__popper {
  max-width: 264px !important;
  background: rgba(51, 51, 51, 0.8);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.tableNew {
  width: 100%;
}
.tableNew .el-button--text {
  color: #1c6fe9;
}
.tableNew th.el-table__cell {
  height: 48px;
  background: #f6f6f6;
  border-bottom: 1px solid #eee !important;
}
.tableNew .el-table__cell {
  height: 55px;
}
.tableNew th.el-table__cell > .cell {
  padding-left: 24px;
  font-weight: 500 !important;
  font-size: 14px;
  color: #333333;
}
.tableNew td.el-table__cell > .cell {
  padding-left: 0;
  color: #333;
  font-weight: 400 !important;
}
.tableNew td.el-table__cell {
  padding-left: 24px;
  border-bottom-color: #eee;
}
.tableNew .el-table__row:last-child td.el-table__cell {
  border-bottom: 1px solid transparent;
}
.tableNew .el-table__empty-block {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.bgtheme {
  background-color: #1c6fe9;
}
.color-theme {
  color: #1c6fe9;
}
.color-danger {
  color: #ff5555;
}
.hover-color-theme:hover {
  color: #1c6fe9;
}
.color-warn {
  color: #ff7822;
}
.color-success {
  color: #0ec56f;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-97 {
  color: #979797;
}
.color-c {
  color: #ccc;
}
.weight {
  font-weight: 500;
}
.btnSe {
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFangSC, PingFang SC;
  width: 84px;
}
.btn48 {
  height: 40px;
  margin-bottom: 32px;
}
.btn40 {
  height: 40px;
  margin-bottom: 24px;
}
.btn32 {
  height: 40px;
  margin-bottom: 20px;
}
.btnBgBlue {
  background-color: #000 !important;
  background: #000 !important;
  border-color: #000 !important;
}
.btnBorderGery {
  border: 1px solid #cccccc !important;
  color: #666 !important;
  background: #fff !important;
}
.btnBorderBule {
  border: 1px solid #1c6fe9 !important;
  color: #1c6fe9 !important;
  background: none !important;
}
.btnSe.ah-button--primary:hover {
  background-color: #4977fc !important;
  border-color: #4977fc !important;
  color: #fff;
}
.btn--min1 {
  width: 84px !important;
}
.btn--min3 {
  width: 124px !important;
}
.btn--min6 {
  width: 168px !important;
}
.ah-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  font-size: 14px;
  border-radius: 4px;
  height: 48px;
  width: 84px;
  font-weight: normal;
}
.ah-button.ah-button--min3 {
  width: 124px;
}
.ah-button.ah-button--min6 {
  width: 168px;
}
.ah-button + .ah-button,
.ah-checkbox.is-bordered + .ah-checkbox.is-bordered {
  margin-left: 12px;
}
.ah-button::-moz-focus-inner {
  border: 0;
}
.ah-button [class*="ah-icon-"] + span {
  margin-left: 5px;
}
.ah-button.is-plain:active {
  background: #fff;
  outline: 0;
}
.ah-button.is-disabled,
.ah-button.is-disabled:focus,
.ah-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}
.ah-button.is-disabled.ah-button--text {
  background-color: transparent;
}
.ah-button.is-disabled.is-plain,
.ah-button.is-disabled.is-plain:focus,
.ah-button.is-disabled.is-plain:hover {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc;
}
.ah-button.is-loading {
  position: relative;
  pointer-events: none;
}
.ah-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}
.ah-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}
.ah-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}
.ah-button--primary {
  color: #fff;
  background-color: #1c6fe9;
  border-color: #1c6fe9;
}
.ah-button--primary:active {
  outline: 0;
}
.ah-button--primary.is-disabled,
.ah-button--primary.is-disabled:active,
.ah-button--primary.is-disabled:focus,
.ah-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.ah-button--primary.is-plain {
  color: #1c6fe9;
  background: none;
  border-color: #1c6fe9;
}
.ah-button--success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
}
.ah-button--success:focus,
.ah-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #fff;
}
.ah-button--success.is-active,
.ah-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
}
.ah-button--success:active {
  outline: 0;
}
.ah-button--success.is-disabled,
.ah-button--success.is-disabled:active,
.ah-button--success.is-disabled:focus,
.ah-button--success.is-disabled:hover {
  color: #fff;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.ah-button--success.is-plain {
  color: #67c23a;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.ah-button--success.is-plain:focus,
.ah-button--success.is-plain:hover {
  background: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.ah-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
  outline: 0;
}
.ah-button--success.is-plain.is-disabled,
.ah-button--success.is-plain.is-disabled:active,
.ah-button--success.is-plain.is-disabled:focus,
.ah-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.ah-button--warning {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}
.ah-button--warning:focus,
.ah-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
}
.ah-button--warning.is-active,
.ah-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
}
.ah-button--warning:active {
  outline: 0;
}
.ah-button--warning.is-disabled,
.ah-button--warning.is-disabled:active,
.ah-button--warning.is-disabled:focus,
.ah-button--warning.is-disabled:hover {
  color: #fff;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.ah-button--warning.is-plain {
  color: #e6a23c;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.ah-button--warning.is-plain:focus,
.ah-button--warning.is-plain:hover {
  background: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.ah-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
  outline: 0;
}
.ah-button--warning.is-plain.is-disabled,
.ah-button--warning.is-plain.is-disabled:active,
.ah-button--warning.is-plain.is-disabled:focus,
.ah-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.ah-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}
.ah-button--danger:focus,
.ah-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}
.ah-button--danger.is-active,
.ah-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
}
.ah-button--danger:active {
  outline: 0;
}
.ah-button--danger.is-disabled,
.ah-button--danger.is-disabled:active,
.ah-button--danger.is-disabled:focus,
.ah-button--danger.is-disabled:hover {
  color: #fff;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.ah-button--danger.is-plain {
  color: #f56c6c;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.ah-button--danger.is-plain:focus,
.ah-button--danger.is-plain:hover {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.ah-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
  outline: 0;
}
.ah-button--danger.is-plain.is-disabled,
.ah-button--danger.is-plain.is-disabled:active,
.ah-button--danger.is-plain.is-disabled:focus,
.ah-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.ah-button--info {
  color: #333;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.ah-button--info:focus,
.ah-button--info:hover {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #333;
}
.ah-button--info.is-active,
.ah-button--info:active {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #333;
}
.ah-button--info:active {
  outline: 0;
}
.ah-button--info.is-disabled,
.ah-button--info.is-disabled:active,
.ah-button--info.is-disabled:focus,
.ah-button--info.is-disabled:hover {
  color: #cccccc;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.ah-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.ah-button--info.is-plain:focus,
.ah-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #fff;
}
.ah-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
  outline: 0;
}
.ah-button--info.is-plain.is-disabled,
.ah-button--info.is-plain.is-disabled:active,
.ah-button--info.is-plain.is-disabled:focus,
.ah-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}
.ah-button--medium,
.ah-button--small {
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}
.ah-button--medium.ah-button--min3,
.ah-button--small.ah-button--min3 {
  width: 124px;
}
.ah-button--medium.ah-button--min6,
.ah-button--small.ah-button--min6 {
  width: 168px;
}
.ah-button--small.is-round {
  padding: 9px 15px;
}
.ah-button--small.is-circle {
  padding: 9px;
}
.ah-button--mini,
.ah-button--mini.is-round {
  padding: 7px 15px;
}
.ah-button--mini {
  height: 32px;
  font-size: 12px;
  width: 74px;
}
.ah-button--mini.ah-button--min3 {
  width: 108px;
}
.ah-button--mini.ah-button--min6 {
  width: 144px;
}
.ah-button--mini.is-circle {
  padding: 7px;
}
.ah-button--text {
  border-color: transparent;
  color: #1c6fe9;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  height: auto;
}
.ah-button--text + .ah-button--text {
  margin-left: 8px;
}
.ah-button--text:focus,
.ah-button--text:hover {
  color: #1c6fe9;
  border-color: transparent;
  background-color: transparent;
}
.ah-button--text:active {
  color: #1c6fe9;
  border-color: transparent;
  background-color: transparent;
}
.ah-button--text.is-disabled,
.ah-button--text.is-disabled:focus,
.ah-button--text.is-disabled:hover {
  border-color: transparent;
}

.bgtheme {
  background-color: #1c6fe9;
}
.color-theme {
  color: #1c6fe9;
}
.color-danger {
  color: #ff5555;
}
.hover-color-theme:hover {
  color: #1c6fe9;
}
.color-warn {
  color: #ff7822;
}
.color-success {
  color: #0ec56f;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-97 {
  color: #979797;
}
.color-c {
  color: #ccc;
}
.weight {
  font-weight: 500;
}
.flex {
  display: flex;
}
.u-flex {
  display: flex;
  flex-direction: row;
}
.u-flex-x {
  display: flex;
  flex-direction: row;
}
.u-flex-y {
  display: flex;
  flex-direction: column;
}
.u-flex-xy-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.u-flex-x-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u-flex-y-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u-flex,
.u-flex-row,
.u-flex-x {
  display: flex;
}
.u-flex-y,
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-x-center {
  display: flex;
  justify-content: center;
}
.u-flex-xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-flex-y-center {
  display: flex;
  align-items: center;
}
.u-flex-x-left {
  display: flex;
}
.u-flex-x-reverse,
.u-flex-row-reverse {
  flex-direction: row-reverse;
}
.u-flex-y-reverse,
.u-flex-column-reverse {
  flex-direction: column-reverse;
}
/* #ifndef APP-NVUE */
.u-flex.u-flex-reverse,
.u-flex-row.u-flex-reverse,
.u-flex-x.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-flex-column.u-flex-reverse,
.u-flex-y.u-flex-reverse {
  flex-direction: column-reverse;
}
.u-flex-fill {
  flex: 1;
}
.u-margin-top-auto,
.u-m-t-auto {
  margin-top: auto !important;
}
.u-margin-right-auto,
.u-m-r-auto {
  margin-right: auto !important;
}
.u-margin-bottom-auto,
.u-m-b-auto {
  margin-bottom: auto !important;
}
.u-margin-left-auto,
.u-m-l-auto {
  margin-left: auto !important;
}
.u-margin-center-auto,
.u-m-c-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-margin-middle-auto,
.u-m-m-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* #endif */
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.u-flex-start {
  justify-content: flex-start;
}
.u-flex-center {
  justify-content: center;
}
.u-flex-end {
  justify-content: flex-end;
}
.u-flex-between {
  justify-content: space-between;
}
.u-flex-around {
  justify-content: space-around;
}
.u-flex-items-start {
  align-items: flex-start;
}
.u-flex-items-center {
  align-items: center;
}
.u-flex-items-end {
  align-items: flex-end;
}
.u-flex-items-baseline {
  align-items: baseline;
}
.u-flex-items-stretch {
  align-items: stretch;
}
.u-flex-self-start {
  align-self: flex-start;
}
.u-flex-self-center {
  align-self: center;
}
.u-flex-self-end {
  align-self: flex-end;
}
.u-flex-self-baseline {
  align-self: baseline;
}
.u-flex-self-stretch {
  align-self: stretch;
}
.u-flex-content-start {
  align-content: flex-start;
}
.u-flex-content-center {
  align-content: center;
}
.u-flex-content-end {
  align-content: flex-end;
}
.u-flex-content-between {
  align-content: space-between;
}
.u-flex-content-around {
  align-content: space-around;
}
.u-flex-middle {
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
}
.u-flex-grow {
  flex-grow: 1;
}
.u-flex-shrink {
  flex-shrink: 1;
}

.bgtheme {
  background-color: #1c6fe9;
}
.color-theme {
  color: #1c6fe9;
}
.color-danger {
  color: #ff5555;
}
.hover-color-theme:hover {
  color: #1c6fe9;
}
.color-warn {
  color: #ff7822;
}
.color-success {
  color: #0ec56f;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-97 {
  color: #979797;
}
.color-c {
  color: #ccc;
}
.weight {
  font-weight: 500;
}
.formSearchNew {
  margin-bottom: 4px;
  margin-top: 24px;
}
.formSearchNew .el-form-item__label {
  color: #666;
  padding: 0;
}
.formSearchNew .el-form-item {
  margin-right: 24px;
  margin-bottom: 16px;
}
.formSearchNew .el-form-item:last-child {
  margin-right: 0;
}
.formSearchNew .el-form-item:nth-last-child(2) {
  margin-right: 16px;
}
.formSearchNew .el-radio {
  margin-right: 12px;
  padding-left: 14px;
  padding-right: 14px;
}
.formSearchNew .el-radio .el-radio__input {
  display: none;
}
.formSearchNew .el-radio .el-radio__label {
  padding-left: 0;
}
.formSearchNew .el-tooltip__popper {
  max-width: 264px !important;
  background: rgba(51, 51, 51, 0.8);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.tableNew {
  width: 100%;
}
.tableNew .el-button--text {
  color: #1c6fe9;
}
.tableNew th.el-table__cell {
  height: 48px;
  background: #f6f6f6;
  border-bottom: 1px solid #eee !important;
}
.tableNew .el-table__cell {
  height: 55px;
}
.tableNew th.el-table__cell > .cell {
  padding-left: 24px;
  font-weight: 500 !important;
  font-size: 14px;
  color: #333333;
}
.tableNew td.el-table__cell > .cell {
  padding-left: 0;
  color: #333;
  font-weight: 400 !important;
}
.tableNew td.el-table__cell {
  padding-left: 24px;
  border-bottom-color: #eee;
}
.tableNew .el-table__row:last-child td.el-table__cell {
  border-bottom: 1px solid transparent;
}
.tableNew .el-table__empty-block {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.bgtheme {
  background-color: #1c6fe9;
}
.color-theme {
  color: #1c6fe9;
}
.color-danger {
  color: #ff5555;
}
.hover-color-theme:hover {
  color: #1c6fe9;
}
.color-warn {
  color: #ff7822;
}
.color-success {
  color: #0ec56f;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-97 {
  color: #979797;
}
.color-c {
  color: #ccc;
}
.weight {
  font-weight: 500;
}
.bgtheme {
  background-color: #1c6fe9;
}
.color-theme {
  color: #1c6fe9;
}
.color-danger {
  color: #ff5555;
}
.hover-color-theme:hover {
  color: #1c6fe9;
}
.color-warn {
  color: #ff7822;
}
.color-success {
  color: #0ec56f;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.color-97 {
  color: #979797;
}
.color-c {
  color: #ccc;
}
.weight {
  font-weight: 500;
}

