div#popup-wrapper  {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 0;
  top: 0;
  left: 0;
  background: none;
  border: none;
  overflow: visible;
  z-index: 99999;
}

#popup-container  {
  display: block;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.tp_popup  {
  display: none;
  position: absolute;
  min-width: 64px;
  background: #333333;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,.7);
  box-sizing: border-box;
}

.tp_popup.open  {
  display: block;
}

.tp_popupheader  {
  display: block;
  width: 100%;
  height: 16px;
}

.tp_popupbody  {
  display: block;
  width: 100%;
  min-height: 64px;
  background: #eeeeee;
}

.tp_popupfooter  {
  display: block;
  width: 100%;
  height: 16px;
}

.tp_popupclose  {
  display: block;
  float: right;
  height: 14px;
  margin-top: 1px;
  margin-right: 8px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

#kbsibannerimg  {
  cursor: pointer;
  width: 1000px;
  height: 144px;
}

#popup1  {
  top: 260px;
  right: 80px;
}