.tab-content {
  height: calc(88vh - 70px);
  background: #fff;
}
.sub-btn {
  width: 89px;
  line-height: 32px;
  text-align: center;
  height: 32px;
  background: #0095FF;
  box-shadow: 7px 11px 14px 0px rgba(0,55,110,0.05);
  border-radius: 2px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
}
.success {
  position: relative;
  background: #14B47E;
  top: 6px;
}

.flex-st {
  display: flex;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 10px;
}
.left {
  border-right: 1px solid #E4E4E4;
  padding-right: 12px;
  overflow-y: auto;
  .left-center {
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
  }
  .line {
    position: absolute;
    left: 25px;
    top: 40px;
    height: calc(100% - 55px);
    width: 7px;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
  }
  .left-btn {
    min-width: 90px;
    z-index: 1;
    position: relative;
  }
  .active-btn {
    background: #0095FF;
    border: 1px solid #0095FF !important;
    color: #fff !important;
  }
  .port-btn {
    // margin: 12px 0;
    margin-top: 12px;
  }
  .port,.port-btn {
    min-width: 72px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px dashed #E4E4E4;
    font-weight: 400;
    color: #0095FF;
    font-size: 14px;
    position: relative;
  }
  .port-btn {
    color: #919396;
  }
  .port {
    margin-left: 16px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .portInput {
    margin-top: 12px;
    height: 30px;
    line-height: 30px;
    width: 72px;
    position: relative;
    left: 18px;
  }
}
.img1 {
  position: relative;
  width: 16px;
  height: 16px;
  top: 22px;
}
.flex-one {
  flex: 1;
}
.margin-bottom12 {
  margin-bottom: 10px;
}
.right {
  padding-left: 24px;
  padding-top: 20px;
  padding-right: 24px;
  .right-title {
    font-weight: 500;
    color: #333333;
    font-size: 18px;
  }
  .right-form {
    margin-top: 18px;
  }
  .icon {
    margin-left: 5px;
    color: #ccc;
  }
  .from-item-bg {
    height: 44px;
    line-height: 44px;
    background: rgba(0,0,0,0.03);
    border-radius: 4px;
    padding: 0 12px;
    padding-right: 0;
    font-weight: 400;
    color: #595959;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    
    ::v-deep .el-radio {
      margin-right: 10px;
    }
  }
  .new-form-item {
    ::v-deep .el-form-item {
      display: flex;
      margin-bottom: 0;
      // flex: 1;
      // justify-content: space-between;
    }
    ::v-deep .el-form-item__label {
      margin-top: 12px;
      color: #919396;
    }
  }
  .new-form-item-input {
    padding-right: 10px;
  }
  .margin-top34 {
    margin-top: 34px;
  }
  .margin-top44 {
    margin-top: 52px;
  }
  .margin-top24 {
    margin-top: 14px;
  }
  .width100 {
    width: 100%;
  }
  .left-checkout {
    position:relative;
    left:-10px
  }
  .tip-label {
    position: relative;
    width: 100%;
    top: -18px;
  }
  ::v-deep .el-tag {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.65);
    margin-right: 10px;
    margin-bottom: 10px;
    .el-tag__close {
      color: rgba(0,0,0,0.65);
    }
  }
  .maring-wi {
    ::v-deep .el-radio {
      margin-right: 25px;
    }
  }
}
::v-deep .el-form-item .el-form-item__label {
  color: #919396;
  font-weight: 400;
  font-size: 14px;
}
::v-deep .el-checkbox__input.is-disabled+span.el-checkbox__label {
  color: #757575;
}
.cursor:hover {
  cursor: pointer;
}
.margin-bottom24 {
  margin-bottom: 24px;
}
::v-deep .el-radio-group {
  justify-content: flex-end;
  flex: 1;
}