/*fade*/
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/*fade*/
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.3s;
}
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}
.breadcrumb-move {
  transition: all 0.3s;
}
.breadcrumb-leave-active {
  position: absolute;
}
* {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html {
  box-sizing: border-box;
}
::-moz-selection {
  background: red;
  color: #fff;
}
::selection {
  background: red;
  color: #fff;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus,
*:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.el-button--text {
  padding-top: 5px;
  padding-bottom: 5px;
}
.el-button,
.button-sibling {
  display: inline-block;
}
.el-button + .el-button,
.button-sibling + .el-button,
.el-button + .button-sibling,
.button-sibling + .button-sibling {
  margin-left: 8px;
}
.center {
  text-align: center;
}
.center .el-button,
.center .button-sibling {
  display: inline-block;
}
.center .el-button + .el-button,
.center .button-sibling + .el-button,
.center .el-button + .button-sibling,
.center .button-sibling + .button-sibling {
  margin-left: 0;
  margin-top: 6px;
}
.btn-group {
  padding-top: 30px;
}
.btn-group > .el-button + .el-button,
.btn-group > .button-sibling + .el-button,
.btn-group > .el-button + .button-sibling,
.btn-group > .button-sibling + .button-sibling {
  margin-left: 20px;
}
.btn-group.btn-group-flex > .el-button,
.btn-group.btn-group-flex > .button-sibling {
  width: 100%;
}
.btn-group.btn-group-flex > .el-button + .el-button,
.btn-group.btn-group-flex > .button-sibling + .el-button,
.btn-group.btn-group-flex > .el-button + .button-sibling,
.btn-group.btn-group-flex > .button-sibling + .button-sibling {
  margin-left: 0;
  margin-top: 15px;
}
.btn-group.center {
  text-align: center;
}
.el-input,
.el-textarea,
.el-select,
.el-cascader,
.el-slider,
.el-table,
.el-input-number {
  max-width: 100%;
}
.el-form-item.is-success .el-input__inner,
.el-form-item.is-success .el-textarea__inner {
  border-color: #DCDFE6;
}
.el-form-item.is-success .el-input__inner:focus,
.el-form-item.is-success .el-textarea__inner:focus {
  border-color: #DCDFE6;
}
.normal-form .el-input,
.normal-form .el-textarea,
.normal-form .el-select,
.normal-form .el-cascader,
.normal-form .el-slider,
.normal-form .el-input-number {
  width: 250px;
}
.normal-form .tip {
  font-size: 12px;
  padding: 0 10px;
}
.normal2-form .el-input,
.normal2-form .el-textarea,
.normal2-form .el-select,
.normal2-form .el-cascader,
.normal2-form .el-slider,
.normal2-form .el-input-number {
  width: 350px;
  max-width: 100%;
}
.normal2-form .tip {
  font-size: 12px;
  padding: 0 10px;
}
.el-dialog__body {
  padding: 20px;
}
.card-header-wp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.form-tip {
  color: red;
  white-space: normal;
  word-break: break-all;
}
.empty-text {
  text-align: center;
  font-size: 12px;
  color: #9b9b9b;
}
.disabled-tip {
  font-size: 12px;
  color: #9b9b9b;
  padding: 0 5px;
}
/*小计数器*/
.el-input-number.mini {
  width: 90px;
}
.el-input-number.mini .el-input__inner {
  padding-left: 5px;
  padding-right: 5px;
}
.el-input-number.mini.is-controls-right {
  width: 100px;
}
.el-input-number.mini.is-controls-right .el-input__inner {
  padding-left: 5px;
  padding-right: 35px;
}
.el-card + .el-card {
  margin-top: 20px;
}
.icon-question {
  margin-left: 6px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
.detail-table-expand > .el-form-item {
  margin-right: 0;
  margin-bottom: 0;
  width: 48%;
}
.detail-table-expand > .el-form-item.row {
  width: 100%;
}
.customer-form-wp .el-form-item {
  margin-bottom: 10px;
}
.customer-form-wp .el-form-item .el-form-item__label,
.customer-form-wp .el-form-item .el-form-item__content {
  line-height: 1.3;
}
.el-table .default-row {
  background: #ebf5ff;
}
.el-table .success-row {
  background: #f0f9eb;
}
.el-table .info-row {
  background: #f4f4f5;
}
.el-table .warning-row {
  background: #fcf5eb;
}
.el-table .danger-row {
  background: #fef0f0;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-tree-wp .tree-filter {
  padding: 20px 0;
}
.page-tree-wp .el-tree-node__content {
  height: auto;
}
.page-tree-wp .tree-node {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}
.page-tree-wp .tree-node .node {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 20px;
}
.page-tree-wp .tree-node .node > .el-tag {
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
  white-space: normal;
  height: auto;
  margin-right: 10px;
}
.break-word {
  max-width: 100%;
  word-break: break-all;
  white-space: normal;
}
.el-button--dangerPink.is-active,
.el-button--dangerPink:active {
  background: #f08e9e;
  border-color: #f08e9e;
  color: #fff;
}
.el-button--dangerPink:focus,
.el-button--dangerPink:hover {
  background: #f08e9e;
  border-color: #f08e9e;
  color: #fff;
}
.el-button--dangerPink {
  color: #FFF;
  background-color: #f08e9e;
  border-color: #f08e9e;
}


#app {
  height: 100%;
}

