.footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
}
.ant-layout-footer {
  padding: 0 !important;
}
.my-loading___2af1c {
  min-height: 100vh;
  width: 100%;
  text-align: center;
  background: #2681ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.app-loading___2UlDY {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff !important;
}
.app-loading-text___2JbWB {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 35px;
  color: #fff;
}
.yx_popconfirm {
  z-index: 1051;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
/**
 * @(#)2019/8/26.
 * YxAction，行为组件-样式
 * @author 足道
 * Copyright (c) 2019, YUNXI. All rights reserved.
 * YUNXI PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
#__yx_widget .yx_action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#__yx_widget .yx_action .ant-btn {
  width: 100%;
}
#__yx_widget .yx_yxAction_size_button .yx_action {
  margin-right: 8px;
}
#__yx_widget .yx_yxAction_size_link .yx_action {
  margin-right: 16px;
}
#__yx_widget .yx_yxAction_size_link .yx_action:not(:first-child) .base {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: '';
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #ccc;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
#__yx_widget .yx_yxAction_size_link .yx_action:not(:first-child)::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: '';
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #ccc;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
#__yx_widget .yx_yxAction_size_icon .yx_action_icon {
  font-size: 16px;
  color: #005FB3;
}
#__yx_widget .yx_yxAction_size_icon .yx_action {
  margin-right: 12px;
}
#__yx_widget .yx_yxAction_size_tag {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
#__yx_widget .yx_yxAction_size_tag .yx_action {
  margin-right: 16px;
  margin-bottom: 24px;
}
#__yx_widget .yx_yxAction_error .yx_action {
  margin-right: 8px;
}
#__yx_widget .yx_actions_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__yx_widget .yx_actions_box .yx_action:last-child {
  margin-right: 0 !important;
}
#__yx_widget .yx_action_popup_modal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 80vw;
}
#__yx_widget .yx_action_popup_modal .ant-modal-body,
#__yx_widget .yx_action_popup_modal .ant-drawer-body {
  padding: 0;
}
#__yx_widget .yx_action_popup_modal .ant-drawer-content-wrapper {
  min-width: 425px;
  width: auto;
  max-width: 65vw;
}
/*
 * @Description: widget组件样式
 * @Author: 路飞
 * @Date: 2020-06-11 15:54:54
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 11:25:40
 * @FilePath: \haier\yx-shell-web-admin\src\assets\css\common.less
 */
/*
 * @Description: 项目主题色
 * @Author: 路飞
 * @Date: 2020-06-14 09:23:20
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 17:40:23
 * @FilePath: \haier\yx-shell-web-admin\src\themes\themes.less
 */
/* 字体部分,强调+重要 = 加粗 */
.fontSize_1___3Z5Qt {
  font-size: 24px;
  font-weight: bold;
}
.fontSize_2___2GGOv {
  font-size: 18px;
  font-weight: normal;
}
.fontSize_3___19mkf {
  font-size: 14px;
  font-weight: bold;
}
.fontSize_4___1GLdL {
  font-size: 14px;
  font-weight: normal;
}
.fontSize_5___2qjgd {
  font-size: 12px;
  font-weight: bold;
}
.fontSize_6___1kO37 {
  font-size: 12px;
  font-weight: normal;
}
/* 色彩 */
.fontColor_1___hX6nF {
  color: #333;
}
.fontColor_2___2xR69 {
  color: #666;
}
.fontColor_3___1k2-U {
  color: #999;
}
.fontColor_4___1KjQO {
  color: #ccc;
}
.fontColor_5___8cHtu {
  color: #fff;
}
.fontColor_6___2yDbV {
  color: #8cd5eb;
}
/* 表单action 文字颜色 */
.ant-layout-sider {
  background: #0D325E !important;
}
.ant-menu-dark {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu-sub {
  background: #0d2749 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.searchBlock {
  background-color: #0d2749 !important;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #005FB3 !important;
}
body {
  overflow: hidden;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
*::-moz-selection {
  background: #005FB3;
}
*::selection {
  background: #005FB3;
}
*::-webkit-selection {
  background: #005FB3;
}
*::-moz-selection {
  background: #005FB3;
}
.yx-iconfont {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .ant-typography {
  max-width: 100%;
  white-space: normal;
}
#__yx_widget .ant-typography.ant-typography-ellipsis {
  white-space: nowrap;
}
#__yx_widget .ant-typography-ellipsis-multiple-line {
  word-wrap: break-word;
}
#__yx_widget .ant-typography:not(.ant-typography-ellipsis) {
  word-break: break-all;
}
#__yx_widget .ant-typography-ellipsis-multiple-line {
  white-space: normal;
}
#__yx_widget .yx_Progress {
  width: 105px;
}
#__yx_widget .yx_Progress .ant-progress-bg {
  background: #005FB3;
  height: 4px !important;
}
#__yx_widget .yx_Progress .ant-progress-inner {
  height: 4px !important;
}
#__yx_widget .yx_Progress .ant-progress-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  background: #005FB3;
  border-radius: 4px;
  height: 18px;
  padding: 0 4px;
  color: #FFF1E8;
  width: 34px;
  text-align: center;
  margin-left: 16px;
}
#__yx_widget .yx_Progress .ant-progress-outer {
  margin-right: -55px;
  padding-right: 55px;
}
#__yx_widget .yx_Progress.yx_ProgressBg_type1 .ant-progress-bg,
#__yx_widget .yx_Progress.yx_ProgressBg_type1 .ant-progress-text {
  background-color: #FFBF00;
}
#__yx_widget .yx_Progress.yx_ProgressBg_type2 .ant-progress-bg,
#__yx_widget .yx_Progress.yx_ProgressBg_type2 .ant-progress-text {
  background-color: #E61717;
}
#__yx_widget .yx_Progress.yx_ProgressBg_type3 .ant-progress-bg,
#__yx_widget .yx_Progress.yx_ProgressBg_type3 .ant-progress-text {
  background-color: #E5E5E5;
}
#__yx_widget .yx_yxText_tag_default {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxText_tag_notdelete {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #005FB3;
  background: #EAEDF3;
  border: 1px #005FB3 solid;
}
#__yx_widget .yx_yxText_tag_size_default {
  border-radius: 4px;
  height: 20px;
  padding: 0 8px;
}
#__yx_widget .yx_yxText_tag_size_large {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  line-height: 32px;
  height: 32px;
  padding: 0 8px;
}
#__yx_widget .yx_yxText_tag > div {
  margin-right: 16px;
}
#__yx_widget .yx_yxText_tag > div:last-child {
  margin-right: 0;
}
/**
 * @(#)2019/8/06.
 * Modal 模态框-样式部分
 * @author 足道
 * Copyright (c) 2019, YUNXI. All rights reserved.
 * YUNXI PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
.yx_drawer .ant-drawer-wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.yx_drawer .ant-drawer-wrapper-body .ant-drawer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.yx_drawer .ant-drawer-wrapper-body .ant-drawer-body > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.yx_drawer .ant-drawer-wrapper-body .ant-drawer-body > div .yx_action.yx_action_button {
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 16px;
  margin-bottom: 16px;
}
/*
 * @Description: widget组件样式
 * @Author: 路飞
 * @Date: 2020-06-11 15:54:54
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 11:25:40
 * @FilePath: \haier\yx-shell-web-admin\src\assets\css\common.less
 */
/*
 * @Description: 项目主题色
 * @Author: 路飞
 * @Date: 2020-06-14 09:23:20
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 17:40:23
 * @FilePath: \haier\yx-shell-web-admin\src\themes\themes.less
 */
/* 字体部分,强调+重要 = 加粗 */
.fontSize_1___IIuJM {
  font-size: 24px;
  font-weight: bold;
}
.fontSize_2___-LsDv {
  font-size: 18px;
  font-weight: normal;
}
.fontSize_3___33xbs {
  font-size: 14px;
  font-weight: bold;
}
.fontSize_4___2kI1P {
  font-size: 14px;
  font-weight: normal;
}
.fontSize_5___Dwdf4 {
  font-size: 12px;
  font-weight: bold;
}
.fontSize_6___Ar6E1 {
  font-size: 12px;
  font-weight: normal;
}
/* 色彩 */
.fontColor_1___3KKX- {
  color: #333;
}
.fontColor_2___S0024 {
  color: #666;
}
.fontColor_3___KyUa1 {
  color: #999;
}
.fontColor_4___1IXE9 {
  color: #ccc;
}
.fontColor_5___2y5nt {
  color: #fff;
}
.fontColor_6___2Xee9 {
  color: #8cd5eb;
}
/* 表单action 文字颜色 */
.ant-layout-sider {
  background: #0D325E !important;
}
.ant-menu-dark {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu-sub {
  background: #0d2749 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.searchBlock {
  background-color: #0d2749 !important;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #005FB3 !important;
}
body {
  overflow: hidden;
}
.layout___21R_- .content___2ni1l {
  padding: 12px 12px 0 12px;
  height: calc(100vh - 80px);
  width: "100%";
  overflow-y: scroll;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_multiple_input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  float: left;
}
#__yx_widget .yx_multiple_input .placeholder {
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  height: calc(100% - 24px);
}
#__yx_widget .yx_multiple_input div[controltype="String"] .multiple_input_item_string {
  padding: 0;
  border: 0;
}
#__yx_widget .yx_multiple_input div[controltype="String"] .multiple_input_item_string .ant-input-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#__yx_widget .yx_multiple_input div[controltype="String"] .multiple_input_item_string .ant-input-wrapper .ant-input {
  width: 174px;
}
#__yx_widget .yx_multiple_input div[controltype="String"] .multiple_input_item_string .ant-input-wrapper .ant-input-group-addon {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#__yx_widget .yx_multiple_input div[controltype="String"] .multiple_input_item_string .ant-input-wrapper .ant-input-group-addon .toggle_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__yx_widget .yx_multiple_input .ant-dropdown-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#__yx_widget .yx_multiple_input .yx_multiple_input_icon {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
#__yx_widget .yx_multiple_input .hiddle {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}
#__yx_widget .yx_multiple_input .hiddle .ant-form-item-label {
  visibility: hidden;
}
#__yx_widget .yx_multiple_input .hiddle .ant-form-item-control-wrapper .ant-form-item-children {
  visibility: hidden;
}
#__yx_widget .yx_multiple_input_dr .ant-dropdown-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__yx_widget .yx_multiple_input_dr .ant-dropdown-menu-item .yx_action {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#__yx_widget .yx_multiple_input_dr .ant-dropdown-menu-item .yx_action .yx_action_item {
  width: 100%;
}
#__yx_widget .yx_multiple_input_dr .ant-dropdown-menu-item .suffix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
/*
 * @Description: widget组件样式
 * @Author: 路飞
 * @Date: 2020-06-11 15:54:54
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 11:25:40
 * @FilePath: \haier\yx-shell-web-admin\src\assets\css\common.less
 */
/*
 * @Description: 项目主题色
 * @Author: 路飞
 * @Date: 2020-06-14 09:23:20
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 17:40:23
 * @FilePath: \haier\yx-shell-web-admin\src\themes\themes.less
 */
/* 字体部分,强调+重要 = 加粗 */
.fontSize_1___kA09J {
  font-size: 24px;
  font-weight: bold;
}
.fontSize_2___LNFpy {
  font-size: 18px;
  font-weight: normal;
}
.fontSize_3___1T6oS {
  font-size: 14px;
  font-weight: bold;
}
.fontSize_4___3sall {
  font-size: 14px;
  font-weight: normal;
}
.fontSize_5___16QgX {
  font-size: 12px;
  font-weight: bold;
}
.fontSize_6___1v_W4 {
  font-size: 12px;
  font-weight: normal;
}
/* 色彩 */
.fontColor_1___1hox3 {
  color: #333;
}
.fontColor_2___3MBV4 {
  color: #666;
}
.fontColor_3___1Qbbt {
  color: #999;
}
.fontColor_4___2BG97 {
  color: #ccc;
}
.fontColor_5___1yJKs {
  color: #fff;
}
.fontColor_6___2-1hF {
  color: #8cd5eb;
}
/* 表单action 文字颜色 */
.ant-layout-sider {
  background: #0D325E !important;
}
.ant-menu-dark {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu-sub {
  background: #0d2749 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.searchBlock {
  background-color: #0d2749 !important;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #005FB3 !important;
}
body {
  overflow: hidden;
}
.router-tabs___1Xi1d {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0px 1px 0, inset rgba(0, 0, 0, .52) 0 1px 1px;
          box-shadow: rgba(0, 0, 0, .4) 0 0px 1px 0, inset rgba(0, 0, 0, .52) 0 1px 1px;
  clear: both;
  margin-top: 49px;
}
.router-tabs___1Xi1d .tag___24Jbs {
  margin-top: 4px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e9eaec !important;
  color: #495060 !important;
  background: #fff !important;
  padding: 0 12px;
}
.router-tabs___1Xi1d .tag___24Jbs .icon___1Ej6p {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e9eaec;
  position: relative;
  top: 1px;
}
.router-tabs___1Xi1d .tag___24Jbs.active___2lz0k .icon___1Ej6p {
  background: #2d8cf0;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_yxButton_primary_normal {
  color: #fff;
  background: #005FB3;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxButton_primary_hover {
  color: #fff;
  background: #0c396d;
}
#__yx_widget .yx_yxButton_primary_pressed {
  color: #fff;
  background: #006ABD;
}
#__yx_widget .yx_yxButton_primary_disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_secondary_normal {
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_secondary_hover {
  color: #005FB3;
  background: #fff;
  border: 1px #005FB3 solid;
}
#__yx_widget .yx_yxButton_secondary_pressed {
  color: #006ABD;
  background: #fff;
  border: 1px #006ABD solid;
}
#__yx_widget .yx_yxButton_secondary_disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_dashed_normal {
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) dashed;
}
#__yx_widget .yx_yxButton_dashed_hover {
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px rgba(0, 0, 0, .25) dashed;
}
#__yx_widget .yx_yxButton_dashed_pressed {
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px #006ABD dashed;
}
#__yx_widget .yx_yxButton_dashed_disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .1) dashed;
}
#__yx_widget .yx_yxButton {
  white-space: nowrap;
  display: block;
}
#__yx_widget .yx_yxButton .ant-btn {
  white-space: nowrap;
}
#__yx_widget .yx_yxButton.ant-btn-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxButton span + .anticon {
  margin-left: 8px;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary {
  padding: 0 12px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #005FB3;
  background-color: #005FB3;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary .base .font {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary .base .iconColor {
  color: #fff;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary .yx_yxButton_icon_primary_normal .bg {
  background: #005FB3;
  background-color: #005FB3;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary .yx_yxButton_icon_primary_hover .bg {
  background: #0c396d;
  background-color: #0c396d;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary .yx_yxButton_icon_primary_disabled .iconColor {
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary i svg {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary:hover {
  background: #0c396d;
  background-color: #0c396d;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_primary:disabled i svg {
  margin: 0;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary {
  padding: 0 12px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  background-color: #fff;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary .base .font {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary .yx_yxButton_icon_secondary_normal .bg {
  background: #fff;
  background-color: #fff;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary .yx_yxButton_icon_secondary_normal .color {
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary .yx_yxButton_icon_secondary_hover .bg {
  background: #0c396d;
  background-color: #0c396d;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary .yx_yxButton_icon_secondary_hover .color {
  color: #005FB3;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary .yx_yxButton_icon_secondary_disabled .iconColor {
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary i svg {
  margin: 0;
  color: rgba(0, 0, 0, .65);
  font-size: 12px;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary:hover {
  color: #005FB3;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary:hover i svg {
  margin: 0;
  color: #005FB3;
}
#__yx_widget .yx_button_dropDown.yx_yxButton_secondary:disabled i svg {
  margin: 0;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxButton_primary {
  color: #fff;
  background: #005FB3;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxButton_primary:hover {
  color: #fff;
  background: #0c396d;
}
#__yx_widget .yx_yxButton_primary:focus {
  color: #fff;
  background: #005FB3;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxButton_primary:focus:hover {
  color: #fff;
  background: #0c396d;
}
#__yx_widget .yx_yxButton_primary:active {
  color: #fff;
  background: #006ABD;
}
#__yx_widget .yx_yxButton_primary:disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_primary:hover:disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_secondary {
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_secondary:hover {
  color: #005FB3;
  background: #fff;
  border: 1px #005FB3 solid;
}
#__yx_widget .yx_yxButton_secondary:focus {
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_secondary:focus:hover {
  color: #005FB3;
  background: #fff;
  border: 1px #005FB3 solid;
}
#__yx_widget .yx_yxButton_secondary:active {
  color: #006ABD;
  background: #fff;
  border: 1px #006ABD solid;
}
#__yx_widget .yx_yxButton_secondary:disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_secondary:hover:disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxButton_dashed {
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) dashed;
}
#__yx_widget .yx_yxButton_dashed:hover {
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px rgba(0, 0, 0, .25) dashed;
}
#__yx_widget .yx_yxButton_dashed:focus {
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px rgba(0, 0, 0, .15) dashed;
}
#__yx_widget .yx_yxButton_dashed:focus:hover {
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px rgba(0, 0, 0, .25) dashed;
}
#__yx_widget .yx_yxButton_dashed:active {
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px #006ABD dashed;
}
#__yx_widget .yx_yxButton_dashed:disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .1) dashed;
}
#__yx_widget .yx_yxButton_dashed:hover:disabled {
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .1) dashed;
}
#__yx_widget .yx_yxButton_size_default {
  padding: 0 16px;
  border-radius: 4px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
#__yx_widget .yx_yxButton_size_default i {
  font-size: inherit;
}
#__yx_widget .yx_yxButton_size_small {
  padding: 0 8px;
  border-radius: 4px;
  height: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxButton_size_small i svg {
  top: -2px;
  margin: 0;
  font-size: 9px;
  position: relative;
}
#__yx_widget .yx_yxButton_size_xsmall {
  padding: 0 8px;
  border-radius: 4px;
  height: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
#__yx_widget .yx_yxButton_size_xsmall i svg {
  margin: 0;
  font-size: 12px;
  position: relative;
  color: rgba(0, 0, 0, .45);
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_yxText_status_tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  padding: 1px 8px;
}
#__yx_widget .yx_yxText_status_tag[showtype="info"] {
  background: #1885F2;
}
#__yx_widget .yx_yxText_status_tag[showtype="warning"] {
  background: #FFBF00;
}
#__yx_widget .yx_yxText_status_tag[showtype="success"] {
  background: #29CC29;
}
#__yx_widget .yx_yxText_status_tag[showtype="error"] {
  background: #E61717;
}
#__yx_widget .yx_yxText_status_icon i {
  font-size: 16px;
}
#__yx_widget .yx_yxText_status_circle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxText_status_circle .circle_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#__yx_widget .yx_yxText_status_circle .describe {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxText_status_circle circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
#__yx_widget .yx_yxText_status_circle[showtype="info"] circle {
  background: #1885F2;
}
#__yx_widget .yx_yxText_status_circle[showtype="warning"] circle {
  background: #29CC29;
}
#__yx_widget .yx_yxText_status_circle[showtype="success"] circle {
  background: #FFBF00;
}
#__yx_widget .yx_yxText_status_circle[showtype="error"] circle {
  background: #E61717;
}
#__yx_widget .yx_yxText_status {
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/**
 * @(#)2019/8/06.
 * Modal 模态框-样式部分
 * @author 足道
 * Copyright (c) 2019, YUNXI. All rights reserved.
 * YUNXI PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
#__yx_widget .yx_modal .ant-collapse-content-box {
  padding: 16px !important;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .no_fold_ant-collapse-item .ant-collapse-header {
  cursor: default;
}
#__yx_widget .yx_action_right .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_action_right .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_action_right .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_action_right .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic {
  width: 100%;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_content > .ant-descriptions {
  padding: 0;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_content .ant-collapse-extra + * {
  margin-left: 8px;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header .ant-tabs-content {
  display: none;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-header .yx_yxPanel_subheading {
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, .45);
  margin-left: 12px;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-content-box {
  padding: 0;
  position: relative;
}
#__yx_widget .yx_yxPanel_basic.yx_yxPanel_isContentScroll .yx_yxPanel_content {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxPanel_basic.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-header {
  display: none;
  border: 0 !important;
}
#__yx_widget .yx_yxPanel_basic.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-content {
  border: 0;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_foot {
  width: 100%;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_foot .yx_actions_box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_foot .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_foot .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_foot .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic .yx_yxPanel_foot .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_basic .ant-collapse-item {
  border: 0;
}
#__yx_widget .yx_yxPanel_default,
#__yx_widget .yx_yxPanel_nonegPadding {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 0;
  background: #fff;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_content > .ant-descriptions,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_content > .ant-descriptions {
  padding: 0;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_content .ant-collapse-extra + *,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_content .ant-collapse-extra + * {
  margin-left: 8px;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header > div,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header .yx_action button,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header .yx_action:last-child,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header .yx_action:last-child button,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header .yx_action_button:last-child,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header .ant-tabs-content,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header .ant-tabs-content {
  display: none;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header .yx_yxPanel_subheading,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header .yx_yxPanel_subheading {
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, .45);
  margin-left: 12px;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-content-box,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-content-box {
  padding: 0;
  position: relative;
}
#__yx_widget .yx_yxPanel_default.yx_yxPanel_isContentScroll .yx_yxPanel_content,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_isContentScroll .yx_yxPanel_content {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxPanel_default.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-header,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-header {
  display: none;
  border: 0 !important;
}
#__yx_widget .yx_yxPanel_default.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-content,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-content {
  border: 0;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_foot,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_foot {
  width: 100%;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_foot .yx_actions_box,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_foot .yx_actions_box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_foot .yx_action button,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_foot .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_foot .yx_action:last-child,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_foot .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_foot .yx_action:last-child button,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_foot .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_default .yx_yxPanel_foot .yx_action_button:last-child,
#__yx_widget .yx_yxPanel_nonegPadding .yx_yxPanel_foot .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-item,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-item {
  border: 0;
}
#__yx_widget .yx_yxPanel_default .ant-collapse-header,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-header {
  font-weight: bold;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, .85);
}
#__yx_widget .yx_yxPanel_default .ant-collapse-content,
#__yx_widget .yx_yxPanel_nonegPadding .ant-collapse-content {
  border: 0;
}
#__yx_widget .yx_yxPanel_default.yx_yxPanel_isTabs .ant-tabs,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_isTabs .ant-tabs,
#__yx_widget .yx_yxPanel_default.yx_yxPanel_isTabs .ant-collapse-header,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_isTabs .ant-collapse-header {
  overflow: visible;
  overflow: initial;
}
#__yx_widget .yx_yxPanel_default.yx_yxPanel_isTabs .ant-collapse-header,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_isTabs .ant-collapse-header {
  height: auto;
  padding: 0;
  line-height: normal;
}
#__yx_widget .yx_yxPanel_default.yx_yxPanel_isTabs .ant-collapse-header .ant-tabs-bar,
#__yx_widget .yx_yxPanel_nonegPadding.yx_yxPanel_isTabs .ant-collapse-header .ant-tabs-bar {
  border-bottom: 0;
}
#__yx_widget .yx_yxPanel_border {
  width: 100%;
  border-radius: 2px;
  background: #fff;
  border: 1px rgba(0, 0, 0, .1) solid;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_content > .ant-descriptions {
  padding: 0;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_content .ant-collapse-extra + * {
  margin-left: 8px;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header .ant-tabs-content {
  display: none;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header .yx_yxPanel_subheading {
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, .45);
  margin-left: 12px;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-content-box {
  padding: 0;
  position: relative;
}
#__yx_widget .yx_yxPanel_border.yx_yxPanel_isContentScroll .yx_yxPanel_content {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxPanel_border.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-header {
  display: none;
  border: 0 !important;
}
#__yx_widget .yx_yxPanel_border.yx_yxPanel_noneHeader > .ant-collapse-item > .ant-collapse-content {
  border: 0;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_foot {
  width: 100%;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_foot .yx_actions_box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_foot .yx_action button {
  margin-bottom: 0;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_foot .yx_action:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_foot .yx_action:last-child button {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_border .yx_yxPanel_foot .yx_action_button:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-item {
  border: 0;
}
#__yx_widget .yx_yxPanel_border .ant-collapse-header {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxPanel_border .ant-collapse-content {
  border: 0;
}
#__yx_widget .yx_yxPanel_border.yx_yxPanel_isTabs .ant-tabs,
#__yx_widget .yx_yxPanel_border.yx_yxPanel_isTabs .ant-collapse-header {
  overflow: visible;
  overflow: initial;
}
#__yx_widget .yx_yxPanel_border.yx_yxPanel_isTabs .ant-collapse-header {
  height: auto;
  padding: 0;
  line-height: normal;
}
#__yx_widget .yx_yxPanel_border.yx_yxPanel_isTabs .ant-collapse-header .ant-tabs-bar {
  border-bottom: 0;
}
#__yx_widget .yx_yxPanel_size_default .ant-collapse-header {
  padding: 0 16px;
  height: 56px;
  line-height: 56px;
}
#__yx_widget .yx_yxPanel_size_default.yx_yxPanel_tabsRightPadding .ant-collapse-header {
  padding-right: 0;
}
#__yx_widget .yx_yxPanel_size_default .yx_yxPanel_content {
  padding: 16px 16px;
}
#__yx_widget .yx_yxPanel_size_border .ant-collapse-header {
  padding: 0 16px;
  height: 38px;
  line-height: 38px;
}
#__yx_widget .yx_yxPanel_size_border .yx_yxPanel_content {
  padding: 16px;
}
#__yx_widget .yx_yxPanel_size_nonegPadding .yx_yxPanel_content {
  padding: 0;
}
#__yx_widget .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 6px;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
.editIconWrap {
  text-align: right;
}
.editIcon {
  cursor: pointer;
}
.editor {
  border: solid 1px #DEDEDE;
  height: 180px;
  overflow-y: scroll;
}
.editor_disable .yx_yxInput {
  pointer-events: none;
}
/**
 * @(#)2020/03/04.
 * YxAction，行为组件-样式
 * @author 足道
 * Copyright (c) 2020, YUNXI. All rights reserved.
 * YUNXI PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_text_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_actions_packUp .ant-dropdown-menu {
  border-radius: 2px;
  padding: 4px 0;
  -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, .15);
          box-shadow: 2px 0px 8px rgba(0, 0, 0, .15);
}
#__yx_widget .yx_actions_packUp .ant-dropdown-menu .ant-dropdown-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item {
  padding: 0 12px;
  height: auto;
  background: #fff;
  background-color: #fff;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon_normal .fontColor {
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon_normal .iconColor {
  color: #005FB3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon_normal .bg {
  background: #fff;
  background-color: #fff;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon_hover .bg {
  background: #EAEDF3;
  background-color: #EAEDF3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item:hover {
  background: #EAEDF3;
  background-color: #EAEDF3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon i svg {
  color: #005FB3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon .icon_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_yxPopover_icon i + .icon_link {
  margin-left: 8px;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_icon .ant-dropdown-menu-item .yx_action {
  height: 32px;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item {
  height: auto;
  padding: 0 12px;
  background: #fff;
  background-color: #fff;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item .yx_yxPopover_link_normal .fontColor,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item .yx_yxPopover_link_normal .fontColor {
  color: #005FB3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item .yx_yxPopover_link_normal .bg,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item .yx_yxPopover_link_normal .bg {
  background: #fff;
  background-color: #fff;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item .yx_yxPopover_link_hover .bg,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item .yx_yxPopover_link_hover .bg {
  background: #EAEDF3;
  background-color: #EAEDF3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item:hover,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item:hover {
  background: #EAEDF3;
  background-color: #EAEDF3;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item .yx_action,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item .yx_action {
  height: 32px;
}
#__yx_widget .yx_actions_packUp.yx_actions_packUp_link .ant-dropdown-menu-item .yx_action_link .yx_action_item,
#__yx_widget .yx_actions_packUp.yx_actions_packUp_button .ant-dropdown-menu-item .yx_action_link .yx_action_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #005FB3;
}
#__yx_widget .ant-dropdown-trigger .yx_button_dropDown.yx_action_item .yx_text_icon svg {
  color: #fff;
}
#__yx_widget .ant-dropdown-trigger .yx_action_item i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#__yx_widget .ant-dropdown-trigger .yx_action_item[dropdown="true"] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_action_link_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__yx_widget .yx_action_link_icon .yx_operation_icon_base {
  margin-left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__yx_widget .yx_action_link_icon .yx_operation_icon_base svg {
  font-size: 12px;
}
#__yx_widget .yx_yxLink_default_normal {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #005FB3;
}
#__yx_widget .yx_yxLink_default_hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0c396d;
}
#__yx_widget .yx_yxLink_default_pressed {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #006ABD;
}
#__yx_widget .yx_yxLink_default_disabled {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #D3D8E2 !important;
}
#__yx_widget .yx_yxLink_default {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #005FB3;
}
#__yx_widget .yx_yxLink_default:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0c396d;
}
#__yx_widget .yx_yxLink_default:active {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #006ABD;
}
#__yx_widget .yx_yxLink_default[disabled] {
  pointer-events: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #D3D8E2 !important;
  cursor: not-allowed;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default .ant-input {
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default .ant-time-picker-icon {
  width: 16px;
  height: 16px;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default .anticon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default .ant-time-picker-icon .anticon {
  margin-top: -1px;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default .ant-calendar-range-picker-separator {
  line-height: 28px;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default.yx_yxInput_width_datemd input,
#__yx_widget .yx_yxDate_box.yx_yxDate_size_default.yx_yxInput_width_datelg input {
  width: 44%;
  padding: 0;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-input,
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-input:hover,
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-input:focus,
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-input-disabled:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input[disabled],
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input[disabled]:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input[disabled]:hover,
#__yx_widget .yx_yxDate_box.yx_yxDate_default .ant-time-picker-input[disabled]:hover:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .has-error .yx_yxDate_default .ant-time-picker-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .has-error .yx_yxDate_default .ant-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .has-error .yx_yxDate_default .ant-input:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .has-error .yx_yxDate_default .ant-input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .has-error .yx_yxDate_default.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
/**
 * @(#)2020/03/04.
 * YxImg 图片组件
 * @author 足道
 * Copyright (c) 2020, YUNXI. All rights reserved.
 * YUNXI PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_yxText_imgs .yx_yxFormitem_size_default {
  min-height: 32px;
}
#__yx_widget .yx_yxText_imgs .yx_yxUpload_image_default {
  padding: 0;
}
#__yx_widget .yx_yxText_imgs .ant-upload-select {
  display: none;
}
#__yx_widget .yx_yxText_imgs .only_see .ant-upload-list-picture-card .ant-upload-list-item-info:before {
  display: none;
}
#__yx_widget .yx_yxText_imgs .yx_yxText_img_size_small .ant-upload-list-item-done {
  height: 32px;
  width: 32px;
  padding: 0 8px;
}
.upload_preview .ant-modal-body {
  text-align: center;
}
.upload_preview .ant-modal-body .modal_content {
  max-height: 80vh;
  max-width: 100%;
}
/*
 * @Description: widget组件样式
 * @Author: 路飞
 * @Date: 2020-06-11 15:54:54
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 11:25:40
 * @FilePath: \haier\yx-shell-web-admin\src\assets\css\common.less
 */
/*
 * @Description: 项目主题色
 * @Author: 路飞
 * @Date: 2020-06-14 09:23:20
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 17:40:23
 * @FilePath: \haier\yx-shell-web-admin\src\themes\themes.less
 */
/* 字体部分,强调+重要 = 加粗 */
.fontSize_1___3fiEj {
  font-size: 24px;
  font-weight: bold;
}
.fontSize_2___S1Ef6 {
  font-size: 18px;
  font-weight: normal;
}
.fontSize_3___rCDYR {
  font-size: 14px;
  font-weight: bold;
}
.fontSize_4___35RNH {
  font-size: 14px;
  font-weight: normal;
}
.fontSize_5___PXHj4 {
  font-size: 12px;
  font-weight: bold;
}
.fontSize_6___1pSSY {
  font-size: 12px;
  font-weight: normal;
}
/* 色彩 */
.fontColor_1___2utjs {
  color: #333;
}
.fontColor_2___2-mWa {
  color: #666;
}
.fontColor_3___1MfBj {
  color: #999;
}
.fontColor_4___SHAA0 {
  color: #ccc;
}
.fontColor_5___xNHFu {
  color: #fff;
}
.fontColor_6___3dMjb {
  color: #8cd5eb;
}
/* 表单action 文字颜色 */
.ant-layout-sider {
  background: #0D325E !important;
}
.ant-menu-dark {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu-sub {
  background: #0d2749 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.searchBlock {
  background-color: #0d2749 !important;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #005FB3 !important;
}
body {
  overflow: hidden;
}
.tophead___1NJgE {
  height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  font-size: 14px;
}
.tophead___1NJgE .headLeft___2_hGA {
  float: left;
  position: relative;
  height: 50px;
}
.tophead___1NJgE .headLeft___2_hGA i {
  margin-top: 16px;
  float: left;
}
.tophead___1NJgE .headLeft___2_hGA .headTitle___3XR3w {
  width: 160px;
  color: #001529;
  font-weight: normal;
  display: inline-block;
}
.tophead___1NJgE .headLeft___2_hGA .headTitle___3XR3w .text___3yH-P {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}
.tophead___1NJgE .headLeft___2_hGA .imgWrapper___AJVcg {
  height: 50px;
  padding: 9px 0 0 24px;
  background-color: #0d325e;
  border-bottom: #0d325e;
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.tophead___1NJgE .headLeft___2_hGA .fold___3_e93 {
  width: 256px;
}
.tophead___1NJgE .headLeft___2_hGA .unfold___2pJQg {
  width: 80px;
  padding-left: 0;
}
.tophead___1NJgE .headLeft___2_hGA .unfold___2pJQg img {
  width: 150px;
  height: 28px;
}
.tophead___1NJgE .headLeft___2_hGA .iconFold___2NJye {
  position: absolute;
  top: 0px;
  right: -24px;
  color: rgba(0, 0, 0, .65);
  font-size: 18px;
}
.tophead___1NJgE .headRight___3KWYq {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 700px;
}
.tophead___1NJgE .headRight___3KWYq .right___2lf4- {
  float: right;
}
.tophead___1NJgE .headRight___3KWYq .table___3TRmP {
  display: table;
}
.tophead___1NJgE .headRight___3KWYq .row___1Uzzy {
  display: table-row;
  float: left;
}
.tophead___1NJgE .headRight___3KWYq .cell___1kB3j {
  display: table-cell;
}
.tophead___1NJgE .headRight___3KWYq .user___IvHfd {
  height: 50px;
  line-height: 50px;
  float: left;
  color: white;
}
.tophead___1NJgE .headRight___3KWYq .user___IvHfd img {
  width: 32px;
  height: 32px;
  margin-top: 9px;
  border-radius: 50%;
  float: left;
}
.tophead___1NJgE .headRight___3KWYq .user___IvHfd a {
  display: inline-block;
  padding-right: 24px;
  max-width: 240px;
  color: #999;
  margin-left: 4px;
  float: left;
}
.tophead___1NJgE .headRight___3KWYq .user___IvHfd .ant-dropdown-link i {
  padding-top: 6px;
  top: 16px;
  margin-left: 5px;
  font-size: 16px;
  color: #333;
}
.tophead___1NJgE .headRight___3KWYq .padRight___1qRUT {
  padding-right: 10px;
}
.tophead___1NJgE .headRight___3KWYq .padLeft___2LlGq {
  border-left: solid 1px #eee;
  padding-left: 10px;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_operation_tag_base.ant-tag {
  opacity: 1;
  margin: 0;
}
#__yx_widget .yx_operation_tag_base.ant-tag:hover {
  opacity: 1;
}
#__yx_widget .yx_yxTag_size_default {
  border-radius: 4px;
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
#__yx_widget .yx_yxTag_default_normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxTag_default_hover {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #005FB3;
  background: #fff;
  border: 1px solid #005FB3;
}
#__yx_widget .yx_yxTag_default_pressed {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #005FB3;
  border: 1px solid #005FB3;
}
#__yx_widget .yx_yxTag_default_selected {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #005FB3;
  border: 1px solid #005FB3;
}
#__yx_widget .yx_yxTag_default {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, .65);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  cursor: pointer;
}
#__yx_widget .yx_yxTag_default:hover {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #005FB3;
  background: #fff;
  border: 1px solid #005FB3;
}
#__yx_widget .yx_yxTag_default[isSelected='selected'] {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #005FB3;
  border: 1px solid #005FB3;
}
#__yx_widget .yx_yxTag_default:active {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #005FB3;
  border: 1px solid #005FB3;
}
/*
 * @Description: widget组件样式
 * @Author: 路飞
 * @Date: 2020-06-11 15:54:54
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 11:25:40
 * @FilePath: \haier\yx-shell-web-admin\src\assets\css\common.less
 */
/* 字体部分,强调+重要 = 加粗 */
.fontSize_1___DFuYC {
  font-size: 24px;
  font-weight: bold;
}
.fontSize_2___1AqWk {
  font-size: 18px;
  font-weight: normal;
}
.fontSize_3___jGgzT {
  font-size: 14px;
  font-weight: bold;
}
.fontSize_4___tO4EZ {
  font-size: 14px;
  font-weight: normal;
}
.fontSize_5___6ZOps {
  font-size: 12px;
  font-weight: bold;
}
.fontSize_6___3lH5P {
  font-size: 12px;
  font-weight: normal;
}
/* 色彩 */
.fontColor_1___1Mb15 {
  color: #333;
}
.fontColor_2___1ZCPd {
  color: #666;
}
.fontColor_3___30b3j {
  color: #999;
}
.fontColor_4___1WJ-q {
  color: #ccc;
}
.fontColor_5___1TVsK {
  color: #fff;
}
.fontColor_6___TsMSC {
  color: #8cd5eb;
}
/* 表单action 文字颜色 */
.ant-layout-sider {
  background: #0D325E !important;
}
.ant-menu-dark {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu {
  background: #0D325E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-menu-sub {
  background: #0d2749 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.searchBlock {
  background-color: #0d2749 !important;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #005FB3 !important;
}
body {
  overflow: hidden;
}
/*
 * @Description: 项目主题色
 * @Author: 路飞
 * @Date: 2020-06-14 09:23:20
 * @LastEditors: 路飞
 * @LastEditTime: 2020-06-16 17:40:23
 * @FilePath: \haier\yx-shell-web-admin\src\themes\themes.less
 */
.logo___3qpwY {
  height: 50px;
  margin: 0;
  border-right: solid 10px #fff;
  background: url("/assets/imgs/logo.png");
  position: fixed;
  width: 160px;
}
.searchBlock___1gnBj {
  width: 224px;
  height: 32px;
  margin: 16px auto 18px auto;
  text-align: center;
  position: relative;
}
.searchBlock___1gnBj .ant-input {
  width: 150px;
  background: #0d2749 !important;
  color: rgba(255, 255, 255, .25) !important;
}
.searchBlock___1gnBj ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .25) !important;
  font-size: 12px !;
}
.searchBlock___1gnBj .ant-input-search-icon {
  color: rgba(255, 255, 255, .25) !important;
}
.menuWrap___1z_Pu {
  margin-top: 50px;
  height: calc(100vh + 10px);
  position: relative;
  overflow: hidden;
  top: 50px;
  background: #0D325E;
}
.menuWrap___1z_Pu span {
  font-size: 12px;
}
/* for Chrome */
.menuCont___n2PBo::-webkit-scrollbar {
  display: none;
}
.trackVertical___s51Fm {
  position: absolute;
  width: 6px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 3px;
  z-index: 99;
}
.thumbVertical___2iRll {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: rgba(205, 205, 205, .5);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.trigger {
  position: absolute !important;
  top: 0;
  right: -20px;
  color: rgba(0, 0, 0, .65);
}
.trigger i {
  color: rgba(0, 0, 0, .65);
  font-size: 16px !important;
  width: 16px !important;
}
.trigger i svg {
  color: rgba(0, 0, 0, .65);
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
.ant-select-dropdown-menu-item-selected i {
  color: #005FB3 !important;
}
#__yx_widget input::-webkit-input-placeholder,
#__yx_widget textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .25);
}
#__yx_widget input:-moz-input-placeholder,
#__yx_widget textarea:-moz-input-placeholder {
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxInput_yxSelect .ant-form-item-children {
  display: block;
}
#__yx_widget .yx_yxInput_default_normal {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput_default_hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput_default_selected {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput_default_error {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput_default_disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxSearch_dark_normal .font {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxSearch_dark_normal .placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxSearch_dark_normal .fontColor {
  color: rgba(255, 255, 255, .65);
}
#__yx_widget .yx_yxSearch_dark_normal .bgColor {
  background: rgba(255, 255, 255, .1);
}
#__yx_widget .yx_yxSearch_dark_hover .font {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxSearch_dark_hover .placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxSearch_dark_hover .fontColor {
  color: rgba(255, 255, 255, .65);
}
#__yx_widget .yx_yxSearch_dark_hover .bgColor {
  background: rgba(255, 255, 255, .1);
}
#__yx_widget .yx_yxSearch_dark_hover .border {
  border: 1px solid rgba(255, 255, 255, .15);
}
#__yx_widget .yx_yxSearch_dark_selected .font {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxSearch_dark_selected .placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxSearch_dark_selected .fontColor {
  color: rgba(255, 255, 255, .65);
}
#__yx_widget .yx_yxSearch_dark_selected .bgColor {
  background: rgba(255, 255, 255, .1);
}
#__yx_widget .yx_yxSearch_dark_selected .border {
  border: 1px solid rgba(255, 255, 255, .15);
}
#__yx_widget .yx_yxSearch_dark_error .font {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxSearch_dark_error .placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxSearch_dark_error .fontColor {
  color: rgba(255, 255, 255, .65);
}
#__yx_widget .yx_yxSearch_dark_error .bgColor {
  background: rgba(255, 255, 255, .1);
}
#__yx_widget .yx_yxSearch_dark_error .border {
  border: 1px solid #E61717;
}
#__yx_widget .ant-form-item-children > div {
  display: table;
}
#__yx_widget .yx_yxSelect_default_normal .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxSelect_default_hover .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxSelect_default_selected {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxSelect_default_error .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxSelect_default_disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput_yxTreeSelect .yx_yxFormitem_horizontal .ant-select-selection--multiple {
  margin-block: 24px;
}
#__yx_widget .yx_yxCheckbox_default_normal .ant-checkbox-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxCheckbox_default_normal .ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxCheckbox_default_hover .ant-checkbox-wrapper:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxCheckbox_default_hover .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxCheckbox_default_selected .ant-checkbox-wrapper-checked,
#__yx_widget .yx_yxCheckbox_default_selected .ant-checkbox-wrapper-checked:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxCheckbox_default_selected .ant-checkbox-wrapper-checked .ant-checkbox-inner,
#__yx_widget .yx_yxCheckbox_default_selected .ant-checkbox-wrapper-checked:hover .ant-checkbox-inner {
  background-color: #005FB3;
  border: 1px #005FB3 solid;
}
#__yx_widget .yx_yxCheckbox_default_selected .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,
#__yx_widget .yx_yxCheckbox_default_selected .ant-checkbox-wrapper-checked:hover .ant-checkbox-inner:after {
  border-color: #fff;
}
#__yx_widget .yx_yxCheckbox_default_disabled .ant-checkbox-wrapper-disabled.ant-checkbox-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxCheckbox_default_disabled .ant-checkbox-wrapper-disabled.ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid !important;
}
#__yx_widget .yx_yxCheckbox_default_disabled .ant-checkbox-wrapper-disabled.ant-checkbox-wrapper .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxRadio_default_normal .ant-radio-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxRadio_default_normal .ant-radio-wrapper .ant-radio-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxRadio_default_hover .ant-radio-wrapper:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxRadio_default_hover .ant-radio-wrapper:hover .ant-radio-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxRadio_default_selected .ant-radio-wrapper-checked,
#__yx_widget .yx_yxRadio_default_selected .ant-radio-wrapper-checked:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxRadio_default_selected .ant-radio-wrapper-checked .ant-radio-inner,
#__yx_widget .yx_yxRadio_default_selected .ant-radio-wrapper-checked:hover .ant-radio-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #005FB3 solid;
  background-color: #fff;
}
#__yx_widget .yx_yxRadio_default_selected .ant-radio-wrapper-checked .ant-radio-inner:after,
#__yx_widget .yx_yxRadio_default_selected .ant-radio-wrapper-checked:hover .ant-radio-inner:after {
  background-color: #005FB3;
}
#__yx_widget .yx_yxRadio_default_disabled .ant-radio-wrapper-disabled.ant-radio-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxRadio_default_disabled .ant-radio-wrapper-disabled.ant-radio-wrapper .ant-radio-inner {
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid !important;
}
#__yx_widget .yx_yxRadio_default_disabled .ant-radio-wrapper-disabled.ant-radio-wrapper .ant-radio-inner:after {
  background-color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxSwitch_default_on {
  background-color: #005FB3;
}
#__yx_widget .yx_yxSwitch_default_on .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxSwitch_default_on:after {
  background-color: #fff;
}
#__yx_widget .yx_yxSwitch_default_off {
  background-color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxSwitch_default_off .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxSwitch_default_off:after {
  background-color: #fff;
}
#__yx_widget .yx_yxSwitch_default_on_disabled {
  background-color: #D3D8E2;
}
#__yx_widget .yx_yxSwitch_default_on_disabled .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxSwitch_default_on_disabled:after {
  background-color: #fff;
}
#__yx_widget .yx_yxSwitch_default_off_disabled {
  background-color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxSwitch_default_off_disabled .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxSwitch_default_off_disabled:after {
  background-color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal {
  margin-bottom: 0;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .yx_yxFormitem_horizontal {
  margin-right: 0;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-item-label {
  width: 110px;
  overflow: hidden;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-explain {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #E61717;
  padding-top: 4px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-extra {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, .45);
  padding-top: 8px;
  width: 224px;
  padding-bottom: 20px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-item-label label {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-item-label label:before {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #E61717;
  margin-right: 3px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-item-control,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal .ant-form-item-label {
  line-height: 32px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox {
  margin-bottom: 24px;
  min-height: 32px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-checkbox-group,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-radio-group {
  margin-bottom: -10px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-switch {
  margin-top: -3px;
  margin-bottom: 0;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-checkbox-group-item,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-radio-wrapper {
  margin-right: 24px;
  margin-bottom: 12px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-checkbox-group-item > span:nth-child(2),
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_checkbox .ant-radio-wrapper > span:nth-child(2) {
  padding-right: 0;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_elastic {
  min-height: 56px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxFormitem_horizontal.yx_yxFormitem_size_elastic .ant-upload {
  margin-bottom: 0;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xxs {
  width: 80px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xxs input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xxs .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xxs textarea {
  width: 80px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xs {
  width: 80px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xs input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xs .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xs textarea {
  width: 80px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_sm {
  width: 224px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_sm input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_sm .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_sm textarea {
  width: 224px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_md {
  width: 280px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_md input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_md .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_md textarea {
  width: 280px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_lg {
  width: 336px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_lg input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_lg .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_lg textarea {
  width: 336px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_textarea {
  width: 472px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_textarea input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_textarea .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_textarea textarea {
  width: 472px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xl {
  width: 392px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xl input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xl .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_xl textarea {
  width: 392px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_timesm {
  width: 128px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_timesm input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_timesm .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_timesm textarea {
  width: 128px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datesm {
  width: 224px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datesm input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datesm .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datesm textarea {
  width: 224px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datemd {
  width: 246px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datemd input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datemd .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datemd textarea {
  width: 246px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datelg {
  width: 368px !important;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datelg input,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datelg .ant-select,
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_width_datelg textarea {
  width: 368px;
}
#__yx_widget .yx_YxDynamicFormNoneGrid .yx_yxInput_range_interval {
  padding: 0 2px;
}
#__yx_widget .yx_yxInput {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxInput .ant-form-item-control-wrapper {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default:hover .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default .ant-select-selection:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .has-error .yx_yxSelect_default .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxSelect_default:hover .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxSelect_default .ant-select-selection:focus .ant-select-selection {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default.ant-select-disabled .ant-select-selection {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default.ant-select-disabled .ant-select-selection:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSelect_default.ant-select-disabled .ant-select-selection:focus {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSelect_size_default .ant-select-selection {
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  min-height: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxSelect_size_default .ant-select-search input {
  width: 80%;
}
#__yx_widget .yx_yxInput .yx_yxSelect_size_default .ant-select-selection__rendered .ant-select-selection__choice {
  padding: 0 18px 0 8px;
}
#__yx_widget .yx_yxInput .yx_yxSelect_size_default .ant-select-arrow {
  font-size: 14px;
}
#__yx_widget .yx_yxInput .yx_yxSelect_size_default .ant-select-arrow svg {
  position: relative;
  top: -1px;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default:hover .ant-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default:focus .ant-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default .ant-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default .ant-input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default.ant-cascader-picker-disabled {
  background-color: rgba(0, 0, 0, .04);
}
#__yx_widget .yx_yxInput .yx_yxCascader_default.ant-cascader-picker-disabled:hover .ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default.ant-cascader-picker-disabled:focus .ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxCascader_default.ant-cascader-picker-disabled .ant-input-disabled {
  background-color: none !important;
}
#__yx_widget .yx_yxInput .has-error .yx_yxCascader_default:hover .ant-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxCascader_default:focus .ant-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .has-error .yx_yxCascader_default .ant-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxCascader_default .ant-input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxCascader_size_default .ant-input {
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  height: 32px;
  padding: 0 12px;
}
#__yx_widget .yx_yxInput .yx_yxCascader_size_default .anticon {
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
#__yx_widget .yx_yxInput .yx_yxCascader_size_default .anticon svg {
  width: 100%;
  height: 100%;
}
#__yx_widget .yx_yxInput .yx_yxInput_size_default {
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxInput .yx_yxInput_default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxInput_default:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxInput_default:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxInput_default.ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxInput_default.ant-input-disabled:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxInput_default {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxInput_default:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxInput_default:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
  background: none;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default .ant-input-number-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default .ant-input-number-input:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default .ant-input-number-input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default.ant-input-number-disabled .ant-input-number-input {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default.ant-input-number-disabled .ant-input-number-input:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxNumber_default .ant-input-number-handler-wrap {
  top: 1px;
  right: 1px;
  height: calc(100% - 2px);
}
#__yx_widget .yx_yxInput .has-error .yx_yxNumber_default .ant-input-number-input {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxNumber_default .ant-input-number-input:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxNumber_default .ant-input-number-input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .yx_yxNumber_size_default .ant-input-number-input {
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxInput .yx_yxPassword_default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
  background: none;
}
#__yx_widget .yx_yxInput .yx_yxPassword_default .ant-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxPassword_default .ant-input:not(.ant-input-disabled):hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxPassword_default .ant-input:not(.ant-input-disabled):focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxPassword_default .ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxPassword_default .ant-input-disabled:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxPassword_default .ant-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxPassword_default .ant-input:not(.ant-input-disabled):hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxPassword_default .ant-input:not(.ant-input-disabled):focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .yx_yxPassword_size_default .ant-input {
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxInput .yx_yxPassword_size_default .anticon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
#__yx_widget .yx_yxInput .yx_yxSearch_default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
  background: none;
}
#__yx_widget .yx_yxInput .yx_yxSearch_default .ant-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSearch_default .ant-input:not(.ant-input-disabled):hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxSearch_default .ant-input:not(.ant-input-disabled):focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxSearch_default .ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSearch_default .ant-input-disabled:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark ::-moz-placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark ::-moz-input-placeholder {
  color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark .ant-input-suffix i {
  color: rgba(255, 255, 255, .65);
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark .ant-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .65);
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark .ant-input:not(.ant-input-disabled):hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .65);
  border: 1px solid rgba(255, 255, 255, .15);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark .ant-input:not(.ant-input-disabled):focus {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .65);
  border: 1px solid rgba(255, 255, 255, .15);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark .ant-input-disabled {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxSearch_dark .ant-input-disabled:hover {
  color: rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxSearch_default .ant-input:not(.ant-input-disabled) {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxSearch_default .ant-input:not(.ant-input-disabled):hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .has-error .yx_yxSearch_default .ant-input:not(.ant-input-disabled):focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px #E61717 solid;
}
#__yx_widget .yx_yxInput .yx_yxSearch_size_default .ant-input {
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxInput .yx_yxSearch_size_default .anticon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxInput .yx_yxTextArea_size_default {
  margin-bottom: 24px;
  resize: none;
  height: 104px;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-checked,
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-checked:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-checked .ant-checkbox-inner,
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-checked:hover .ant-checkbox-inner {
  background-color: #005FB3;
  border: 1px #005FB3 solid;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-checked:hover .ant-checkbox-inner:after {
  border-color: #fff;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-disabled.ant-checkbox-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-disabled.ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid !important;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-wrapper-disabled.ant-checkbox-wrapper .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_default .ant-checkbox-inner {
  position: relative;
  top: -1px;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_size_default .ant-checkbox-inner {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
#__yx_widget .yx_yxInput .yx_yxCheckbox_size_default .ant-checkbox-inner:after {
  width: 5px;
  height: 10px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon_normal {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .15);
  color: rgba(0, 0, 0, .45);
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon_hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .25);
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon_selected {
  background-color: #EAEDF3;
  border-color: #005FB3;
  color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon_disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: rgba(0, 0, 0, .15);
  color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .15);
  color: rgba(0, 0, 0, .45);
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon button:hover {
  background-color: #EAEDF3;
  border-color: #005FB3;
  color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon button:active {
  background-color: #EAEDF3;
  border-color: #005FB3;
  color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon button[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: rgba(0, 0, 0, .15);
  color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon .radioImg {
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 4px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon .radioImg:active {
  background-color: #EAEDF3;
  border-color: #005FB3;
  color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon .radioImg[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: rgba(0, 0, 0, .15);
  color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxInput .yx_yxRadio_icon .yx_yxRadio_icon_selected {
  background-color: #EAEDF3;
  border-color: #005FB3;
  color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .ant-btn-icon-only,
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .radioImg {
  width: 40px;
  height: 32px;
  margin-right: 8px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .ant-btn-icon-only:last-child,
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .radioImg:last-child {
  margin-right: 0;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .ant-btn-icon-only i,
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .radioImg i {
  font-size: 16px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .radio_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .radio_box .radioImg {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_icon .radio_box .radioImg img {
  width: 14px;
  height: 14px;
  display: block;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-button-wrapper {
  padding: 0 8px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default.ant-radio-group-solid .ant-radio-button-wrapper:hover {
  color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  border-color: #005FB3;
  background: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default.ant-radio-group-outline {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default.ant-radio-group-outline .ant-radio-button-wrapper {
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxRadio_default.ant-radio-group-outline .ant-radio-button-wrapper-checked {
  color: #005FB3;
  border-color: #005FB3;
  background: rgba(24, 97, 242, .1);
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper .ant-radio-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper:hover .ant-radio-inner {
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-checked,
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-checked:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .65);
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-checked .ant-radio-inner,
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-checked:hover .ant-radio-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #005FB3 solid;
  background-color: #fff;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-checked .ant-radio-inner:after,
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-checked:hover .ant-radio-inner:after {
  background-color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-disabled.ant-radio-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-disabled.ant-radio-wrapper .ant-radio-inner {
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .15) solid !important;
}
#__yx_widget .yx_yxInput .yx_yxRadio_default .ant-radio-wrapper-disabled.ant-radio-wrapper .ant-radio-inner:after {
  background-color: rgba(0, 0, 0, .15);
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_default .ant-radio-inner {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
#__yx_widget .yx_yxInput .yx_yxRadio_size_default .ant-radio-inner:after {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
#__yx_widget .yx_yxInput .yx_yxColorPicker_default input {
  outline: none;
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .15) solid;
}
#__yx_widget .yx_yxInput .yx_yxColorPicker_default input::-webkit-color-swatch-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
}
#__yx_widget .yx_yxInput .yx_yxColorPicker_default input::-webkit-color-swatch {
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 2px;
}
#__yx_widget .yx_yxInput .yx_yxColorPicker_default input:focus {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxColorPicker_default input:hover {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .25) solid;
}
#__yx_widget .yx_yxInput .yx_yxColorPicker_size_default input {
  width: 44px;
  height: 32px;
  border-radius: 4px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default {
  background-color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default:after {
  background-color: #fff;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-checked {
  background-color: #005FB3;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-checked .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-checked:after {
  background-color: #fff;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-disabled {
  background-color: rgba(0, 0, 0, .25);
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-disabled .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-disabled:after {
  background-color: rgba(255, 255, 255, .25);
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-checked.ant-switch-disabled {
  background-color: #D3D8E2;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-checked.ant-switch-disabled .ant-switch-inner {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_default.ant-switch-checked.ant-switch-disabled:after {
  background-color: #fff;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default {
  border: 0;
  height: 20px;
  min-width: 40px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default:after {
  height: 16px;
  width: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 2px;
  line-height: 20px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default.ant-switch {
  padding-right: 6px;
  padding-left: 0;
  margin-top: 4px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default.ant-switch:after {
  left: 2px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default.ant-switch .ant-switch-inner {
  white-space: nowrap;
  margin-right: 0;
  margin-left: 20px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default.ant-switch-checked {
  padding-left: 6px;
  padding-right: 0;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default.ant-switch-checked:after {
  left: 100%;
  margin-left: -2px;
}
#__yx_widget .yx_yxInput .yx_yxSwitch_size_default.ant-switch-checked .ant-switch-inner {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 20px;
}
#__yx_widget .yx_yxInput .ant-form-item .ant-form-item {
  margin-bottom: 0;
}
#__yx_widget .yx_yxInput .yx_yxInput_inputAdditionalNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
}
#__yx_widget .yx_yxInput .yx_yxInput_inputAdditionalNode > div {
  white-space: nowrap;
}
#__yx_widget .yx_yxInput .yx_yxInput_inputAdditionalNode > div:nth-child(1) {
  padding-right: 5px;
}
#__yx_widget .yx_yxInput .yx_yxInput_inputAdditionalNode > div:last-child {
  padding-left: 5px;
}
#__yx_widget .yx_yxInput .ant-input-group-addon .ant-form-item {
  margin-bottom: 0;
}
#__yx_widget .yx_yxInput .ant-input-group-addon .ant-form-item-control {
  line-height: normal;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .special_drawer {
  padding: 16px;
}
#__yx_widget .special_drawer > .yx_panel_box {
  border-radius: 2px;
  background: #fff;
  border: 1px rgba(0, 0, 0, .1) solid;
}
#__yx_widget .special_drawer .yx_org_p_form .operation.special_operation + .yx_YxDynamicForm:not(:empty) {
  margin: 0;
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper {
  width: calc(100% - 110px);
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper .yx_text {
  margin-right: 16px;
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper .yx_org_p_form_no_padding.special_margin > .yx_panel_box:not(:empty) {
  border-radius: 2px;
  background: #fff;
  border: 1px rgba(0, 0, 0, .1) solid;
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper .yx_org_p_form_no_padding .yx_YxDynamicForm:not(:empty) {
  padding: 8px 0;
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper .yx_popup_box {
  width: 100%;
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper .yx_popup_box .yx_text_string {
  margin-right: 8px;
}
#__yx_widget .yx_input_popup .ant-form-item-control-wrapper .yx_popup_box .yx_yxText_tag {
  display: inline-block;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
.yx_yxInput_upload .ant-upload-select-picture-card {
  background-color: rgba(0, 0, 0, .04);
}
.yx_yxInput_upload.yx_yxUpload_image_default {
  padding-bottom: 24px;
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box {
  height: 32px;
  width: 32px;
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box .ant-upload-select-picture-card {
  width: 100%;
  height: 100%;
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box .ant-upload-list-item-done {
  height: 32px;
  width: 32px;
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box .yx_text_icon_iconfont {
  font-size: 16px;
  color: rgba(0, 0, 0, .45);
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box .ant-upload {
  height: 32px;
  width: 32px;
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box .ant-upload input + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yx_yxInput_upload.yx_yxUpload_image_small .yx_upload_box .ant-upload-list-item-actions a {
  display: none;
}
.yx_yxInput_upload.yx_yxUpload_image_small .ant-upload-text {
  display: none;
}
.yx_yxInput_upload.yx_yxUpload_image_middle {
  padding-bottom: 24px;
}
.yx_yxInput_upload.yx_yxUpload_image_middle .yx_upload_box {
  height: 64px;
  width: 64px;
}
.yx_yxInput_upload.yx_yxUpload_image_middle .yx_upload_box .ant-upload-list-item-done {
  height: 64px;
  width: 64px;
}
.yx_yxInput_upload.yx_yxUpload_image_middle .yx_upload_box .ant-upload-select-picture-card {
  width: 100%;
  height: 100%;
}
.yx_yxInput_upload.yx_yxUpload_image_middle .yx_upload_box .yx_text_icon_iconfont {
  font-size: 24px;
  color: rgba(0, 0, 0, .45);
}
.yx_yxInput_upload.yx_yxUpload_image_middle .yx_upload_box .ant-upload {
  height: 64px;
  width: 64px;
}
.yx_yxInput_upload.yx_yxUpload_image_middle .ant-upload-text {
  display: none;
}
.yx_yxInput_upload .ant-upload-list-item-info::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.yx_yxInput_upload .ant-upload-list-item-info > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yx_yxInput_upload .yx_upload_read .ant-upload-select-text {
  pointer-events: none;
}
.yx_yxInput_upload .yx_upload_read .ant-upload-list-item .anticon-close {
  display: none !important;
}
.yx_yxInput_upload .yx_upload_read .ant-upload-select {
  cursor: not-allowed;
}
.yx_yxInput_upload .yx_upload_read .ant-upload-select span.ant-upload {
  pointer-events: none;
  text-decoration: none;
  color: rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, .04);
}
.yx_yxInput_upload .yx_upload_read .ant-upload-select:hover {
  border-color: #d9d9d9;
}
.yx_yxInput_upload .yx_upload_spin .ant-upload {
  pointer-events: none;
  cursor: default;
}
.yx_yxInput_upload .yx_upload_spin .ant-upload * {
  pointer-events: none;
  cursor: default;
}
.yx_yxInput_upload .yx_upload_spin .ant-upload *::after {
  pointer-events: none;
}
.yx_yxInput_upload .ant-form-item-control .ant-form-item-children > div {
  min-width: 224px;
}
.yx_modal.upload_preview .ant-modal-close-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/*
  基本要素库   颜色 部分  yx_color_x_x
*/
.yx_yxCircle_sm {
  width: 8px;
  height: 8px;
  border: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yx_yxShadow_right {
  -webkit-box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
          box-shadow: 2px 0 4px -2px rgba(0, 0, 0, .1);
}
.yx_yxShadow_left {
  -webkit-box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
          box-shadow: -4px 0 8px -4px rgba(0, 0, 0, .1);
}
.yx_yxShadow_down {
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, .1);
}
.yx_yxRadius_sm {
  border-radius: 4px;
}
.yx_yxRadius_xs {
  border-radius: 2px;
}
.yx_yxLine {
  display: block;
  width: 1px;
  height: 14px;
  background: #ccc;
}
.ant-layout-content {
  background-color: #F2F4F8;
}
.ant-layout-content > div:nth-child(2) {
  background: none !important;
}
#__yx_widget .yx_yxIcon_size_xxxs svg {
  font-size: 8px;
}
#__yx_widget .yx_yxIcon_size_xxs svg {
  font-size: 12px;
}
#__yx_widget .yx_yxIcon_size_xs svg {
  font-size: 14px;
}
#__yx_widget .yx_yxIcon_size_sm svg {
  font-size: 16px;
}
#__yx_widget .yx_yxIcon_size_md svg {
  font-size: 18px;
}
#__yx_widget .yx_yxIcon_size_lg svg {
  font-size: 24px;
}
#__yx_widget .yx_yxIcon_size_xl svg {
  font-size: 32px;
}
#__yx_widget .yx_yxIcon_default {
  color: #005FB3;
  cursor: pointer;
}
#__yx_widget .yx_yxIcon_default[disabled] {
  color: #D3D8E2;
  pointer-events: none;
}
#__yx_widget .yx_yxPopover_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
