@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font: 12px/1.5em "微软雅黑", Arial, Helvetica, sans-serif;
  color: #666666;
}
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
hgroup {
  display: block;
}
body {
  width: 100%;
  background: #ffffff;
}

input {
  background: #ffffff;
}
/*------------------- 主页面框架  -------------------*/
#wrapper {
  margin: 0 auto;
  /*min-height:400px;*/
  min-width: 1007px;
}
/*========= 主框架头部  =========*/
#header {
  background: #005688;
  height: 34px;
  color: #fff;
  z-index: 960;
  min-width: 1057px;
  width: 100%;
  position: absolute;
  top: 0px;
}

/*========= 主框架内容 =========*/
#container {
  clear: both;
  /*min-height:400px;*/
  margin: 35px auto 0px;
}

#wrapper .indexContainer {
  margin-top: 100px;
}

/*========= 主框架尾部 =========*/
#footer,
.footer {
  border-top: #ccc 1px solid;
  clear: both;
  width: 100%;
  background: #eeeeee;
  padding: 5px 0;
  height: 45px;
  text-align: center;
  z-index: 99;
}

/*------------------- 内容部分---中心区域 -------------------*/
#main_section {
  min-width: 550px;
}

#main_section img {
  z-index: 100;
}
.main_content_update {
  padding: 0;
}
.file_content {
  min-height: 400px;
}
#main_aside_left {
  width: 160px;
  margin: 5px;
  float: left;
  position: fixed;
}

#form_aside_left {
  width: 160px;
  margin: 5px;
  float: left;
  position: fixed;
}

#treeContent {
  overflow-y: auto;
  width: 140px;
  padding-right: 19px;
  height: 100%;
  overflow-x: hidden;
}
.left_tree_box #treeContent {
  width: 150px;
  overflow: auto;
  height: 97%;
}
#main_aside_right {
  width: 245px;
  margin: 5px 5px 0 0;
  float: right;
  position: fixed;
  right: 0;
  overflow-x: hidden;
}

#form_aside_right {
  width: 245px;
  margin: 5px 5px 0 0;
  float: right;
  position: fixed;
  right: 0;
  overflow-x: hidden;
}

#preview_aside_right {
  width: 230px;
  margin: 5px 10px 0 0;
  float: right;
}

#main_aside_right_content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-right: 25px;
}
#form_aside_right_content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-right: 25px;
}

#top {
  width: 100%;
  position: fixed;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop));
  top: 0;
  left: 0;
  z-index: 950;
}

.addToQueue {
  cursor: pointer;
  color: #3e779d;
}
.ke-icon-hello {
  background: url(../images/tc-icon.png) no-repeat center center !important;
  background-size: cover;
  transform: rotate(-90deg);
  width: 16px;
  height: 16px;
}
