.warp-card[data-v-47f87c00] {
  height: 100%;
}
.menu-item[data-v-47f87c00] {
  cursor: pointer;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item span[data-v-47f87c00] {
  margin-left: 8px;
}
.container[data-v-47f87c00] {
  margin-top: 10px;
  width: 100%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leftbox[data-v-47f87c00] {
  padding: 20px;
  height: 100%;
  background-color: #fff;
}
.rightbox[data-v-47f87c00] {
  padding: 10px 10px 0;
  margin-left: 20px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.rightbox_top[data-v-47f87c00] {
  height: calc(100% - 40px);
  overflow: auto;
  padding: 0 10px;
}
.rightbox .form-row[data-v-47f87c00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rightbox .col[data-v-47f87c00] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.rightbox_bottom[data-v-47f87c00] {
  height: 40px;
  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;
}
.rightbox_bottom .btn[data-v-47f87c00] {
  width: 200px;
  margin: 0 20px;
}
.rightbox .w[data-v-47f87c00] {
  width: 100%;
}
.rightbox .btnadd[data-v-47f87c00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.rightbox .groudFiled[data-v-47f87c00] {
  width: 100%;
  padding: 30px 16px 16px 16px;
  border: none;
  position: relative;
  border: 2px solid #fff;
}
.rightbox .groudFiled[data-v-47f87c00]:hover {
  border: 2px dashed skyblue;
}
.rightbox .groudFiled:hover .i_delete[data-v-47f87c00] {
  display: block;
}
.rightbox .i_delete[data-v-47f87c00] {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.rightbox .portCard[data-v-47f87c00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  position: relative;
  height: auto;
}
.rightbox .portCard[data-v-47f87c00]:hover {
  background-color: #f5f7f9;
}
.rightbox .portCard[data-v-47f87c00]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #2d8cf0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.rightbox .portCard[data-v-47f87c00]:hover::before {
  opacity: 1;
}
.rightbox .portCard_right[data-v-47f87c00] {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.el-cascader-panel .el-radio {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
}
.el-cascader-panel .el-radio__input {
  visibility: hidden;
}
.el-cascader-panel .el-cascader-node__postfix {
  top: 10px;
}

