/* 数据列表超出部分隐藏 */
#dynamicData,#dynamicDataContent{
  height: 90px;
  overflow: auto;
}
/* 框架样式 */
p{
  margin: 0;
}
ul, ol{
  margin-bottom: 0 !important;
}
.body {
  font-size: 14px;
  background:#fff url(../img/bg.png) top left no-repeat;
  overflow: hidden;
}
.pageContent{
  z-index: 3;
  position: relative;
}

/* 控件列表 */
.pageAll{
  position: relative;
  overflow: hidden;
}
.controlList {
  width: 315px;
  position: fixed;
  z-index: 10;
  margin-left: -315px;
  background: #fff;
  text-align: center;
}
.controlList dl{
  display: none;
  border: solid 1px #ccc;
  margin-bottom: 0 !important;
}
.controlList dt {
  border-bottom: solid 1px #ccc;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}

.controlList dd {
  line-height: 40px;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}

.controlList dd a {
  display: inline-block;
  background: #f4f6fc;
  width: 90px;
  font-size: 14px;
  text-align: center;
  margin: 4px;
  border: solid 1px #f4f6fc;
}
.controlList dd a:hover{
  border: dashed 1px red;
  text-decoration: none;
}
/* 页面内容 */

#forHeight {
  margin: 0 auto;
  width: 100%;
  min-height: 1000px;
  position:relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}

/* 编辑框 */

.editBox {
  width: 300px;
  position: fixed;
  top:62px;
  right: 17px;
  z-index: 3000;
  background: #fff;
}
.editBox>ul,.editBox>div:last-child{
  display: none;
}
.editBox ul{
  overflow: hidden;
}
.editBox ul li {
  float: left;
  line-height: 50px;
  border-bottom: solid 2px #ccc;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.editBox ul li.on{
  border-bottom: solid 2px #409eff;
}
.editBox dl{
  margin-bottom: 0 !important;
}
.editBox dt {
  line-height: 40px;
  text-align: left;
  text-indent: 2em;
}
.editBox input{
  display:inline-block;
  border-radius:4px;
  height: 40px;
  line-height: 40px;
  width: 90%;
  margin: 10px 0;
  border: solid 1px #606266;
}
.editBox input[type="checkbox"]{
  height: auto !important;
  width: auto !important;
  border:none !important;
}
.editBox dd {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
}

.editBox img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.control-show-hide,.SET-show-hide {
  width: 50px;
  height: 20px;
  position: absolute;
  left: 315px;
  top: 10px;
  z-index: 9;
  background: #fff;
  cursor: pointer;
  /* opacity: 0.1; */
}
.control-show-hide:hover,.SET-show-hide:hover {
  opacity: 1;
}
.SET-show-hide{
  left:239px;
  width: 60px;
}
/* 拾色器样式 */
.colorBox {
  width: 30px;
  height: 30px;
  position: relative;
  border: solid 1px #000;
  margin-left: 20px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}
.bgIMG{
  display: block;
  border: dashed 1px #d9d9d9;
  width: 130px !important;
  height: 130px !important;
  margin: 10px 0;
  font-size: 60px;
  font-style: initial;
  line-height: 130px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 19px;
}
.fileOptiy{
  position: relative;
}
.fileOptiy input{
  width: 130px !important;
  height: 130px !important;
  position: absolute;
  top: -10px;
  left: 20px !important;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.theme a {
  display: inline-block;
  padding: 0 10px;
  background: #ccc;
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
}
.theme a:first-child{
  background-color: #409eff;
}
.theme a:nth-child(2){
  background-color: red;
}
.theme a:last-child{
  background-color: #ba1aaa
}
.box-textarea textarea{
  width: 240px;
  height: 120px;
  color:#000
}
.Submission{
  text-align: center;
  background: #fff;
}
.Submission button{
  height: 40px;
  width: 120px;
  cursor: pointer;
  border-radius: 4px;
  background: #409eff;
  color: #fff;
  border: none;
  margin: 20px 10px;
}
.Submission button:hover{
  background: red;
}
.getHTMLDo{
  position: absolute;
  z-index: 9999999;
  left: 0;
  top: 0;
}
.doCurrentDom{
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
.doCurrentDom strong{
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -99em;
  border-radius: 50%;
}
.doCurrentDom strong:first-child{
  background:#409eff url(../img/move.png) center center no-repeat;
  background-size: 20px 20px;
  cursor: move;
}
.doCurrentDom strong:nth-child(2){
  background:red url(../img/delete.png) center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
.doCurrentDom strong:nth-child(3){
  background:#f56c6c url(../img/edit.png) center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
/* 拾色器 */
.colorpicker{
  z-index: 9999 !important;
}
.colorSelector {
  position: relative;
  width: 36px;
  height: 36px;
  background: url(../img/select.png);
}

.colorSelector div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: url(../img/select.png) center;
}
img.imgGet{
  position: absolute;
  top: -1px;
  left: 20px;
  margin: 0px;
  width: 130px;
  height: 130px;
  display: none;
}
input.pageHeight{
  width: 88px;
  margin-right: 10px;
}
.timeAxisSubContentHTML{
  height: 265px;
  overflow-y: scroll;
}
.navbar{
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.selfButtonStyle{
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background: #011e3e;
  margin: 10px;
  border-radius: 4px;
  color: #fff;
  border: none;
	margin-left: 20px;
}
.timeAxisSubContentHTMLMain{
	max-height: 315px;
	overflow-y: scroll;
}
#forHeight>div{
  z-index: 800;
  position: relative;
}
#forHeight>div#touWH-page{
  width: 100%;
  margin: 0 auto;
}
#forHeight>div#navWH-page{
  width: 100%;
  margin: 0 auto;
}
#forHeight>div#contentWH-page{
  width: 100%;
  margin: 0 auto;
}
#forHeight>div#weiWH-page{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom:0;
}
.editBanner{
  max-height: 672px;
  overflow-y: scroll;
}

/*报名浮层20241202*/
#form-dialog {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#form-dialog .mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#form-dialog .form {
  width: 500px;
  position: relative;
  left: 50%;
  margin-left: -250px;
  top: 10px;
}