.w-btn-list {
  display: flex;
  flex-direction: row;
}
.w-btn-list .ant-btn:not(:first-child) {
  margin-left: 10px;
}
.carousel {
  overflow: hidden;
  position: relative;
}
.carousel_list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.carousel_list.animate {
  transition: left 300ms;
}
.carousel_item {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}
.dot_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.dot {
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
  margin: 0 3px;
}
.dot.active {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.dot:first-child,
.dot:last-child {
  display: none;
}
.w-checkbox .ant-checkbox-wrapper {
  margin-left: 0;
  margin-right: 8px;
}
.w-checkbox .ant-checkbox-wrapper:last-child {
  margin-right: 0;
}
.w-color-select {
  height: 100%;
  width: 100%;
  background: #F5F6F6;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  cursor: pointer;
}
.w-color-select[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-color-select.disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-color-select-view {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.w-color-select-input {
  background: transparent;
  border: 0;
  width: 20px;
  flex: 0 0 auto;
  line-height: 0 !important;
  vertical-align: middle;
  font-size: 0;
  height: 20px;
  margin-right: 10px;
}
.w-color-select-input::-webkit-color-swatch-wrapper {
  background-color: #ddd;
  padding: 1px;
}
.w-color-select-input::-webkit-color-swatch {
  position: relative;
  border-radius: 0 !important;
}
.w-date-picker,
.w-date-range-picker {
  width: 100%;
}
.w-date-picker .ant-calendar-picker-input,
.w-date-range-picker .ant-calendar-picker-input {
  height: 100%;
  width: 100%;
  background: #F5F6F6;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
  min-height: 32px;
}
.w-date-picker .ant-calendar-picker-input[disabled],
.w-date-range-picker .ant-calendar-picker-input[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-date-picker .ant-calendar-picker-input[disabled],
.w-date-range-picker .ant-calendar-picker-input[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-date-picker .ant-input-disabled,
.w-date-range-picker .ant-input-disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-drag-elem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  touch-action: none;
}
.log {
  height: 300px;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.w-file-select-img-box {
  margin-top: 10px;
}
.w-file-select-img-box img {
  max-width: 100%;
  max-height: 120px;
}
.w-flex {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}
.w-flex.w-flex-column {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
}
.w-flex.w-flex-column > .w-flex-item {
  flex: 1;
  width: 0;
  height: 0;
  width: auto;
}
.w-flex > .w-flex-item {
  flex: 1;
  width: 0;
}
.w-flex.w-flex-center {
  align-items: center;
  justify-content: center;
}
.w-flex.w-flex-vertical-center {
  align-items: center;
}
.w-flex.w-flex-wrap {
  flex-wrap: wrap;
}
.w-form {
  overflow: hidden;
}
.w-form .w-form-content {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  margin: -5px;
}
.w-form .w-form-line {
  background: #f3f3f3;
  border-radius: 20px;
  line-height: 36px;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  width: 100%;
  margin: 5px;
}
.w-form .w-form-line.disabled:not(.w-form-line-hide-bg):not(.w-form-line-value-line) {
  background: #D9D9D9;
}
.w-form .w-form-line:not(.w-form-line-hide-bg):not(.w-form-line-value-line) .w-input,
.w-form .w-form-line:not(.w-form-line-hide-bg):not(.w-form-line-value-line) .ant-input,
.w-form .w-form-line:not(.w-form-line-hide-bg):not(.w-form-line-value-line) .w-number-input,
.w-form .w-form-line:not(.w-form-line-hide-bg):not(.w-form-line-value-line) .ant-input-number-handler-wrap,
.w-form .w-form-line:not(.w-form-line-hide-bg):not(.w-form-line-value-line) .w-select {
  background: transparent;
}
.w-form .w-form-label {
  width: auto;
  padding-left: 18px;
}
.w-form .w-form-value {
  flex: 1;
  width: 0;
}
.w-form .w-form-sep {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 11px;
  width: 1px;
  height: 20px;
  background: #d8d8d8;
  font-size: 0;
}
.w-form .w-form-line-hide-bg,
.w-form .w-form-line-value-line {
  background: transparent;
}
.w-form .w-form-line-hide-bg .w-form-sep,
.w-form .w-form-line-value-line .w-form-sep {
  visibility: hidden;
}
.w-form .w-form-line-hide-label .w-form-label {
  display: none;
}
.w-form .ant-input-number,
.w-form .ant-select,
.w-form .ant-input,
.w-form .ant-calendar-picker {
  width: 100%;
}
.w-form .w-form-line-auto-height {
  align-items: flex-start;
}
.w-form .w-form-line-value-line {
  display: block;
}
.w-form .w-form-line-value-line .w-form-label {
  padding-left: 0;
}
.w-form .w-form-line-value-line .w-form-value {
  width: 100%;
}
.w-form .w-switch,
.w-form .w-radio,
.w-form .w-checkbox {
  margin-left: 11px;
}
.w-form .w-number-input {
  display: block;
}
.w-form .w-number-input .ant-input-number-input-wrap,
.w-form .w-number-input .ant-input-number-input {
  height: 100%;
}
.w-input {
  height: 100%;
  width: 100%;
  background: #F5F6F6;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
  min-height: 32px;
}
.w-input[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-input .ant-input {
  height: 100%;
  width: 100%;
  background: #F5F6F6;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
  min-height: 32px;
}
.w-input .ant-input[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-link {
  color: inherit;
}
.w-list-alert {
  text-align: center;
  padding: 10px;
  width: 100%;
}
.w-list-select-search-box {
  position: relative;
  margin-bottom: 10px;
}
.w-list-select-search-box .anticon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.w-list-select-search-box .ant-input,
.w-list-select-search-box .w-input {
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.w-list-select-search-box .w-input {
  border-bottom: 1px solid #f1f1f1 !important;
  padding-left: 25px;
}
.w-list-select-header {
  height: 40px;
  justify-content: space-evenly;
  background: #f1f1f1;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
}
.w-list-select-header-item {
  cursor: pointer;
}
.w-list-select-header-item.active {
  color: #1890ff;
}
.w-list-select-content {
  flex-wrap: wrap;
  padding: 5px;
  border: 1px solid #f1f1f1;
}
.w-list-select-item {
  width: 100px;
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  cursor: pointer;
}
.w-list-select-item.active {
  border-color: #1890ff;
  color: #1890ff;
}
.w-list-select-empty {
  text-align: center;
  padding: 50px 0;
  width: 100%;
}
.w-loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6666;
}
.w-loading-wrap.w-loading-wrap-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.w-loading-wrap .w-loading-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.w-modal .ant-modal-body {
  padding: 0;
  overflow: auto;
}
.modal {
  zoom: 1;
}
.w-number-input {
  height: 100%;
  width: 100%;
  background: #F5F6F6;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
  min-height: 32px;
}
.w-number-input[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-number-input .ant-input-number-placeholder {
  left: 0;
}
.w-number-input .ant-input-number-handler-wrap {
  background-color: transparent;
  border: 0;
  right: 10px;
}
.w-number-input .ant-input-number-handler-up,
.w-number-input .ant-input-number-handler-down {
  border: 0;
  height: 50% !important;
  background-color: transparent !important;
  outline: none !important;
}
.w-number-input .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.w-number-input .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  transform: none;
}
.w-number-input .ant-input-number-handler-wrap {
  background-color: #F5F6F6;
  border: 0;
  right: 10px;
}
.w-number-input .ant-input-number-handler-up,
.w-number-input .ant-input-number-handler-down {
  border: 0;
  height: 50% !important;
  background-color: transparent !important;
}
.w-number-input .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.w-number-input .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  transform: none;
}
.w-number-input.disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-option-input-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.w-option-input-item .anticon-minus-circle {
  font-size: 16px;
  color: red;
}
.w-option-input-target {
  flex: 1;
  width: 0;
  margin-right: 10px;
}
.w-option-input-btn .anticon {
  margin-right: 5px;
}
.w-pagination {
  text-align: right;
  padding: 10px;
}
.w-pagination-text {
  margin: 0 10px;
}
.w-pagination-wrap {
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.w-pagination-wrap .ant-pagination-prev,
.w-pagination-wrap .ant-pagination-next,
.w-pagination-wrap .ant-pagination-jump-prev,
.w-pagination-wrap .ant-pagination-jump-next,
.w-pagination-wrap .ant-pagination-item {
  width: 27px;
  height: 27px;
  min-height: 0;
  min-width: 0;
  border: 0;
}
.w-pagination-wrap .ant-pagination-prev a,
.w-pagination-wrap .ant-pagination-next a,
.w-pagination-wrap .ant-pagination-jump-prev a,
.w-pagination-wrap .ant-pagination-jump-next a,
.w-pagination-wrap .ant-pagination-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #f5f6f6;
  border-radius: 50%;
  border: 0;
}
.w-pagination-wrap .ant-pagination-prev.ant-pagination-item-active a,
.w-pagination-wrap .ant-pagination-next.ant-pagination-item-active a,
.w-pagination-wrap .ant-pagination-jump-prev.ant-pagination-item-active a,
.w-pagination-wrap .ant-pagination-jump-next.ant-pagination-item-active a,
.w-pagination-wrap .ant-pagination-item.ant-pagination-item-active a {
  background: #4980f6;
  color: #fff;
}
.w-pagination-wrap .ant-pagination-prev .ant-pagination-item-ellipsis,
.w-pagination-wrap .ant-pagination-next .ant-pagination-item-ellipsis,
.w-pagination-wrap .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
.w-pagination-wrap .ant-pagination-jump-next .ant-pagination-item-ellipsis,
.w-pagination-wrap .ant-pagination-item .ant-pagination-item-ellipsis {
  left: auto;
  right: auto;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.w-pagination-wrap .w-pagination {
  border: 0;
  font-size: 12px;
}
.w-pagination-wrap .w-pagination-select {
  width: 100px;
  height: 27px;
  min-width: 0;
  font-size: 12px;
}
.w-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.w-radio-item {
  position: relative;
}
.w-radio-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.w-radio-item:hover .ant-radio-inner {
  border-color: #1890ff;
}
.w-select {
  position: relative;
  user-select: none;
  width: 100%;
  height: 100%;
  min-height: 34px;
  background: #F5F6F6;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.w-select .w-select-close {
  position: absolute;
}
.w-select .w-select-caret {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%) rotate(0deg);
  color: rgba(0, 0, 0, 0.25);
  transition: transform 250ms linear;
  cursor: pointer;
  font-size: 12px;
}
.w-select:hover .w-select-close {
  opacity: 0.8;
}
.w-select:hover .w-select-close:hover {
  opacity: 1;
}
.w-select.open .w-select-caret {
  transform: translate(0, -50%) rotate(180deg);
}
.w-select .w-select-remove {
  color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  opacity: 0.8;
  cursor: pointer;
}
.w-select .w-select-remove:hover {
  opacity: 1;
}
.w-select .text_tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.w-select .w-select-selected-list {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 10px;
}
.w-select .w-select-selected-list .w-select-selected-item {
  margin-right: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.w-select .w-select-selected-list.single .w-select-remove {
  display: none;
}
.w-select .w-select-selected-list.single .w-select-input-box {
  width: 100% !important;
}
.w-select .w-select-selected-list.close .w-select-input-box {
  width: 100% !important;
}
.w-select.disabled {
  background: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-select.disabled .w-select-close {
  display: none;
}
.w-select .w-select-input-box {
  min-width: 30px;
  flex: 0 0 auto;
}
.w-select .w-select-input {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.w-select-dropdown .w-select-dropdown-content {
  min-width: 0;
}
.w-select-dropdown .w-select-dropdown-header {
  opacity: 1;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  padding: 0 5px;
  justify-content: space-between;
}
.w-select-dropdown .w-select-dropdown-header-item {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin: 0 2px;
  cursor: pointer;
  height: 32px;
  line-height: 30px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 0 5px;
}
.w-select-dropdown .w-select-dropdown-header-item.active {
  color: #5b97ee;
  border-color: #5b97ee;
}
.w-select-dropdown .w-select-dropdown-check {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
}
.w-select-dropdown .w-select-dropdown-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-select-dropdown .ant-select-dropdown-menu-item {
  padding-right: 40px;
  position: relative;
  padding-left: 10px;
}
.w-select-dropdown .ant-select-dropdown-menu-item.w-select-dropdown-item-pinyin {
  padding-left: 30px;
}
.w-select-dropdown .ant-select-dropdown-menu-item .w-select-first-char {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #5b97ee;
}
.w-select-dropdown .ant-select-dropdown-menu-item-selected {
  background-color: transparent !important;
  color: #5b97ee;
  font-weight: normal;
}
.w-select-dropdown .ant-select-dropdown-menu-item-selected .w-select-dropdown-check {
  display: block;
}
.w-select-dropdown .ant-select-dropdown-menu {
  max-height: 300px;
  overflow: auto;
  padding: 10px 0;
}
.w-select-dropdown .w-select-alert {
  line-height: 37px;
  color: #999999;
  font-size: 12px;
  position: relative;
  padding: 0 15px;
}
.w-select-dropdown .w-select-alert .w-select-dropdown-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  opacity: 0.8;
}
.w-select-dropdown .w-select-alert .w-select-dropdown-close:hover {
  opacity: 1;
}
.w-select-dropdown .w-select-nodata {
  padding: 20px 0;
  text-align: center;
}
.w-select-dropdown .w-select-loading {
  padding: 10px 10px 5px 10px;
}
.w-select-dropdown .w-select-dropdown-footer {
  display: flex;
  padding: 12px 14px;
  border-top: 1px solid #f6f6f6;
}
.w-select-dropdown .w-select-dropdown-footer .w-select-dropdown-check-all {
  position: relative;
  cursor: pointer;
}
.w-select-dropdown .w-select-dropdown-footer .w-select-dropdown-check-all:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.w-select-dropdown .w-select-dropdown-footer .ant-radio-wrapper {
  color: #5b97ee;
}
.w-select-dropdown .w-select-dropdown-footer .ant-radio-inner {
  border-color: #5b97ee;
}
.w-slider {
  position: relative;
}
.w-slider-container {
  position: relative;
  overflow: hidden;
}
.w-slider-content {
  position: relative;
}
.w-slider-item {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}
.w-slider-dots {
  position: absolute;
}
.w-slider-dots-bottom,
.w-slider-dots-top {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  left: 0;
}
.w-slider-dots-bottom .w-slider-dot:not(:first-child),
.w-slider-dots-top .w-slider-dot:not(:first-child) {
  margin-left: 5px;
}
.w-slider-dots-bottom {
  bottom: 10px;
}
.w-slider-dots-top {
  top: 10px;
}
.w-slider-dots-right,
.w-slider-dots-left {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  top: 0;
}
.w-slider-dots-right .w-slider-dot:not(:first-child),
.w-slider-dots-left .w-slider-dot:not(:first-child) {
  margin-top: 5px;
}
.w-slider-dots-left {
  left: 10px;
}
.w-slider-dots-right {
  right: 10px;
}
.w-slider-dot {
  background-color: #f1f1f1;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.w-slider-dot-active {
  background-color: #1890ff;
}
.w-stretch-line {
  stroke: transparent;
  fill: transparent;
}
.w-stretch-line-left {
  cursor: e-resize;
}
.w-stretch-line-right {
  cursor: e-resize;
}
.w-stretch-line-top {
  cursor: n-resize;
}
.w-stretch-line-bottom {
  cursor: n-resize;
}
.w-stretch.disabled .w-stretch-line,
.w-stretch.disabled .w-stretch-point {
  display: none;
}
.w-stretch-point {
  stroke: transparent;
  fill: transparent;
}
.w-stretch-point-left-top {
  cursor: nwse-resize;
}
.w-stretch-point-left-bottom {
  cursor: nesw-resize;
}
.w-stretch-point-right-top {
  cursor: nesw-resize;
}
.w-stretch-point-right-bottom {
  cursor: nwse-resize;
}
* {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border-radius: 9px;
}
*::-webkit-scrollbar-thumb {
  height: 6px;
  border-radius: 7px;
  border: 4px solid transparent;
  background-color: hsla(0, 0%, 47%, 0.4);
  background-clip: padding-box;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
#root {
  height: 100%;
}
.hide-i {
  display: none !important;
}
.a-list > a:not(:first-child) {
  margin-left: 10px;
}
.ant-select-tree-dropdown {
  max-height: 400px !important;
}
.w-svg-editor {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
}
.w-svg-editor-toolbox {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.w-svg-editor-toolbox-item {
  margin-right: 10px;
  cursor: pointer;
}
.w-svg-editor-toolbox-item.active {
  color: red;
}
.w-svg-editor-content {
  flex: 1;
  width: 0;
  height: 0;
  width: auto;
  position: relative;
  overflow: hidden;
  outline: none;
}
.w-svg-editor-content svg {
  height: 100%;
  width: 100%;
}
.w-svg-editor-draw-shadow {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 224, 224, 0.8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #999;
}
.w-svg-editor-selected-rect {
  stroke-dasharray: 10 10;
}
.w-svg-editor-node.selected .w-svg-editor-selected-rect,
.w-svg-editor-node:hover .w-svg-editor-selected-rect {
  display: block !important;
}
.w-svg-editor-node.selected .w-svg-editor-selected-rect {
  stroke-dasharray: none;
}
.w-svg-editor-path-line:hover {
  stroke: red;
}
.w-svg-editor-path-point:hover,
.w-svg-editor-path-point.selected {
  fill: red;
}
.w-svg-editor-path-point-curve {
  fill: transparent;
  stroke: #333;
}
.w-svg-editor-rotate {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  display: none;
}
.w-svg-editor-rotate.selected {
  display: block;
}
.w-svg-editor-text {
  user-select: none;
}
.w-svg-editor-textarea {
  position: absolute;
  z-index: 9999;
  padding: 0;
  border: 0;
  resize: none;
  outline: none;
  background: transparent;
}
.w-swiper {
  display: flex;
  align-items: center;
}
.w-swiper > .anticon-left,
.w-swiper > .anticon-right {
  font-size: 22px;
  color: #999;
  cursor: pointer;
}
.w-swiper-view {
  margin: 0 20px;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}
.w-swiper-content {
  position: relative;
  left: 0;
  top: 0;
}
.w-swiper-content > div,
.w-swiper-content > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.w-table {
  position: relative;
}
.w-table-header {
  height: 40px;
}
.w-table-header .w-table-tr {
  overflow: hidden;
}
.w-table-header .w-table-td {
  background: #f5f6f6;
}
.w-table-body {
  overflow: hidden;
}
.w-table-body .w-table-tr:nth-child(even) .w-table-td,
.w-table-body .w-table-tr.w-table-tr-hover .w-table-td {
  background-color: #fafafa;
}
.w-table-tr {
  display: flex;
  flex-direction: row;
}
.w-table-td {
  flex: 1;
  width: 0;
  padding: 0 10px;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.w-table-td:first-child {
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.w-table-td:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.w-table-fit {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-height: 200px;
}
.w-table-fit .w-table-body {
  flex: 1;
  width: 0;
  height: 0;
  width: auto;
  overflow: hidden;
}
.w-table-fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
}
.w-table-fixed .w-table-fixed-left,
.w-table-fixed .w-table-fixed-right {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.w-table-fixed .w-table-fixed-left .w-table-td {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.w-table-fixed .w-table-fixed-right {
  left: auto;
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.w-table-fixed .w-table-fixed-right .w-table-td {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.w-table-fixed .w-table-body {
  overflow: hidden !important;
}
.w-table-scroll-y .w-table-body {
  overflow-y: auto;
}
.w-table-scroll-y .w-table-header {
  padding-right: 17px;
}
.w-table-scroll-y .w-table-fixed .w-table-header {
  padding-right: 0;
}
.w-table-scroll-y .w-table-fixed-right {
  right: 17px;
}
.w-table-scroll-x .w-table-body {
  overflow-x: auto;
}
.w-table-scroll-x .w-table-fixed {
  padding-bottom: 17px;
}
.w-table-scroll-x .w-table-fixed-left,
.w-table-scroll-x .w-table-fixed-right {
  height: calc(100% - 17px);
}
.w-table-fixed-scroll-left-min .w-table-fixed-left {
  box-shadow: none;
}
.w-table-fixed-scroll-left-max .w-table-fixed-right {
  box-shadow: none;
}
.w-table-td-content {
  white-space: normal;
  width: 100%;
}
.w-table-select {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.w-table-select:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.w-table-select:hover .ant-checkbox-inner,
.w-table-select:hover .ant-radio-inner {
  border-color: #1890ff;
}
.w-table-editor {
  border: 1px solid #f1f1f1;
}
.w-table-editor.disabled {
  border: 0;
}
.w-table-editor.disabled .w-table-search {
  padding: 0;
}
.w-table-editor.disabled .w-header-bottom-empty {
  display: none;
}
.w-table-editor-header {
  height: 48px;
  align-items: center;
  padding-left: 10px;
}
.w-table-editor-create {
  min-width: 85px;
  height: 32px;
  border-radius: 20px;
}
.w-table-editor-delete {
  color: #ff0606 !important;
}
.w-table-search {
  padding: 0 10px;
}
.w-table-search > .w-header .w-header-top {
  display: flex;
  flex-direction: row;
  padding: 16px 0 10px 0;
}
.w-table-search > .w-header .w-header-top .ant-btn {
  min-width: 74px;
  height: 36px;
  border-radius: 20px;
}
.w-table-search > .w-header .w-header-top .ant-btn:not(.ant-btn-primary) {
  border: 1px solid #5b97ee;
  color: #5b97ee;
}
.w-table-search > .w-header .w-form {
  flex: 1;
  width: 0;
  padding-right: 10px;
}
.w-table-search > .w-header .w-header-btn-collapse {
  height: 36px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.w-table-search > .w-header .w-header-sep {
  background: #f5f6f6;
  height: 8px;
}
.w-table-search > .w-header .w-header-bottom {
  padding: 11px 0;
}
.w-table-search > .w-header .w-header-bottom .ant-btn {
  background: #f3f3f3;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  color: #333;
  height: 32px;
}
.w-table-search > .w-header .w-header-bottom .ant-btn[disabled] {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.w-table-search > .w-header .w-header-bottom-empty {
  height: 10px;
}
.w-table-search > .w-footer .ant-pagination {
  padding: 10px;
}
.w-table-search.w-table-search-fit {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
}
.w-table-search.w-table-search-fit > .w-body {
  flex: 1;
  width: 0;
  height: 0;
  width: auto;
}
.w-table-search.theme-afc .w-header {
  padding-left: 0;
  padding-right: 0;
}
.w-table-search.theme-afc .w-header .w-header-top .ant-btn {
  min-width: 74px;
  height: 36px;
  border: 1px solid #5b97ee;
  border-radius: 20px;
  color: #5b97ee;
}
.w-table-search.theme-afc .w-header .w-header-top .ant-btn.ant-btn-primary {
  background: #3385ff;
  color: #fff;
}
.w-table-search.theme-afc .w-footer .ant-pagination {
  border: 0;
}
.w-tabs.w-tabs-fit-height {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
}
.w-tabs.w-tabs-fit-height > .ant-tabs-content {
  flex: 1;
  width: 0;
  height: 0;
  width: auto;
  width: 100%;
}
.w-tabs > .ant-tabs-top-bar {
  margin-bottom: 0;
}
.w-text > .anticon {
  margin-right: 5px;
}
.w-textarea {
  position: relative;
  height: 100%;
  width: 100%;
  background: #F5F6F6;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
  min-height: 32px;
  height: auto;
  border-radius: 0;
}
.w-textarea[disabled] {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-textarea.has-max {
  padding-bottom: 20px;
}
.w-textarea.has-max .textarea_tip {
  display: block;
}
.w-textarea.disabled {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #666;
  cursor: not-allowed;
}
.w-textarea .w-textarea-tips {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #999;
  line-height: 1;
}
.w-textarea .w-textarea-tips .w-textarea-tips-strong {
  color: #666;
}
.w-textarea:focus-within {
  border-color: #40a9ff;
}
.w-textarea textarea {
  padding: 11px 14px;
  line-height: 1.5;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  resize: none;
  background: transparent !important;
  min-height: 60px;
}
.topology_box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.topology_box .topology_content {
  flex: 1;
  overflow: auto;
}
.topology_box .topology_select {
  padding: 10px 10px 0 10px;
}
.topology_box .topology_select :global .ant-select {
  width: 100%;
}
.w-tree-select-tree-box {
  max-height: 300px;
  overflow: auto;
  padding: 0 10px;
}
.w-upload-input {
  display: none;
}
.w-upload-item {
  padding: 10px;
}
.w-upload-item-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.w_text_overflow {
  line-height: 0;
}
.w_text_overflow .w_text_overflow_content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.w_drawer .w_drawer_content {
  flex: 1;
}
.w_drawer .w_drawer_body {
  overflow: auto;
  padding: 24px;
}
.w_drawer .ant-drawer-wrapper-body {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
}
.w_drawer .ant-drawer-body {
  flex: 1;
  width: 0;
  height: 0;
  width: auto;
  padding: 0;
}
.w_drawer_footer {
  background: #f9f9f9;
  padding: 12px 20px;
  text-align: right;
}
.w_modal .ant-modal-footer .ant-btn,
.w_drawer_footer .ant-btn {
  height: 36px;
  border-radius: 20px;
  min-width: 90px;
}
.w_modal .ant-modal-footer .ant-btn.ant-btn-primary,
.w_drawer_footer .ant-btn.ant-btn-primary {
  background: #3385ff;
}
.w_modal .ant-modal-footer .ant-btn.ant-btn-primary:hover,
.w_drawer_footer .ant-btn.ant-btn-primary:hover {
  background: #1470f9;
}
.w_modal .ant-modal-footer .ant-btn:not(:first-child),
.w_drawer_footer .ant-btn:not(:first-child) {
  margin-left: 10px;
}
.w_modal .w_drawer_footer {
  background: transparent;
  padding: 6px 0;
}
.w-video {
  width: 400px;
  height: 400px;
}
