.vtx-ui-combogrid-cbbox {
  display: inline-block;
  position: relative;
  width: 100%;
}
.vtx-ui-combogrid-cbbox input {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vtx-ui-combogrid-formgrid {
  float: left;
  padding-bottom: 6px;
  width: 40%;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
.vtx-ui-combogrid-formgrid .vtx-ui-combogrid-gridtitle {
  position: relative;
  height: 100%;
  text-align: right;
  width: 70px;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.vtx-ui-combogrid-formgrid .vtx-ui-combogrid-gridtitle:after {
  content: "：";
  width: 10px;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  height: 100%;
}
.vtx-ui-combogrid-formgrid .vtx-ui-combogrid-gridcontent {
  position: absolute;
  height: 100%;
  left: 70px;
  right: 0;
  display: inline-block;
}
.vtx-ui-combogrid-buttongrid {
  position: absolute;
  width: 20%;
  height: 28px;
  right: 0;
  line-height: 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.vtx-ui-combogrid-form_ct {
  width: 500px;
  padding: 5px;
}
.vtx-ui-combogrid-form_ct:after {
  content: ' ';
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
}
.vtx-ui-combogrid-grid_ct {
  width: 500px;
  height: 300px;
}
