html {
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  /* font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif; */
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.428571429;
  color: #666;
  background-color: #ffffff;
  margin: 0;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  color: inherit;
}

p {
  margin: 0 0 10px;
}

#ifr_content {
  width: 100%;
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

#pagePanel {
  height: 100%;
}

.openPanel .f_content,
.openPanel .f_footTool,
.openPanel .f_footUl {
  right: 256px;
}

.openPanel_left .f_content,
.openPanel_left .f_footTool,
.openPanel_left .f_footUl {
  left: 256px;
}


/**
主面板
**/

.f_main {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
  background: #E4E4E4;
  z-index: 1;
}

[class^="icon-"],
[class*=" icon-"] {
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icomoon';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.f_mainTool {
  background: #2d2d2d;
  /* box-shadow: 0 3px 3px #888; */
  position: relative;
  z-index: 2;
}

.f_mainToolImg {
  width: auto;
  height: 64px;
  position: absolute;
  line-height: 64px;
  padding-left: 16px;
}

.f_mainToolImg img {
  width: 134px;
}

.f_mainToolLeft {
  position: absolute;
  right: 50px;
  line-height: 24px;
  color: #ccc;
}

.f_mainToolLeft .active {
  color: #000;
}

.f_mainToolLeft .el-button {
  display: inline-block !important;
  border-radius: 0px;
  height: 64px;
  position: relative;
  text-align: center;
  line-height: 64px;
  padding: 0px 11px;
}

.f_mainToolLeft span {
  display: inline-block;
}

.f_mainToolLeft .btn {
  cursor: pointer;
  font-size: 9pt;
}

.f_mainToolMedia span {
  color: #B7B7B7;
  margin: 0 4px;
  cursor: pointer;
  line-height: 24px;
}

.f_mainToolMedia .active {
  color: #E60012;
}

.f_mainToolRight {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 28px;
  color: #666;
}

.f_mainToolRight span {
  cursor: pointer;
}

.visibleBox {
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.f_mainToolMedia {
  text-align: center;
  font-size: 20px;
  line-height: 64px;
  /* padding-right: 256px; */
}

.lineTrigon.top {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-top: 4px;
  margin-left: -1px;
  margin-right: 3px;
}

.lineTrigon {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-width: 6px;
  border-style: solid;
  border-radius: 2px;
  margin-left: 2px;
}

.setSelectMain {
  box-shadow: 0 0 13px #999;
  background: #fff;
  position: absolute;
  right: 0;
  top: 26px;
  display: none;
}

.setSelectMain li {
  width: 130px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 30px;
  color: #666;
  cursor: pointer;
  position: relative;
}

.f_content {
  position: absolute;
  left: 20px;
  top: 66px;
  /* top: 108px; */
  bottom: 70px;
  right: 0;
  z-index: 1;
}

.f_footTool {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  background: #E4E4E4;
  height: 40px;
  border-top: 1px solid #C4C3C7;
  z-index: 3;
}

.f_footer{
  height:30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  border-top: 1px solid #C4C3C7;
  z-index: 3;
}

.view-btn{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 10pt;
}

.view-btn.active{
  background-color: #cecaca;
}

.f_code{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 30px;
  background: #f2f2f2;
  z-index: 3;
  display: none;

}

.show_code{
  display: block;
}

.f_footUl{
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  background: #F7F7F7;
  height: 40px;
  border-top: 1px solid #C4C3C7;
  z-index: 3;
  margin: 0;
  list-style: none;
  padding: 0;
}

.f_footUl li{
  float: left;
  margin: 0px calc(25% - 44px);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 88px;
  position: relative;
}
.f_web {
  /* box-shadow: 0 8px 8px #666; */
  border: 1px solid #C8C8CD;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*box-shadow: ;*/
}

.f_footTool ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
  height: 40px;
}

.f_footTool li {
  padding: 0 4px;
  line-height: 40px;
  font-size: 12px;
  float: left;
  cursor: pointer;
  color: #666;
}

.f_footTool li:hover,
.f_footTool li.active {
  background: #ccc;
}

.f_footTool li:before,
.f_footTool li:after {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  line-height: 22px;
  /* content: '>'; */
  /* padding: 0 0 0 3px; */
  font-size: 14px;
}


/* .f_footTool li:before {
    content: '<';
    padding: 0 3px 0 0;
} */

.f_footTool li:after {
  content: '>';
  padding: 0 0 0 3px;
}

.f_footTool li.lastLi:after {
  content: '';
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}


/**
属性面板
**/

.f_panel_left,
.f_panel {
  width: 20px;
  position: absolute;
  top: 66px;
  background: #E4E4E4;
  bottom: 30px;
  z-index: 2;
}

.f_panel {
  right: 0;
}

.f_panel_left,
.f_panel {
  width: 240px;
}

.f_panelSwitch {
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-left: 1px solid #C4C3C7;
  border-bottom: 1px solid #C4C3C7;
}

.f_panelSwitch_left {
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-right: 1px solid #C4C3C7;
  border-bottom: 1px solid #C4C3C7;
}

.f_panelSwitch i {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  margin-left: 1px;
  vertical-align: middle;
}

.f_panelSwitch_left i {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  margin-right: 1px;
  vertical-align: middle;
}

.f_panelSwitch.off i,
.f_panelSwitch_left.on i {
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #333;
}

.f_panelSwitch.on i,
.f_panelSwitch_left.off i {
  border-width: 4px 4px 4px 0;
  border-color: transparent #333 transparent transparent;
}

.f_panelNav,
.f_panelNav_left {
  display: none;
  background: #F7F7F7;
  height: 40px;
}

.openPanel .f_panelNav,
.openPanel_left .f_panelNav_left,
.openPanel .f_panelMain,
.openPanel_left .f_panelMain_left,
.openPanel_left .toolsContainer_left,
.openPanel .toolsContainer {
  display: block;
}

.f_panelNav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.f_panelNav_left ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.f_panelNav_left li,
.f_panelNav li {
  float: right;
  margin: 0px 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 88px;
  position: relative;
}

.f_panelNav li {
  float: left;
  /* width: 80px; */
  width: 100%;
  margin: 0px 0px;
}

.f_panelNav_left li.active,
.f_panelNav li.active,
.f_footUl li.active
{
  font-size: 16px;
  color: #2D2D2D;
  letter-spacing: 0;
  border-bottom: 2px solid #F9423A;
}

.options-value {
  width: 30%;
}

.options-name {
  width: 50%;
}

.options-icon {
  font-size: 18px;
  width: 6%;
}

.toolsContainer,
.toolsContainer_left {
  outline: none;
  display: none;
  position: absolute;
  background: #F7F7F7;
  bottom: 0;
  width: 100%;
  top: 42px;
}

.toolsContainer ul,
.toolsContainer_left ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

.toolsContainer ul {
  border-bottom: 2px solid #E4E4E4;
  padding-top: 16px;
  padding-left: 16px;
}

.toolsContainer ul:last-child {
  border-bottom: 0px;
}

.boxscroll {
  overflow-y: hidden;
  overflow-x: auto;
  /* overflow: auto; */
}

.f_panelMain_left,
.f_panelMain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 47px;
  display: none;
  /* overflow: hidden; */
  outline: none;
}

.hideTop .f_panelMain {
  top: 0;
}

.hideTop .f_panelMain_left {
  top: 0;
}

.boxPad {
  padding: 16px 0px 0px 16px;
}

.ct_1 {
  color: #ccc;
}

.ct_7 {
  color: #EDEDED;
}

.mt10 {
  margin-top: 10px;
}

h6,
.h6 {
  font-size: 12px;
}

.setPanel {
  margin: 18px 0px;
  border-bottom: 2px solid #E4E4E4;
}

.setPanel:last-child {
  border-bottom: 0px;
}

.setPanel dd,
.setPanel dt {
  padding: 0;
  margin: 0;
  list-style: none;
}

.setPanel dt {
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 16px;
}

.trigon {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 5px;
  border-style: solid;
  margin-right: 5px;
}

.trigon.top {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.trigon.left {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.ct_3 {
  color: #333;
}

.trigon.small {
  border-width: 4px;
}

.setPanelMain {
  display: none;
}

.setPanelMain.active {
  display: block;
}

.addPanelList ul {
  list-style: none;
  padding-left: 8px;
}

.addPanelList li {
  width: 99px;
  height: 32px;
  float: left;
  padding: 8px 0 0 8px;
}

.custom_module_box {
  height: 32px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #333;
  opacity: 0.5;
  background: #fff;
}

.custom_module_name {
  line-height: 34px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom_module_box.ui-draggable {
  cursor: move;
}

.custom_module_ico {
  float: left;
  width: 30px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

.custom_module_ico img {
  max-width: 100%;
  height: auto;
  opacity: 0.25;
}

.propertyTitle {
  color: #2D2D2D;
  font-weight: 500;
}

.propertyLabel {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.propertyLabel.inline {
  display: inline-block;
}

.propertyCheckLabel {
  margin-bottom: 4px;
  font-size: 12px;
}

.propertyInput {
  height: 32px;
  width: 200px;
  line-height: 26px;
  font-size: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.propertyLi {
  margin-bottom: 10px;
  padding-top: 10px;
}

.optionsEditor {
  position: relative;
  top: 0px;
  left: 0px;
}

.toolsContainer ul.optionsEditor {
  padding: 0px;
}

.optionsEditor .optionsName {}

.f_panelMain_left .el-textarea__inner {
  height: 100%;
}

.el-tree {
  border: 0px;
  background: #F7F7F7;
}

.el-input__inner {
  height: 32px;
  color: #2D2D2D;
  border-color: #D2D2D7;
}

.el-button--text {
  color: #8E8E93;
}

.el-button--text:hover {
  color: #fff;
}

.el-tree-node__expand-icon {
  border-width: 4px;
  border-left-color: #666;
}

dt .el-tree-node__expand-icon {
  margin-right: 5px;
}

.el-dialog--full {
  overflow: hidden;
}

.logo-text{
  color: #fff;
  font-size: 16pt;
}
.hrob-panel {
  position: relative;
}

.layoutTemplate ul li {
  width: 99px;
  float: left;
  margin: 4px 2px;
  padding:1px;
  background: #eee;
  cursor: pointer;
  height: auto;
}
.layoutTemplate ul li[id*='row']{
  min-height: 82px;
  height: 100%;
}

.item-layout {
  width: 100px;
  margin: 10px auto;
  border: 1px solid #ddd;
}

.ui-grid {
  min-height: 40px;
  padding: 0;
  border: 1px dashed #aaa;
  /*margin: 2px;*/
  border-radius: inherit;
}
.f_code .el-textarea__inner{
  height: 100%;
}

.shortcut_ul {
  position: relative;
  padding-left: 0!important;
}
.shortcut_span {
  position: absolute;
  top: -28px;
  left: 66px;
}
.shortcut_btn {
  padding: 8px !important;
  margin-left: 10px;
}
.shortcut_add {
  width: 20px;
  height: 20px;
  padding: 0!important;
}
.shortcutProp span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 4px;
  width: 75px;
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
