.dialog-basic2 {
  background: #fff;
  zoom: 1;
}
.dialog-basic2 div {
  overflow: visible;
}
.dialog-basic2 .box-header {
  cursor: move;
  zoom: 1;
  font-size: 0;
}
.dialog-basic2 .box-header .box-close {
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.dialog-basic2 .box-tc1 {
  display: none;
}
.dialog-basic2 .box-tc2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16px;
  z-index: 1;
  /*for ie8-*/
}
.dialog-basic2 .box-cl,
.dialog-basic2 .box-cr {
  display: none;
}
.dialog-basic2 .box-content {
  background: #fff;
}
