html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

pre {
  white-space: pre;
}

pre code {
  display: block;
  padding: 1em;
  background-color: #fafafa;
  font-family: Consolas, Monaco, monospace;
  *white-space: pre;
  *word-wrap: break-word;
}

blockquote {
  margin: 10px 0;
  padding: 10px;
  border-left: 5px solid #5FB878;
  background-color: #fafafa;
}

.property-table td,
.property-table th {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.property-table th {
  background-color: #f6f6f6;
}

.pad-10 {
  padding: 10px 0;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.jy-field {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.jy-header {
  position: relative;
  height: 60px;
  z-index: 3;
  background-color: #393D49;
  *zoom: 1;
}
.jy-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  padding: 0 20px;
  line-height: 60px;
  font-size: 26px;
  color: #fff !important;
  text-decoration: none;
}
.jy-header .logo-icon {
  width: 40px;
  margin-right: 10px;
}
.jy-header .app-name {
  font-weight: bold;
  font-size: 20px;
}
.jy-header .jy-header-right {
  position: absolute;
  left: 200px;
  right: 0;
  height: 100%;
  line-height: 60px;
  padding-right: 50px;
  *zoom: 1;
}
.jy-header .jy-header-right .jy-menu-nav-horizontal li {
  float: right;
}

.jy-side-menu {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 200px;
  overflow: hidden;
  background-color: #393D49;
}
.jy-side-menu .jy-side-scroll {
  position: relative;
  width: 220px;
  height: 100%;
  overflow-y: auto;
}
.jy-side-menu .jy-menu-nav {
  width: 200px;
  padding: 0;
}

.jy-frame-container {
  position: absolute;
  top: 60px;
  left: 200px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.jy-frame-container .jy-tab {
  width: 100%;
  height: 100%;
}
.jy-frame-container .jy-tab iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
}
.jy-frame-container .jy-tab .jy-tab-header {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.jy-frame-container .jy-tab .jy-tab-content {
  position: absolute;
  top: 30px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.jy-frame-container .jy-tab .jy-tab-item {
  width: 100%;
  height: 100%;
  padding: 0;
}
.jy-frame-container .jy-layer-shadow,
.jy-frame-container .jy-layer-loading {
  display: none;
}

.jy-content {
  position: relative;
  padding: 10px;
  background: #fff;
  max-width: 1300px;
  *zoom: 1;
  line-height: 1.8em;
}
.jy-content .jy-content-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  *zoom: 1;
}
.jy-content .jy-content-header:before, .jy-content .jy-content-header:after {
  content: "";
  display: block;
  clear: both;
}
.jy-content .jy-content-header + * {
  margin-top: 50px;
}
.jy-content .jy-content-title {
  float: left;
  margin-left: 15px;
  font-size: 18px;
}
.jy-content .jy-field-box {
  color: #333;
}
.jy-content .jy-content-btns {
  float: right;
  margin-right: 15px;
}
.jy-content legend {
  font-weight: bold;
}
.jy-content img {
  margin: 10px 0;
}

img {
  max-width: 100%;
}
