@charset "utf-8";

body {
  width: 100%;
  height: 100%;
  zoom: 1;
}

.cal-header {
  display: block;
  width: 100%;
  height: 80px;
  /* background-color: #0e71d0; */
}

.cal-header .jufa-Unified-header {
  top: 14px;
  font-size: 14px;
}

.wrap {
  /* width: 100%; */
  /* height: calc(100vh - 72px); */
  padding-top: 16px;
  /* position: relative; */
}

/* tab菜单 */

.menu-box {
  display: block;
  /* position: absolute; */
  /* top: 0; */
  width: 100%;
  height: 58px;
  background-color: #ffffff;
}

.cal-menu-list {
  height: 58px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cal-menu-list li {
  float: left;
  height: 58px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 58px;
  margin-left: 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.cal-menu-list li:first-child {
  margin-left: 0px;
}

.cal-menu-list li.active {
  color: #004ad2;
}

.cal-menu-list li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 34px;
  height: 4px;
  transform: translateX(-50%);
  background: #004ad2;
  border-radius: 3px;
}

.cal-menu-list li > p {
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}

/* iframe */
.iframe-box {
  width: 100%;
  /* height: 100%; */
  border: 0px;
  height: calc(100vh - 146px);
}

.iframe-box .ifr {
  width: 100%;
  height: 100%;
  border: 0px;
  display: none;
  outline: none;
}

.iframe-box .ifr.active {
  display: block;
}
