.containers[data-v-7f792555] {
  height: 100%;
}
.nav[data-v-7f792555] {
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ecedef;
  padding: 10px 10px;
  height: 50px;
}
.leftTree[data-v-7f792555] {
  height: 100%;
  padding: 10px;
  height: calc(100% - 50px);
  overflow-y: auto;
  background-color: #fff;
}
.leftTree .mainbox[data-v-7f792555] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box[data-v-2cd93bb4] {
  max-height: 400px;
  overflow-y: auto;
}

[data-v-726bd84c] .ivu-table table tr td {
  text-align: center;
}
[data-v-726bd84c] .ivu-table table tr th {
  text-align: center;
}
.container[data-v-726bd84c] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-left: 20px;
}
.container .wrap[data-v-726bd84c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box[data-v-726bd84c] {
  height: 200px;
  overflow-y: auto;
  padding: 5px;
  margin-bottom: 10px;
}
.vessel[data-v-726bd84c] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.vessel_box[data-v-726bd84c] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vessel_box_left[data-v-726bd84c] {
  width: 200px;
  height: 100%;
  border-right: 1px solid #f5f5f5;
}
.vessel_box_right[data-v-726bd84c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}


.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;
}

