* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

html, body {
  font-family: 'SimHei';
  width: 100%;
  height: 100%;
  position: relative; }

#bigWrapper {
  width: 100%;
  height: 100%; }

#theTop {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-right: 78px;
  border-bottom: 1px solid #C9C9C9;
  text-align: center; }
  #theTop .leftTop {
    padding: 10px 0;
    float: left; }
    #theTop .leftTop img, #theTop .leftTop span {
      display: inline-block;
      vertical-align: middle; }
    #theTop .leftTop img {
      height: 29px;
      margin-right: 10px; }
    #theTop .leftTop span {
      font-size: 16px;
      color: #424242; }
  #theTop .infoDiv {
    float: right;
    padding-top: 16px; }
    #theTop .infoDiv .opearateIcon {
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
      cursor: pointer;
      position: relative; }
    #theTop .infoDiv .opearateIcon:first-child {
      margin-left: 0; }
    #theTop .infoDiv .iconSpan {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center center; }
    #theTop .infoDiv .is1 {
      background-image: url("../images/personInfo.svg"); }
    #theTop .infoDiv .is1:hover {
      background-image: url("../images/personInfoActive.svg"); }
    #theTop .infoDiv .is2 {
      background-image: url("../images/task.svg"); }
    #theTop .infoDiv .is2:hover {
      background-image: url("../images/taskActive.svg"); }
    #theTop .infoDiv .is4 {
      background-image: url("../images/supervise.svg"); }
    #theTop .infoDiv .is4:hover {
      background-image: url("../images/superviseActive.svg"); }
    #theTop .infoDiv .is5 {
      background-image: url("../images/logout.svg"); }
    #theTop .infoDiv .is6 {
      background-image: url("../images/setting.svg"); }
    #theTop .infoDiv .is6:hover {
      background-image: url("../images/settingActive.svg"); }
    #theTop .infoDiv .is7 {
      background-image: url("../images/downloadCenter.svg"); }
    #theTop .infoDiv .is7:hover {
      background-image: url("../images/downloadCenterActive.svg"); }
    #theTop .infoDiv .is8 {
      background-image: url("../images/appCode.svg"); }
    #theTop .infoDiv .is8:hover {
      background-image: url("../images/appCodeActive.svg"); }
    #theTop .infoDiv .simg {
      position: absolute;
      top: 100%;
      right: 0;
      display: none;
      z-index: 33; }
    #theTop .infoDiv .showCode:hover .simg {
      display: block; }
    #theTop .infoDiv .userName {
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 4px; }
    #theTop .infoDiv .dropdownMenu {
      display: none;
      position: absolute;
      z-index: 9;
      right: -7px;
      top: 100%;
      background: #fff;
      border: 0;
      margin-top: 0px;
      min-width: 140px;
      border-radius: 2px 0 2px 2px;
      box-shadow: 2px 2px 5px #ccc;
      padding: 5px; }
      #theTop .infoDiv .dropdownMenu li {
        line-height: 24px;
        display: block;
        text-align: center; }
        #theTop .infoDiv .dropdownMenu li a {
          color: #aaa;
          font-size: 14px;
          display: block; }
      #theTop .infoDiv .dropdownMenu li:hover {
        background-color: #FFB602; }
      #theTop .infoDiv .dropdownMenu li:hover a {
        color: #fff; }
    #theTop .infoDiv .dropdownMenu:after {
      border-bottom: 6px solid #fff;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: "";
      display: inline-block;
      right: 10px;
      position: absolute;
      top: -6px; }
    #theTop .infoDiv .opearateIcon:hover .dropdownMenu {
      display: block; }
  #theTop #box, #theTop #box2 {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    background-color: red; }

.mainWrap {
  display: flex;
  height: calc(100vh - 50px);
  overflow: hidden; }

#theLeft {
  position: relative;
  z-index: 2;
  padding-top: 8px;
  flex: 0 0 230px;
  max-width: 230px;
  min-width: 230px;
  width: 230px;
  border-right: 1px solid #C9C9C9; }
  #theLeft .leftInner {
    width: 100%;
    height: 100%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #theLeft .leftInner .innerUl {
      width: 100%; }
    #theLeft .leftInner .menuList {
      display: block;
      position: relative; }
      #theLeft .leftInner .menuList .menua {
        display: block;
        padding: 9px 20px;
        color: #fff;
        border-radius: 2px;
        cursor: pointer;
        margin-bottom: 3px; }
        #theLeft .leftInner .menuList .menua span, #theLeft .leftInner .menuList .menua .iconI, #theLeft .leftInner .menuList .menua .openIcon {
          display: inline-block;
          vertical-align: middle; }
        #theLeft .leftInner .menuList .menua span {
          font-size: 14px;
          color: #4B4B4B; }
        #theLeft .leftInner .menuList .menua .openIcon {
          width: 9px;
          height: 9px;
          background-repeat: no-repeat;
          background-position: top center;
          background-image: url("../images/triangle.svg");
          margin-right: 10px; }
        #theLeft .leftInner .menuList .menua .openIcon.active {
          background-image: url("../images/triangleDown.svg"); }
        #theLeft .leftInner .menuList .menua .iconI {
          position: relative;
          width: 15px;
          height: 15px;
          margin-right: 12px;
          background-repeat: no-repeat; }
      #theLeft .leftInner .menuList .menua:hover {
        background-color: #FFF2E0; }
      #theLeft .leftInner .menuList .subMenuList {
        display: none; }
        #theLeft .leftInner .menuList .subMenuList li a {
          width: 100%;
          padding: 11px 0 11px 80px;
          background-image: url("../images/childMenu.svg");
          background-repeat: no-repeat;
          background-position: 59px center;
          color: #8F8F8F;
          font-size: 14px;
          border-radius: 2px;
          margin-bottom: 3px;
          line-height: 35px; }
        #theLeft .leftInner .menuList .subMenuList li:hover a, #theLeft .leftInner .menuList .subMenuList li.active a {
          color: #282828;
          background-image: url("../images/childMenuActive.svg"); }
    #theLeft .leftInner .menuList.active {
      display: block; }
      #theLeft .leftInner .menuList.active .menua {
        background-color: #FFF2E0; }
        #theLeft .leftInner .menuList.active .menua .openIcon {
          background-image: url("../images/triangleDown.svg"); }
      #theLeft .leftInner .menuList.active .subMenuList {
        display: block;
        background: #FFFCF4; }
        #theLeft .leftInner .menuList.active .subMenuList li.active a {
          color: #282828;
          background-color: #FFFCF4;
          background-image: url("../images/childMenuActive.svg"); }
    #theLeft .leftInner::-webkit-scrollbar {
      display: none; }

#theMain {
  display: flex;
  flex: auto;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #theMain .mainHeader {
    flex: 0 0 auto;
    height: 84px;
    padding: 10px 36px 0 36px;
    position: relative;
    margin-bottom: -4px; }
    #theMain .mainHeader .toggleBtn {
      position: absolute;
      top: 14px;
      left: 2px;
      width: 14px;
      height: 14px;
      cursor: pointer;
      background-image: url("../images/openHide.svg");
      background-repeat: no-repeat; }
      #theMain .mainHeader .toggleBtn:hover {
        background-image: url("../images/openHideActive.svg"); }
    #theMain .mainHeader .tabUl {
      width: 100%;
      margin-bottom: 10px;
      height: 22px;
      position: relative; }
      #theMain .mainHeader .tabUl .scrollWrap {
        overflow-x: auto;
        padding: 0 10px; }
        #theMain .mainHeader .tabUl .scrollWrap::-webkit-scrollbar {
          display: none; }
      #theMain .mainHeader .tabUl .normalArea {
        white-space: nowrap; }
      #theMain .mainHeader .tabUl li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px; }
        #theMain .mainHeader .tabUl li a {
          display: inline-block;
          height: 22px;
          line-height: 20px;
          border-radius: 10px;
          border: 1px solid #B9B9B9;
          font-size: 14px;
          color: #4D4D4D;
          padding: 0 10px; }
        #theMain .mainHeader .tabUl li .closeSpan {
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          width: 7px;
          height: 7px;
          background-image: url("../images/close.svg");
          margin-left: 3px;
          margin-top: -2px; }
      #theMain .mainHeader .tabUl li.chosen a {
        background-color: #FFB600;
        color: #fff;
        border: 1px solid #FFB600; }
      #theMain .mainHeader .tabUl li.chosen .closeSpan {
        background-image: url("../images/closeActive.svg"); }
      #theMain .mainHeader .tabUl li:first-child {
        margin-left: 0; }
      #theMain .mainHeader .tabUl .arrowSpan {
        display: none;
        position: absolute;
        top: 6px;
        width: 12px;
        height: 12px;
        z-index: 3;
        background-repeat: no-repeat;
        background-size: contain; }
        #theMain .mainHeader .tabUl .arrowSpan.active {
          display: inline-block;
          cursor: pointer; }
      #theMain .mainHeader .tabUl .leftAS {
        background-image: url("../images/moveLeft.svg");
        left: -14px; }
      #theMain .mainHeader .tabUl .rightAS {
        background-image: url("../images/moveRight.svg");
        right: -18px; }
    #theMain .mainHeader .columnTitle {
      padding: 10px 0 10px 20px;
      border-bottom: 1px solid #C9C9C9;
      background: #FBFBFB url("../images/childMenuActive.svg") no-repeat left center;
      font-size: 15px;
      color: #111111; }
  #theMain #iframeDiv {
    flex: auto;
    padding: 0 36px; }
    #theMain #iframeDiv .frameWrap {
      width: 100%;
      height: 100%;
      background: #FBFBFB; }
    #theMain #iframeDiv iframe {
      width: 100%;
      height: 100%; }

.leftSideCollapsed #theLeft {
  flex: 0 0 45px;
  max-width: 45px;
  min-width: 45px;
  width: 45px; }
  .leftSideCollapsed #theLeft .searchArea #searchModuleInput {
    display: none; }
  .leftSideCollapsed #theLeft .searchArea.showC {
    width: 170px; }
    .leftSideCollapsed #theLeft .searchArea.showC #searchModuleInput {
      display: inline-block; }
  .leftSideCollapsed #theLeft .leftInner .menuList .menua {
    text-align: center;
    padding: 10px;
    position: relative; }
    .leftSideCollapsed #theLeft .leftInner .menuList .menua .iconI {
      margin-right: 0; }
    .leftSideCollapsed #theLeft .leftInner .menuList .menua .openIcon {
      display: none; }
    .leftSideCollapsed #theLeft .leftInner .menuList .menua span {
      position: absolute;
      background: #FFF2E0;
      left: 47px;
      top: 0;
      width: 107px;
      text-align: left;
      z-index: 100;
      display: none;
      height: 35px;
      width: 140px;
      text-align: center;
      line-height: 35px; }
    .leftSideCollapsed #theLeft .leftInner .menuList .menua span:after {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #FFF2E0;
      border-width: 6px;
      margin-top: -6px; }
  .leftSideCollapsed #theLeft .leftInner .subMenuList {
    display: none;
    position: absolute;
    top: 40px;
    left: 47px;
    width: 140px;
    background: #F9F6EF;
    text-align: center;
    margin-top: -6px; }
    .leftSideCollapsed #theLeft .leftInner .subMenuList li a {
      background-image: none;
      text-align: center;
      height: 35px;
      line-height: 35px;
      position: relative;
      padding: 0; }
    .leftSideCollapsed #theLeft .leftInner .subMenuList li.active a, .leftSideCollapsed #theLeft .leftInner .subMenuList li:hover a {
      background-image: none !important; }
  .leftSideCollapsed #theLeft .leftInner .menuList.active .subMenuList {
    display: none; }
  .leftSideCollapsed #theLeft .leftInner .menuList:hover .menua {
    background-color: #F9F6EF;
    color: #424f63; }
    .leftSideCollapsed #theLeft .leftInner .menuList:hover .menua span {
      color: #FF7F00;
      display: block; }
  .leftSideCollapsed #theLeft .leftInner .menuList:hover .subMenuList {
    display: block !important; }

#skinChoice {
  display: none;
  padding: 20px;
  width: 600px; }
  #skinChoice .perSkin {
    width: 162px;
    display: inline-block;
    vertical-align: top;
    margin: 6px 10px;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer; }
    #skinChoice .perSkin .square {
      width: 100%;
      height: 100px;
      margin-bottom: 10px; }
    #skinChoice .perSkin .desctxt {
      text-align: center;
      font-size: 16px; }

/*# sourceMappingURL=index.css.map */
