@charset "UTF-8";
/*！
 *东海县重大项目可视化审批监管平台
 *date:2024-05-17
 *author: chengang
 */
html {
  overflow: hidden;
  background: #181B24;
}

body {
  position: absolute;
}
body.mobile {
  width: 1080px;
  height: 1920px;
}
body.mobile > .container {
  width: 1080px;
  height: 1920px;
}
body.mobile > .container .page-container {
  transform: rotateZ(90deg);
  left: 50%;
  margin-left: -960px;
  top: 50%;
  margin-top: -540px;
  position: absolute;
}
body.mobile .layui-layer {
  transform: rotateZ(90deg) translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
  transform-origin: left top;
}
body > .container {
  width: 1920px;
  height: 1080px;
}
body > .container .page-container {
  width: 1920px;
  height: 1080px;
}

.btnprocess,
.btnreturn {
  z-index: 1000;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 60px;
  right: 33px;
  background: url("../images/btnprocess.png");
  width: 99px;
  height: 40px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  padding-left: 50px;
  text-align: left;
}

.btnreturn {
  background: url("../images/btnreturn.png");
}

.page-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.page-wrap iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.page-wrap iframe.active {
  opacity: 1;
  z-index: 100;
}