/* @group Pop up */
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 1);
  background: url('/images/king_2016_bg.png') no-repeat;
  background-size: cover;
  display: none;
  min-width: 1024px;
  min-height: 800px;
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 0px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width: 100%;
  height: 100%;
  min-width: 1024px;
}
#boxes #dialog .pop-content {
  position: relative;
  //background-color: #ffffff;
  width: 1024px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  top: 3%;
}
/*
#boxes #dialog .pop-content .ad-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
*/

/*
#boxes #dialog .pop-content .ad-wrap img {
  width: 100%;
  display: table;
}
*/

#popupfoot {
	margin-top: 20px;
/*
  position: absolute;
  top: -35px;
  right: 10px;
*/
}
/* @end */