﻿input:focus,
textarea:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
* {
    margin:0;
    padding:0;
}

/* input:-ms-input-placeholder {
  color: transparent;
}

input::-ms-input-placeholder {
  color: transparent;
}

input:-ms-input-placeholder::-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: transparent;
}

input::-moz-placeholder {
  color: transparent;
}

input:-moz-placeholder {
  color: transparent;
}

input::-moz-placeholder::-moz-placeholder {
  color: transparent;
} */

div {
  scrollbar-width: thin;  /* 设置firefox滚动条宽度 */
  scrollbar-color: #c8c8c8 #f1f1f1;  /* 设置firefox滚动条滑块的背景颜色 */

  scrollbar-face-color: #c8c8c8;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-3dlight-color: #f1f1f1
}
div::-webkit-scrollbar {
  width: 6px; /* 设置滚动条宽度 */
  height: 6px;
}

div::-webkit-scrollbar-track {
  width: 6px;
  background: #f1f1f1; /* 设置滚动条轨道的背景颜色 */
  border-radius: 3px;
}

div::-webkit-scrollbar-thumb {
  width: 4px;
  background: #c8c8c8; /* 设置滚动条滑块的背景颜色 */
  border-radius: 3px;
}

img {
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.searchbtn {
  width: 21.5%;
  float: left;
  height: 30px;
}

.btnSure {
  width: 68px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #393939;
  text-align: center;
  border: 1px solid #c5cbcf;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  float: right;
  margin-bottom: 3px;
  text-indent: 0px;
}

.searchtitle {
  float: left;
  margin-top: -5px;
}

#cankaowenxian {
  text-indent: 8px;
}

#searchMap {
  position: relative;
  top: -24px;
  left: 98px;
  cursor: pointer;
}

.select-content {
  width: 190px;
  position: relative;
  margin: 10px;
}

.select-content #cankaowenxian {
  width: 100%;
  border: 1px solid #29a6e6;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding-right: 20px;
  font-size: 14px;
  color: #808080;
  background-color: #ffffff;
  opacity: 0.5;
}

.select-content #cankaowenxian:focus {
  background-color: #ffffff;
  opacity: 1;
  color: #333333;
}

.select-content .sanjiao .dot-bottom {
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: #6a6a6a;
  border-bottom-width: 0;
  border-style: dashed;
  border-top-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
}

.select-content .search-select {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 999;
  min-width: 210px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
}

.select-content .search-select .select-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-content .search-select .select-ul .li-select {
  color: #555;
  padding: 5px 10px;
  margin: 2px;
  cursor: pointer;
  font-size: 14px;
  float: left;
}

.select-content .search-select .select-ul .li-hover {
  color: #2697e7;
  /*background-color: #2697e7;*/
}

body {
  overflow:hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  -webkit-touch-callout: none;
  background-attachment: scroll;
  background-clip: boder-box;
  background-origin: pading-box;
  background-repeat: repeat;
  /*overflow: auto;*/
  min-width: 1024px;
}

.indexBgImg {
  width: 100%;
  height: calc(100%);
  z-index: -1000;
  position: absolute;
  min-width: 1024px;
  /* min-height: 800px; */
}

#Top {
  position: absolute;
  top: 0;
  text-align: center;
  width: 84%;
  left: 8%;
  z-index: 90;
  height: 60px;
  background-size: 100% 100%;
  background: url("../../images/Custom/login_logo.png") no-repeat;
  background-position: 0 14px;
}

#Top .Top_Img {
  float: right;
  margin-top:20px;
  cursor:pointer;
}

#Left {
  position: absolute;
  top: 116px;
  left: 0px;
  width: 76px;
  height: calc(100% - 216px);
  /* min-height: 600px; */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 10px 10px 0px;
  -ms-overflow-style: none;
  display:none;
}

#Left #LeftArrow {
  position: absolute;
  width: 10px;
  height: 56px;
  top: calc(50% - 28px);
  right: 0;
  background: url("../../images/Index/arrow_show.png") no-repeat;
  cursor: pointer;
  z-index: 2;
}

#Left.lefthide {
  width: 10px;
}

#Left.lefthide #LeftArrow {
  position: absolute;
  width: 10px;
  height: 56px;
  top: calc(50% - 40px);
  right: 0;
  background: url("../../images/Index/arrow_hide.png") no-repeat;
  cursor: pointer;
  z-index: 2;
}

#Left.lefthide #LeftItems {
  display: none;
}

#Left #LeftItems {
  position: relative;
  margin-top: 24px;
  width: 120px;
  height: calc(100% - 48px);
  padding-right: 14px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width:none;
}

#Left #LeftItems::-webkit-scrollbar{
  width: 0px;
}

#Left #LeftItems div {
  width: 46px;
  height: 46px;
  margin: 16px 15px 0 15px;
  cursor: pointer;
  position: relative;
}

#Left #LeftItems div:hover,
#Left #LeftItems .selected {
  background: url("../../images/Index/leftimg_hover.png") no-repeat;
}

#Left #LeftItems div img {
  width: 46px;
  height: 46px;
  cursor: pointer;
}

#Left #LeftItems div span {
  display: none;
  position: absolute;
  width: 62px;
  height: 24px;
  line-height: 24px;
  text-indent: 8px;
  left: 50px;
  top: 11px;
  background: url("../../images/Index/title_bg.png") no-repeat;
  font-size: 12px;
  color: #282828;
  z-index: 100;
}

#Left #LeftItems div:hover span {
  display: block;
}

#Center {
  position: relative;
  top: 116px;
  left: 0px;
  width: 84%;
  height: calc(100% - 216px);
  /* min-height: 600px; */
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
}

#ShowStyle {
  position: absolute;
  right: 25px;
  top: 16px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
}

#ShowStyle:hover,
#ShowStyle.selected {
  background: url("../../images/Index/more_hover.png") no-repeat;
}

#ShowStyle #AllGroup {
  position: absolute;
  width: 82px;
  height: 78px;
  background-color: #e7f2f8;
  border-radius: 4px;
  right: 0;
  z-index: 1;
  display: none;
}

#ShowStyle.selected #AllGroup {
  display: block;
}

#ShowStyle #AllGroup div {
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #282828;
  text-align: center;
  border-radius: 4px;
  margin: 6px;
  cursor: pointer;
}

#ShowStyle.selected #AllGroup div:hover,
#AllGroup div.selected {
  background-color: rgba(88, 91, 93, 0.1);
}

#VappHPCTab {
  width: 288px;
  height: 50px;
  margin: 0 auto;
}

#VappHPCTab div {
  float: left;
  width: 56px;
  height: 47px;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  border-bottom: 3px;
  margin: 0 20px;
  color: #7d7d7d;
  cursor: pointer;
}

#VappHPCTab div:hover,
#VappHPCTab .selected {
  color: #282828;
  border-bottom: 3px solid #29a6e6;
}

#VappHPC1, #VappHPC2 {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), 0px 1px 3px rgba(0, 0, 0, 1);
  height: calc(100% - 60px);
  width: calc(100% + 20px);
  margin-top: 10px;
}

#Buttom {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 90;
  /*background:url('../../images/Index/bg_buttom.png');
    background-repeat:no-repeat;*/
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-size: 100% 100%;
  min-width: 1024px;
}

#Buttom div span {
  width: 110px;
  min-height: 64px;
  float: left;
}

#Buttom div {
  float: left;
  margin: 0 auto;
}

#Buttom img {
  cursor: pointer;
  margin: 0px 16px 20px 0px;
}

#_NoteMessage {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 85px;
  margin-left: -36px;
  text-align: center;
  color: White;
  font-size: 12px;
  line-height: 28px;
  background-image: url("../../images/Index/notemessage.png");
  visibility: hidden;
}

/* 定义keyframe动画，命名为blink */
@keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 添加兼容性前缀 */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 定义blink类*/
.blink {
  animation: blink 1s linear infinite;
  /* 其它浏览器兼容性前缀 */
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -o-animation: blink 1s linear infinite;
}

.window .window-header {
  height: 30px;
}

.DataTable {
  width: 100%;
  border: 1px solid #000;
}

#W_Queue {
  width: 830px;
  height: 500px;
  display: none;
}

#mune {
  cursor: pointer;
  padding: 17px 14px 0 0px;
}

#munelist {
  width: 360px;
  background-color: #e7f2f8;
  position: absolute;
  top: 60px;
  right: 8%;
  display: none;
  z-index: 999999;
  padding: 4px 0 4px 0;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
  border-radius: 4px;
}

#messagelist {
  width: 360px;
  /* height: 456px; */
  background-color: #ffffff;
  position: absolute;
  top: 60px;
  right: 8%;
  margin-right: 80px;
  display: none;
  z-index: 999999;

  /* border: 1px solid #dcdcdc; */
  border-left: none;
  border-right: none;
  border-radius: 4px;
  box-shadow: 0px 1px 8px rgba(12, 12, 12, 18%);
}

.message_Tab {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e0dfdf;
  background: #e7f2f8;
  /* border-radius: 4px; */
}

.message_Tab ul li {
  width: auto;
  line-height: 40px;
  list-style: none;
  text-align: center;
  font-size: 14px;
  color: #282828;
  cursor: pointer;
  margin-left: 20px;
}

.message_Tab ul li {
  position: relative;
}

.message_Tab ul li::before {
  content: "";
  display: none;
  height: 3px;
  width: 100%;
  background-color: #5eb8f4;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.message_Tab ul li:active::before,
.message_Tab ul li:hover::before,
.message_Tab ul li:focus::before {
  display: block;
}

.message_Tab ul .selected:before {
  /* border-bottom: 3px solid #5eb8f4; */
  display: block;
}
.message_central {
  margin-top: 10px;
}

.NoMessage img{
  margin-left: 158px;
  margin-top: 146px;
}

.NoMessage  div{
  color: #6e6e6e;
  font-size: 14px;
  margin-left: 137px;
}
.NoMessage{
  width: 100%;
  height: 456px;
}

.No_Message img{
  margin-left: 50%;
  margin-top: 27%;
}

.No_Message  div{
  color: #6e6e6e;
  font-size: 14px;
  margin-left: 30%;
}
.No_Message{
  width: 100%;
}
.message_Center {
  cursor: pointer;
  height: 60px;
  color: #282828;
  font-size: 14px;
}

.message_Center:hover {
  background: #f7f8f8;
}

.message_Center_left {
  float: left;
  margin: 12px 12px 0px 20px;
}

.message_Center_right {
  float: left;
  margin: 12px 0px 0px 0px;
}

.message_Center_right_bottom {
  clear: both;
  margin-top: 6px;

  color: #6e6e6e;
  float: left;
  width: 270px;
  white-space: nowrap; /* 防止文字换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.message_Center_right_top_left {
  float: left;
  width: 200px;
}

.message_Center_right_top_right {
  float: left;
  color: #808080;
  font-size: 12px;
}

.message_Bottom {
  border-top: 1px solid #e2e2e2;
  margin: 0px 20px 0px 20px;
  height: 40px;
}

.seekMore {
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  height: 35px;
  color: #282828;
  cursor: pointer;
}

.seekMore div {
  float: left;
  margin-left: 130px;
  margin-top: 1px;
}

.seekMore img {
  width: 8px;
  height: 12px;
  margin-left: 6px;
  margin-top: 3px;
  float: left;
}

#_TCollections {
  display: none;
}

#change1,
#change2 {
  width: 37px;
  height: 25px;
  padding-top: 6px;
}

#Top #CurrentUserName {
  max-width: 200px;
  width: auto;
  float: right;
  height: 38px;
  cursor: pointer;
  text-align: right;
  margin-right: 0px;
  margin-left: 0px;
  text-indent: 0px;
  margin-top: 2px;
}

#Top #CurrentUserName img {
  float: right;
  margin: 15px 12px 7px 22px;
}

#Top #CurrentUserName #username {
  float: right;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #393939;
}

#Top .Top_Span {
  width: 76px;
  float: left;
  height: 38px;
  margin-left: 38px;
  line-height: 40px;
  cursor: pointer;
  display: none;
  font-size: 14px;
  text-align: left;
  text-indent: 34px;
}

#Top #main {
  background: url("../../images/Index/logo.png") no-repeat 20px;
}

#Top #projectlist {
  background: url("../../images/Index/Project.png") no-repeat 20px;
}

#Top #apphistory {
  /*margin-left: 38px;*/
  background: url("../../images/Index/App.png") no-repeat 10px;
}

#Top #tasklist {
  background: url("../../images/Index/HPC_.png") no-repeat 10px;
}

#Top #systheme {
  background: url("../../images/Index/Theme.png") no-repeat 10px;
}

.listcontent {
  width: 70%;
  background-color: #ffffff;
  position: fixed;
  top: 38px;
  display: none;
  /*left:50%;
    margin-left:-35%;*/
  max-height: 570px;
  min-width: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#tab div {
}

.search {
  width: 100%;
  line-height: 25px;
  float: left;
  margin: 5px 0 5px 0;
}

.Queue {
  width: 100%;
  float: left;
}

.search_key {
  width: 20%;
  float: left;
  height: 30px;
  margin: 10px 0 10px 0;
  text-indent: 17px;
}

.search_val {
  width: 30%;
  float: left;
  height: 30px;
  margin: 10px 0 10px 0;
}

.btn_search_val {
  width: 182px;
  float: left;
  height: 30px;
  margin: 10px 0 10px 0;
}

.search_val select {
  /*max-width:182px;*/
  line-height: 28px;
  display: inline;
  float: left;
  vertical-align: middle;
  outline: none;
}

.search_val input {
  max-width: 180px;
  line-height: 28px;
  display: inline;
  float: left;
}

#txtUserName {
  max-width: 80%;
  /*width:80%;*/
}

/*二个字的button*/
.btn72 {
  width: 52px;
  height: 26px;
  line-height: 26px;
  color: #29a6e6;
  font-size: 14px;
  border-radius: 2px;
  background: url(../../images/Index/newDialog/btn.png) no-repeat 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn72:hover {
  background: url(../../images/Index/newDialog/btn_hover.png) no-repeat 0 0;
}

/*三个字的button*/
.btn73 {
  width: 64px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  background: url(../../images/Index/newImage/Index/btn_bg.png) no-repeat 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn73:hover {
  background: url(../../images/Index/newImage/Index/btn_bg_hover.png) no-repeat
    0 0;
}

/*四个字的button*/
.btn74 {
  width: 82px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  background: url(../../images/Index/newImage/Index/btn_bg1.png) no-repeat 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn74:hover {
  background: url(../../images/Index/newImage/Index/btn_bg1_hover.png) no-repeat
  0 0;
}

/*五个字的button*/
.btn75 {
  width: 102px;
  height: 28px;
  line-height: 28px;
  color: #29a6e6;
  font-size: 14px;
  border-radius: 2px;
  background: url(../../images/Index/newDialog/btn3.png) no-repeat 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn75:hover {
  background: url(../../images/Index/newDialog/btn3_hover.png) no-repeat 0 0;
}

.btn73 span {
  width: 70px;
  height: 24px;
  float: left;
  background: url("../../images/Index/search.png") no-repeat 11px 4px;
  line-height: 24px;
  text-align: center;
  text-indent: 22px;
}

.btn73 img {
  position: relative;
  top: 2px;
  left: -4px;
}

.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: Black;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 99999999;
}

.loading img {
  float: left;
  left: 45%;
  position: absolute;
  top: 45%;

}

.DataCenterBtn {
  background: url("../../images/Index/newDialog/dataCenterBtn1.png");
}

#_Refresh,
#_Refresh2,
#_RefreshLic,
#_Refresh_Note,
#_Refresh_RMonitor {
  float: right;
}

._Refresh {
  background: url("../../images/Index/newImage/Index/refresh.png");
  background-position: 0px 0px;
}

._Delete {
  background: url("../../images/Index/newImage/Index/delete.png");
  background-position: 0px 0px;
}

._Cancel {
  background: url("../../images/Index/newImage/Index/Cancel.png");
  background-position: 0px 0px;
}

._NewTask {
  background: url("../../images/Index/newTask.png");
}

._Queue {
  background: url("../../images/Index/newDialog/icon4_25.png") no-repeat;
  background-position: 0px 0px;
}

#datalist .datagrid-header td,
#datalist .datagrid-body td {
  border-width: 0;
}

.panel-title {
  height: 100%;
}

#data_bottom {
  height: 50px;
  position: absolute;
  bottom: 6px;
  background-color: White;
  filter: alpha(opacity=30);
  opacity: 0.3;
  z-index: -2;
}

#data_applet {
  width: 100%;
  height: 50px;
}

._NoteMessage {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: -15px;
  text-align: center;
  color: White;
  font-size: 8px;
  line-height: 15px;
  background-image: url("../../images/Index/notemessage2.png");
  z-index: 999999;
}

/* 普通的两字button */
.a_CommonBtn1 {
  float: right;
  width: 72px;
  height: 30px;
  background: url("../../images/Index/btn1.png") no-repeat;
  margin: 2px 8px 0 6px;
}

.a_CommonBtn1:hover {
  background: url("../../images/Index/btn1_hover.png") no-repeat;
}

/* 普通的四字button */
.a_CommonBtn2 {
  float: right;
  width: 86px;
  height: 30px;
  background: url("../../images/Index/btn2.png") no-repeat;
  margin: 2px 8px 0 6px;
  color: #445577;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.a_CommonBtn2:hover {
  background: url("../../images/Index/btn2_hover.png") no-repeat;
}

/* 普通的六字button */
.a_CommonBtn3 {
  float: right;
  width: 102px;
  height: 28px;
  line-height: 28px;
  background: url(../../images/Index/newDialog/btn3.png) no-repeat;
  padding: 0px 0px 0 2px;
  margin: 2px 8px 0px 6px;
  color: #29a6e6;
  cursor: pointer;
  border: none;
  text-align: center;
  display: block;
  outline: none;
}
.datagrid-header-check,
.datagrid-cell-check {
  width: 20px !important;
  margin-left: 5px;
}
.l-btn-icon {
  margin-top: -11px;
}

.a_CommonBtn3:hover {
  background: url("../../images/Index/newDialog/btn3_hover.png") no-repeat;
}

/* datagrid title中两个字 */
.a_DialogBtn1 {
  float: right;
  width: 72px;
  height: 30px;
  margin: 2px 8px 0 2px;
  background: url("../../images/Index/btn4.png") no-repeat;
  padding: 0;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.a_DialogBtn1:hover {
  border: 0;
  background: url("../../images/Index/btn4_hover.png") no-repeat;
}

/* datagrid title中四个字 */
.a_DialogBtn2 {
  float: right;
  width: 86px;
  height: 24px;
  margin: 3px 8px 0 0;
  background: url("../../images/Index/btn5.png") no-repeat;
  padding: 0;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.a_DialogBtn2:hover {
  border: 0;
  background: url("../../images/Index/btn5_hover.png") no-repeat;
}

._NewTask {
  background: url("../../images/Index/newTask.png");
}

#datalist .datagrid-header td,
#datalist .datagrid-body td {
  border-width: 0;
}

.panel .easyui-fluid {
  margin-top: 16px;
}

.panel-title {
  height: 100%;
}

#data_bottom {
  height: 50px;
  position: absolute;
  bottom: 6px;
  background-color: White;
  filter: alpha(opacity=30);
  opacity: 0.3;
  z-index: -2;
}

#data_applet {
  width: 100%;
  height: 50px;
}

._NoteMessage {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: -15px;
  text-align: center;
  color: White;
  font-size: 8px;
  line-height: 15px;
  background-image: url("../../images/Index/notemessage2.png");
  z-index: 999999;
}

.messager-button {
  display: block;
}

.datagrid-cell a,
.datagrid-cell label {
  font-size: 14px;
  color: #7d7d7d;
  margin-left: 2px;
}

/* easy ui a 标签重新 end*/

/*label {
    min-width: 20px;
    width: 100%;
    float: left;
    text-align: center;
}*/

.btnScheduler {
  width: 73px;
  height: 30px;
  color: #445577;
  text-align: center;
  background: url(../../images/Index/btn1.png) no-repeat 0 0;
  display: block;
  text-decoration: none;
  margin-left: 17px;
  cursor: pointer;
  border: none;
}

.datagrid-row-over {
  color: #808080;
}

.datagrid-cell a {
  color: #2591c9;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.appsRow {
  float: left;
  width: 90%;
  height: auto;
  margin: 10px 5%;
  color: #000000;
}

.appDiv {
  float: left;
  width: 45%;
  height: 76px;
  cursor: pointer;
  line-height: 76px;
  text-indent: 20px;
  background: #f6f6f6;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.appDiv:hover {
  background: #e2e2e2;
}

.appDivR {
  float: right;
}

.appImage {
  margin-top: 14px;
  margin-left: 30px;
  float: left;
}

#W_app_queue,
#W_hpc_queue {
  padding: 4px 26px 0 26px;
}

#Top #NetStatus {
  width: 28px;
  height: 28px;
  background: url("../../images/Index/newImage/Index/WiFi5.png") no-repeat;
  float: right;
  margin: 16px 0px 10px 0px;
}

#Top #Message {
  width: 28px;
  height: 28px;
  background: url(../../images/Index/newImage/Index/message1.png) no-repeat;
  float: right;
  margin: 16px 0px 0px 16px;
}

#NetStatusDiv {
  width: 120px;
  height: 90px;
  position: absolute;
  top: 40px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  opacity: 0.8;
}

#NetStatusDiv div {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 12px;
  font-size: 12px;
  color: #393939 !important;
}

/*蒙层*/
.mediaCss {
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 99999;
}

/* 弹窗盒子*/
.AlertParentCSS {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  min-height: 164px;
  margin-top: -100px;
  z-index: 99999999;
  background-color: #ffffff;
  transform: translate(-50%, -50%)
}

/*弹窗抬头样式*/
.AlertTitleCSS {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding-left: 20px;
  background:linear-gradient(to bottom, #e7f2f8 0, #ecf5f9 100%);; 
  color: #282828;
  
}

/*弹窗内容*/
.AlertContentCSS {
  height: 60px;
  font-size: 14px;
  text-align: center;
  color: #282828;
  word-wrap: break-word;
  padding: 20px 20px 0 20px;
  overflow-y: auto;
}

/*按钮位置*/
.AlertButtonPCSS {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

/*弹窗取消按钮*/
.AlertButtonCancleCSS {
  width: 62px;
  height: 30px;
  line-height: 30px;
  margin-left: 14px;
  color: #282828;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #d5d5d5;
}

/*弹窗确定按钮*/
.AlertButtonSureCSS {
  width: 64px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  background: url(../../images/Index/newImage/Index/btn_bg.png) no-repeat 0 0;
  cursor: pointer;
  border: none;
  text-align: center;
}
.AlertButtonSureCSS:hover {
  background: url(../../images/Index/newImage/Index/btn_bg_hover.png) no-repeat
    0 0;
}
.Alert {
  position: absolute;
  left: 50%;
  top: 42px;
  padding-right: 10px;
  min-width: 110px;
  min-height: 34px;
  line-height: 34px;
  z-index: 999999;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 1px #667b82;
  background: url("../../images/Index/alert.png") no-repeat;
  background-color: #ffffff;
  color: #282828;
  font-size: 14px;
  text-indent: 40px;
  transform: translateX(-50%);
  display: none;
}

.AlerError {
  position: absolute;
  left: 50%;
  top: 42px;
  padding-right: 10px;
  min-width: 110px;
  min-height: 34px;
  line-height: 34px;
  z-index: 999999;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #667b82;
  background: url("../../images/Index/alerterror.png") no-repeat;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  text-indent: 40px;
  transform: translateX(-50%);
  display: none;
}

.usergroups {
  width: 383px;
  float: left;
  margin-top: 20px;
}

.button {
  float: right;
  font-size: 14px;
  color: #ffffff;
  width: 68px;
  height: 30px;
  line-height: 30px;
  background: url("../../images/Admin/btn.png");
  border: 0;
  text-indent: 0;
  margin: 0 1px 0 6px;
  cursor: pointer;
  text-align: center;
}

.button:hover {
  background: url("../../images/Admin/btn_hover.png");
}

/*#W_ResourceMonitor, #W_Note, #W_TaskList, W_License_vapp, #W_Report, #W_AppHistory, #W_License {
    overflow: hidden;
}*/
/**修改的公共样式*/
.window {
  padding: 0;
  border: 0;
  box-shadow: 0px 2px 6px 0px rgba(12, 12, 12, 0.2);
  animation: SlipToUp 0.3s ease-in-out;
}

@keyframes SlipToUp {
  0% {
    top: 100%;
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.window .window-body {
  /*border: 1px solid #cccfd0;*/
  border-left: 1px solid #e0e0e0 ;
  border-right: 1px solid #e0e0e0 ; 
  border-bottom: 1px solid #e0e0e0 ;
  padding: 0;
  border-radius: 0 0 0 4px;
}

.window-shadow {
  display: none !important;
}

.window .window-header {
  background: linear-gradient(to bottom, #e7f2f8 0, #ecf5f9 100%);
  padding: 0;
  margin: 0;
  height: 40px;
  /* border-top: 1px solid #e7f2f8; */
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #e0dfdf;
  border-radius: 4px 4px 0px 0px;
}

.window-header .panel-title {
  font-size: 14px;
  color: #282828;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.window .window-header .panel-tool {
  margin-top: -20px;
  height: 40px;
  right: 0px;
  margin-right: 0px;
}

.window .panel-body {
  background: #ffffff;
 
}

.panel-tool-close {
  background: url("../../images/Index/newDialog/icon_05.png") no-repeat;
}

.panel-tool-max {
  background: url("../../images/Index/newDialog/icon_1_03.png") no-repeat;
}

.panel-tool-restore {
  background: url("../../images/Index/newDialog/icon_2_03.png") no-repeat;
}

.panel-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: normal;
}

.panel-tool a {
  display: inline-block;
  width: 46px;
  height: 40px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: top;
}

.panel-tool-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #dde6ea;
  border-radius: 0px,0px,0px,0px;
  border-top-right-radius: 3px;
}

.panel-tool-max:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #dde6ea;
  border-radius: 0px,0px,0px,0px;
}
.datagrid .panel-header,
.datagrid .panel-body {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: none;
}

#W_TableShow .datagrid .panel-body,
#W_NodeMonitor .datagrid .panel-body {
  border-bottom: 1px solid #e6e6e6;
}

.pagination {
  /* height: 28px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2; */

  border-top: 0;
  height: 32px;
  padding-top: 16px;
  padding-bottom: 10px;
}

.pagination table {
  height: 32px;
  line-height: 32px;
  font-family: 微软雅黑;
  color: #808080;
  float: right;
}

.pagination .l-btn-plain {
  height: 30px;
  border: 1px solid #ededed;
  margin-right: 6px;
  border-radius: 4px;
  font-size: 13px;
}

.l-btn-disabled,
.l-btn-disabled:hover,
.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
  cursor: not-allowed !important;
}

.pagination .l-btn-left {
  margin-top: 0px;
}

.pagination span {
  color: #7d7d7d;
  font-size: 13px;
}

.pagination .l-btn-icon {
  margin-top: -5px;
  left: 4px;
}

.pagination-info {
  height: 32px;
  line-height: 32px;
  font-family: 微软雅黑;
  color: #808080;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
}

.pagination-page-list {
  height: 32px !important;
  width: 82px !important;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin-right: 16px;
  margin-left: 8px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  user-select: none;
  -webkit-appearance: none;
  background: url(../../images/Index/newImage/fenye/icon.png) 96% 50% no-repeat
    scroll transparent;
  cursor: pointer;
  padding-right: 10px;
}

.pagination .l-btn-icon {
  margin-top: -5px;
  left: 4px;
}

.pagination-prev {
  background: url(../../images/Index/newImage/fenye/icon5.png) no-repeat center;
}

.pagination-next {
  background: url(../../images/Index/newImage/fenye/icon5_1.png) no-repeat
    center;
}

.pagination-links .l-btn-plain-selected {
  background: #f5f5f5;
}

.pagination-links .pagination-link:hover {
  background: #f5f5f5;
}

.pagination .pagination-num {
  border: 1px solid #dbdbdb;
  width: 40px;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
  color: #7d7d7d;
  margin: 0px 8px 0px 12px;
  cursor: pointer;
}

.pagination-link .l-btn-text {
  color: #7d7d7d;
  width: auto;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  padding: 0 3px 0 3px;
}

.l-btn-plain-selected .l-btn-text,
.pagination-link .l-btn-text:hover {
  color: #289edb;
}

.datagrid .panel-header,
.datagrid .panel-body {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.datagrid .panel-header {
  background: none;
  height: 30px;
  padding: 0px;
}

.panel .easyui-fluid .panel-title {
  color: #282828;
  clear: both;
  line-height: 22px;
}

.datagrid-header .datagrid-htable td {
  border-bottom: 1px solid #e6e6e6;
  border-style: none;
}

.datagrid-header,
.datagrid-td-rownumber {
  background: #f6f7f8;
}

.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
  border-color: #e0dfdf;
}

.datagrid-htable .datagrid-header-row .datagrid-cell span {
  color: #282828;
  font-size: 14px;
}

.datagrid-htable .datagrid-header-row {
  height: 36px;
}

.datagrid-header .datagrid-htable td {
  border-bottom: 1px solid #e0dfdf;
  border-style: none;
}

.datagrid-btable {
  margin-top: -1px;
}

.datagrid-body td {
  border: 0;
}

.datagrid-cell {
  padding: 0px;
}

.datagrid-body .datagrid-btable tr {
  border-bottom: 1px solid #ededed !important;
  height: 48px !important;
}

.datagrid-body .datagrid-btable .datagrid-row td {
  font-size: 14px;
  color: #7d7d7d;
  border-bottom: 1px solid #ededed !important;
  border-style: none;
}

.dialog-button {
  height: 42px;
  line-height: 28px;
  padding: 0px;
  background: #f6f6f6;
  border-color: #e6e6e6 #e6e6e6 #e6e6e6 #e6e6e6;
  border-style: none;
}

.commominput:focus,
.commomselect:focus,
.commondiv:focus,
.commondivFrist:focus,
.select:focus {
  border: 1px solid #29a6e6;
}

#btnSubmitJob_Submit .l-btn-text {
  color: #fff;
}

#btnSubmitJob_Submit .l-btn-left {
  padding-bottom: 0px;
  margin-top: 3px;
}

.dialog-toolbar .l-btn-icon-left .l-btn-text {
  margin: 0 20px 0 24px;
}

.commominput {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    width: 69%;
    height: 28px;
    color: #282828;
    font-size: 14px;
    text-indent: 6px;
    outline: none;
    float: left;
    box-sizing: border-box;
}

.commomselect {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  width: 69%;
  height: 30px;
  color: #282828;
  font-size: 14px;
  text-indent: 6px;
  outline: none;
  float: left;
}

.datatablesearch {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}

.commondiv {
  width: 30%;
  float: left;
  margin-top: 18px;
  line-height: 30px;
  margin-left: 5%;
}

.commondivFrist {
  margin-left: 0%;
}

.commonspan {
  width: 30%;
  height: 30px;
  line-height: 30px;
  color: #282828;
  font-size: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itemfirst {
  margin-left: 0px;
}

.commonbuttondiv {
  float: right;
  margin-top: 16px;
}

.l-btn-text {
  font-size: 14px;
  color: #29a6e6;
}

.divBgButtom {
  width: 100%;
  z-index: -1000;
  position: absolute;
  bottom: 0px;
  display: table-cell;
  /*主要是这个属性*/
  vertical-align: middle;
  text-align: center;
  margin-bottom: 10px;
  min-width: 1024px;
}

.indexBgButtom {
  width: 1024px;
}

.pagination-page-list {
  border-radius: 4px;
}

.pagination .pagination-num {
  width: 4em;
}

.tabs-title {
  color: #333333;
  font-size: 14px;
}


.tabs {
  border-color: #dbdbdb;
  height: 39px !important;
  padding-left: 0px;
}

.tabs li a.tabs-inner {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: #dbdbdb;
  border-style: none;
  height: 27px !important;
  line-height: 21px !important;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px;
}

.tabs li a.tabs-inner:hover {
  background: none;
}

.tabs li a.tabs-inner .tabs-title:hover {
  background: none;
  color: #29a6e6;
}

.dialog-toolbar {
  /* border-color: #fff #fff #d7d6d6 #fff; */

  border-left: 1px solid #fff;
  border-right: 1px solid #d7d6d6;
  border-bottom: 1px solid #fff;
}

.tabs li.tabs-selected a.tabs-inner {
  /* width: 56px; */
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #29a6e6;
}

.tabs li.tabs-selected .tabs-title {
  color: #29a6e6;
  font-weight: normal;
}

input::-ms-clear {
  display: none;
}

#right {
  overflow: hidden;
}

#user {
  height: 434px;
}

._JobList {
  background: url("../../images/Index/HPC_1.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 0px 0px;
  background-size: 16px;
}
.datagrid-view2 .datagrid-body {
  background-position: center 18px;
}

.window-proxy-mask, .window-mask {
  background: #000;
}


.buttonDiv_JobDetails > button {
  float: left;
  margin-left: 12px;
}

.l-btn-plain {
  outline: none;
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  font-size: 14px;
}

/*标题头的功能*/
.panel-title .l-btn-left {
  margin-top: -1px;
}

.panel-title .l-btn-icon {
  margin-left: 0px;
  width: 24px;
  height: 24px;
  left: 0px;
  margin-top: 1px;
  position: relative;
}
.panel-title .l-btn:hover {
  background: url(../../images/Index//newImage/Index/icon1_hover.png) no-repeat;
}
#W_UserTree #btnSave {
  width: 64px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  background: url(../../images/Index/newImage/Index/btn_bg.png) no-repeat 0 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0 auto;
}

#W_UserTree #btnSave:hover {
  background: url(../../images/Index/newImage/Index/btn_bg_hover.png) no-repeat 0 0;
}

#W_UserTree .member {
  background: #f2f2f2;
}

#W_UserTree .title div input {
  width: 144px;
  height: 22px;
  /*border: 1px solid #cccccc;*/
  border-radius: 2px;
  color: #555555;
  font-size: 14px;
  text-indent: 6px;
  outline: none;
  float: left;
}

.munelist_userName {
  margin: 20px 0px;
  font-size: 14px;
  color: #5f686b;
}

.munelist_userName_Title {
  margin-left: 20px;
  height: 34px;
}

.head_Image {
  margin-right: 12px;
}

.pre_Image {
  margin-left: 10px;
  cursor: pointer;
}

.Top_UserName {
    font-size: 14px;
    color: #5f686b;
    max-width: 200px;
    width: auto;
    float: right;
    height: 20px;
    text-align: right;
    margin-right: 10px;
    margin-left: 0px;
    text-indent: 0px;
    margin-top: 20px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.munelist_userName_Title .userName {
    display: inline-block;
    position: relative;
    top: -8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:200px;
}

.munelist_theme {
  width: 320px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  margin: 0px 20px 0px 20px;
  cursor: pointer;
  text-align: center;
  background: url("../../images/Index/newImage/UserName/btn_bg2.png") no-repeat;
}

.munelist_theme:hover {
  background: url("../../images/Index/newImage/UserName/btn_bg2\ hover.png")
    no-repeat;
}

.munelist_meuns {
  margin-top: 16px;
  font-size: 14px;
  color: #282828;
  float: left;
}

.munelist_meuns .meun {
  width: 100px;
  height: 68px;
  margin: 0px 0px 10px 10px;
  /* background: #fff; */
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  /* opacity: 0.6; */
  float: left;
  cursor: pointer;
}

.munelist_meuns .meun:hover {
  background-color: rgba(255, 255, 255, 1);
}

.meunFirst {
  margin-left: 20px !important;
}

.meun_Image {
  padding: 12px 40px 1px 40px;
}

.meun_Image img {
  width: 20px;
  height: 20px;
}

.meun_Name {
  text-align: center;
}

.meun_Name a {
  text-decoration: none;
  color: #282828;
}
.customtitle {
  display: none;
  position: absolute;
  z-index: 2147483647;
  pointer-events: none;
  transition: .2s;
  top: 23px;
  left: 50%;
  font: 12px Microsoft YaHei;
  color: #282828;
  background: #fff;
  width: auto;
  white-space: nowrap;
  padding: 0px 8px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ececec;
  border-radius: 2px;
  /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); */
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}
.tabs li {
  margin-right: 26px; 
  margin-top: 9px;
}
/* .tabs li:first-child .tabs-inner{
  margin-left: 18px;
} */


.tabs-header{
  padding-top: 0px;
}







/*主题样式*/
.ThemeDiv {
  width: 194px;

  height: calc(100% - 366px); 
  background-color: #e7f2f8;
  position: absolute;
  top: 156px;
  right: 8%;
  display: none;
  z-index: 99998;
  padding: 4px 0 4px 0;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  border-radius: 4px;
}
.Theme_Title {
  height: 34px;
}
.Theme_Title img {
  float: right;
  cursor: pointer;
}
.Theme_Title_Name {
  float: left;
  height: 34px;
  line-height: 34px;
  margin-left: 20px;
  font-size: 13px;
  color: #282828;
}
.Theme_Pre,
.Theme_Next {
  float: left;
  text-align: center;
  width: 192px;
  clear: both;
  cursor: pointer;
}
.Theme_Pre {
  margin-bottom: 8px;
}
.Theme_Next {
  margin: 10px 0px 12px 0px;
}
.Theme_Center {
  width: 194px;
  height: calc(100% - 98px);
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.Theme_Center_img {
  margin-bottom: 12px;
  margin-left: 16px;
  margin-right: 8px;
  width: 155px;
  height: 90px;
  cursor: pointer;
  position: relative;
}
.Theme_Center_Icon {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}

.Theme_Center_img img {
  width: 160px;
}
.Theme_Center_Icon img {
  width: 31px;
  height: 27px;
  margin-right: -5px;
}
.Theme_Next img:hover,
.Theme_Pre img:hover {
  background: url("../../images/Index/newImage/Theme/btn_bg.png") no-repeat;
}

.Theme_Next img:active,
.Theme_Pre img:active {
  background: url("../../images/Index/newImage/Theme/btn_bg1.png") no-repeat;
}

/*新的公告*/
.divcontainer {
  padding: 0;
  margin: 0;
  height:100%;
  box-sizing: border-box;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
.container {
  background-color: #e7f2f8;
  height: calc(100% - 216px);
  width: 1152px;
  /* margin: 0px auto; */
  margin: 100px auto 0;
  color: #282828;
  font-size: 14px;
  /* 后面自己去掉 */
  border: 1px solid #ececec;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
}
.common-title {
  font-size: 16px;
}

/* 左边 */
.msg-left {
  width: 248px;
  background-color: #fff;
  padding: 10px 20px;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.common-title.msg {
  height: 40px;
}
.msg-item {
  height: 50px;
  padding: 4px 8px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.msg-item:last-child {
  margin-bottom: 0px;
}
.msg-item.active {
  background-color: #f4f4f4;
}
.msg-item-img {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: none;
}
.showitem{
    display: block;
}
.msg-item-tit {
  line-height: 20px;
}
/* .search-box  .drp-popup{
    margin-top: 0px !important;
   left: 780px !important;
} */
.msg-item-txt {
  color: #6e6e6e;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 右边 */
.msg-right {
  flex: 1;

  height: 100%;

  box-sizing: border-box;
}

.msg-right-center{
  overflow-y: auto;
  height: calc(100% - 130px);
}
.notice-item-center {
  padding: 0px 22px;
}
.img-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.img-box .icon-operate {
  width: 45px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
}
.img-box .icon-operate:hover {
  background-color: #dde6ea;
  cursor: pointer;
}

.search-box #ddlTime {
  width: 218px;
  height: 34px;
  border: 1px solid #ececec;
  text-indent: 6px;
}
.notice {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 22px 8px;
}
.search-box {
  flex: 1;
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  height: 34px;
  align-items: center;
}
.calender {
  width: 218px;
  height: 34px;
  margin: 0 18px 0 16px;
  background-color: #fff;
}
.btn {
  width: 64px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  padding: 0;
  color: #fff;
  background-color: #3e44e6;
  border-radius: 2px;
  display: block;
  cursor: pointer;
}
.notice-item {
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}
.msg-right-img {
  display: none;
  position: absolute;
  left: 5px;
  top: 36%;
  width: 14px;
  height: 14px;

}
.showimg{
    display: block;
}

.time {
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: flex-end;
}
.notice-item.active .time-bottom {
  border-top: 1px solid #ececec;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}
.time-txt {
  color: #6e6e6e;
  margin-right: 8px;
}
.common-collapse,
.common-expand {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.collapse-icon {
  height: 16px;
  width: 16px;
  margin-right: 3px;
}
.notice-item.active .id,
.senter,
.content {
  line-height: 22px;
  margin-bottom: 16px;
}

.notice-item.inactive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  line-height: 46px;
}
.notice-item.inactive .content {
  width: 670px;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.notice-item.inactive .common-expand-time {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.notice-item-center .notice-item.active {
  display: none;
}

/*智汇星云弹窗*/
.App_Center{
  width: 458px;
margin: 20px 40px 20px 40px;
overflow: hidden;

}

.App_row{
  width: 200px;
  height: 68px;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 4px;
  float: left;
  margin-left: 58px;
  margin-bottom: 20px;
}
.App_Center .item{
  margin-left: 0px;
}

.App_Center a{
 width: 200px;
 height: 68px;
 display: block;
}
.App_row .Image
{
  margin: 10px 20px 10px 26px;
  float: left;
}

.App_row span{
font-size: 14px;
color: #282828;
float: left;
line-height: 68px;
}

#W_UserTree .pagination{
  height: 30px;
    background: #efefef;
    padding-top: 0px;
    padding-bottom: 0px;
}

#W_UserTree .pagination table, #W_UserTree .pagination-info {
    height: 30px;
    float: left;
    line-height: 30px;
    font-family: 微软雅黑;
    color: #808080;
}


#W_UserTree .pagination-page-list{
  width: auto !important;
  height: auto !important;
  background: none;
}
#W_UserTree .pagination-page-list, #W_UserTree .pagination .pagination-num {
  border: 1px solid #4ab1d8;
  text-indent: 0px;
}

#W_UserTree .pagination .pagination-num {
  width: 2em;
  height: auto;
}

#W_UserTree  .pagination-prev{
  background: url(../../images/EasyUI/pagination_icons.png) no-repeat -16px center;
}

#W_UserTree  .pagination-next{
  background: url(../../images/EasyUI/pagination_icons.png) no-repeat -32px center;

}

#txt_LastName:focus,
#txt_FirstName:focus,
#txt_Phone:focus,
#txt_Email:focus {
  border: 1px solid #29a6e6;
}

#Help6{
  display: none;
}
#W_xshell{
    width:100% !important;
    overflow-x:hidden;
    font-family:'Microsoft Himalaya';
}