.divForms-dom {
  position: fixed;
  left: 0;
  z-index: 1 !important;
}

.divForms .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  transform: rotate(-45deg) translate(5px, -15px);
  background-color: #28bbf0;
}

.divForms-theme .area {
  background-image: linear-gradient(135deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50%, transparent 50%), linear-gradient(-45deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50.1%, transparent 50%);
}

.divForms .area {
  position: relative;
  min-width: 420px;
}

.divForms-wrap {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.divForms-theme .b-b, .divForms-theme .b-b-r, .divForms-theme .b-l, .divForms-theme .b-r, .divForms-theme .b-t, .divForms-theme .b-t-l {
  background-color: #29baf1;
  box-shadow: 0 0 10px 2px #29baf1;
}

.divForms .b-t {
  position: absolute;
  top: 0;
  left: 44px;
  right: 0;
  height: 1px;
  z-index: 10;
}

.divForms .b-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 44px;
  width: 1px;
  z-index: 10;
}

.divForms .b-l {
  position: absolute;
  top: 44px;
  left: 0;
  bottom: 0;
  width: 1px;
  z-index: 10;
}

.divForms .b-b {
  position: absolute;
  left: 0;
  right: 44px;
  bottom: 0;
  height: 1px;
  z-index: 10;
}

.divForms .b-b-r {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 62px;
  transform: rotate(45deg) translate(-52px,22px);
  z-index: 10;
}

.divForms .b-t-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 62px;
  transform: rotate(45deg) translate(52px,-22px);
  z-index: 10;
}

.divForms .label-wrap {
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}

.divForms-theme .title {
  background-image: linear-gradient(135deg,transparent 25px,#29baf1 25px);
}

.divForms .title {
  margin-top: 20px;
  padding: 0 12px 0 30px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.divForms .label-content {
  padding: 4px 0;
}

.divForms-theme .arrow, .divForms-theme .title::before {
  background-color: #28bbf0;
}

.divForms .title::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 10;
  height: 2px;
}

.divForms .data-li {
  padding: 4px 45px 4px 0;
}

.divForms .arc-bcg {
    position: relative;
    height: 160px;
    img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 140px;
    }
}

.data-value, .divForms .data-label {
  display: inline-block;
}

.divForms .label-num {
  margin-right: 3px;
  color: #f09e28;
  font-weight: 600;
}

.divForms .label-tag::after {
  content: attr(alt);
  display: inline-block;
  position: absolute;
  bottom: -22px;
  right: -35px;
  z-index: -1;
  padding: 2px 4px;
  color: #fff;
  font-size: 14px;
  background-color: #333;
  border-radius: 3px;
  opacity: 0;
  transition: all .3s ease-in;
}

.divForms .data-value-status-1 {
  background-color: #35b15b !important;
}

.divForms .data-value-status-0 {
  background-color: #f0285c !important;
}

.divForms .data-value-status-2 {
  background-color: #f09e28 !important;
}

.divForms .label-tag {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  padding: 0 6px;
  font-weight: 600;
  cursor: pointer;
  background-color: #909399;
  border-radius: 4px;
}

.divForms .data-value {
  font-size: 14px;
}




