@CHARSET "UTF-8";
/*公共背景颜色和字体*/
.ori-theme-color-main-font {
  
}

.ori-theme-color-main-bak {
  
}

.ori-theme-color-sub-font {
  
}

.ori-theme-color-sub-bak {
  
}

.ori-theme-color-thd-font {
  
}

.ori-theme-color-thd-bak {
  
}

/*****************控件*******************/

/*jquery pagination*/
.pagination a {
  text-decoration: none;
  color: #000;
}

.pagination .current {
  background: #000;
  color: #fff;
  font-style: italic;
}

.pagination .current.prev, .pagination .current.next {
  color: #999;
  background: #fff;
}

input {
  background: #fafafa;
}

select {
  background-color: #fff !important;
  border: 1px solid #DDDDDD;
}

textarea {
  background: #fff;
  color: #333;
  border: 1px solid #DDDDDD;
}

fieldset {
  border: 1px solid #ddd;
}
/*menu*/
ul.sm {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*jqgrid*/
.ui-jqgrid .ui-jqgrid-title {
  margin: .1em 0 .2em;
  color: #333333;
}

.ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 1px solid #ddd !important
}

.ui-jqgrid tr.jqgrow td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre; /*height: 23px;zhangmin**/
  padding: 1px 2px 1px 2px;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}

.ui-jqgrid tr.jqgrow td {
  height: 28px;
}

.ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre;
  height: 22px;
  padding: 0 2px 0 2px;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}

.ui-jqgrid tr.jqfoot td {
  font-weight: bold;
  overflow: hidden;
  white-space: pre;
  height: 22px;
  padding: 0 2px 0 2px;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}

.ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
}

.ui-jqgrid tr.ui-row-rtl td {
  text-align: right;
  border-left-width: 1px;
  border-left-color: inherit;
  border-left-style: solid;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #777;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}

.ui-jqgrid .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}

.ui-jqgrid tr.footrow td {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
  padding: 0 2px 0 2px;
  border-top-width: 1px;
  border-top-color: inherit;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}

.ui-jqgrid tr.footrow-ltr td {
  text-align: left;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
}

.ui-jqgrid tr.footrow-rtl td {
  text-align: right;
  border-left-width: 1px;
  border-left-color: inherit;
  border-left-style: solid;
}

.ui-jqgrid .ui-jqgrid-pager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 0 none !important;
  border-top: 0 none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: auto;
  min-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control
  {
  position: relative;
  border-left: 0;
  border-bottom: 0;
  border-top: 1px solid #ddd;
  height: 28px;
}

.ui-jqgrid .ui-separator {
  height: 18px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 1px;
  float: right;
}

.ui-jqgrid td textarea {
  width: auto;
  height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 25px !important;
  white-space: nowrap;
  overflow: hidden;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  height: 18px;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}

.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 none !important;
}

.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 50px;
  height: 50px;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
  background: url(images/comm/sys-loading.gif) no-repeat !important;
}

.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px
}

/*ztree*/
.ztree {
  margin: 0;
  padding: 5px;
}

.ztree li ul.line {
  background: url(images/comm/line_conn.gif) 0 0 repeat-y;
}

.ztree li a {
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 17px;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block
}

.ztree li a.curSelectedNode {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8;
}

.ztree li a.curSelectedNode_Edit {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8;
}

.ztree li a.tmpTargetNode_inner {
  padding-top: 0px;
  background-color: #316AC5;
  color: white;
  height: 16px;
  border: 1px #316AC5 solid;
  opacity: 0.8;
  filter: alpha(opacity = 80)
}

.ztree li a input.rename {
  height: 14px;
  width: 80px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px #7EC4CC solid;
  *border: 0px
}

.ztree li span.button {
  line-height: 0;
  margin: 0;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("images/comm/zTreeStandard.png");
  *background-image: url("images/comm/zTreeStandard.gif");
}

.ztree li span.button.chk.checkbox_false_full {
  background: url(images/comm/IconAll.png) no-repeat -24px -79px;
}

.ztree li span.button.chk.checkbox_false_full_focus {
  background: url(images/comm/IconAll.png) no-repeat -24px -79px;
}

.ztree li span.button.chk.checkbox_false_part {
  background: url(images/comm/IconAll.png) no-repeat -91px -4px;
}

.ztree li span.button.chk.checkbox_false_part_focus {
  background: url(images/comm/IconAll.png) no-repeat -91px -4px;
}

.ztree li span.button.chk.checkbox_false_disable {
  background: url(images/comm/IconAll.png) no-repeat -24px -79px;
}

.ztree li span.button.chk.checkbox_true_full {
  background: url(images/comm/IconAll.png) no-repeat -91px -4px;
}

.ztree li span.button.chk.checkbox_true_full_focus {
  background: url(images/comm/IconAll.png) no-repeat -91px -4px;
}

.ztree li span.button.chk.checkbox_true_part {
  background: url(images/comm/IconAll.png) no-repeat -91px -4px;
}

.ztree li span.button.chk.checkbox_true_part_focus {
  background: url(images/comm/IconAll.png) no-repeat -91px -4px;
}

.ztree li span.button.root_open {
  background: url(images/comm/IconAll.png) no-repeat -110px -100px;
  width: 22px;
}

.ztree li span.button.root_close {
  background: url(images/comm/IconAll.png) no-repeat -110px -100px;
  width: 22px;
}

.ztree li span.button.roots_open {
  background: url(images/comm/IconAll.png) no-repeat -110px -100px;
  width: 22px;
}

.ztree li span.button.roots_close {
  background: url(images/comm/IconAll.png) no-repeat -110px -100px;
  width: 22px;
}

.ztree li span.button.center_open {
  background: url(images/comm/IconAll.png) no-repeat -41px -76px;
}

.ztree li span.button.center_close {
  background: url(images/comm/IconAll.png) no-repeat -59px -76px;
}

.ztree li span.button.bottom_open {
  background: url(images/comm/IconAll.png) no-repeat -41px -76px;
}

.ztree li span.button.bottom_close {
  background: url(images/comm/IconAll.png) no-repeat -59px -76px;
}

.ztree li span.button.noline_open {
  background: url(images/comm/IconAll.png) no-repeat -41px -76px;
}

.ztree li span.button.noline_close {
  background: url(images/comm/IconAll.png) no-repeat -59px -76px;
}

.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url(images/comm/loading.gif) no-repeat scroll 0 0
    transparent;
  vertical-align: top;
  *vertical-align: middle
}

ul.tmpTargetzTree {
  background-color: #FFE6B0;
  opacity: 0.8;
  filter: alpha(opacity = 80)
}

span.tmpzTreeMove_arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  background-image: url("images/comm/zTreeStandard.png");
  *background-image: url("images/comm/zTreeStandard.gif")
}

ul.ztree {
  border: 1px solid #DDDDDD;
  background: #ffffff;
  width: 220px;
  height: 250px;
  overflow-y: scroll;
  overflow-x: auto;
}

ul.ztree.zTreeDragUL {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #cfcfcf;
  border: 1px #00B83F dashed;
  opacity: 0.8;
  filter: alpha(opacity = 80)
}

.zTreeMask {
  z-index: 10000;
  background-color: #cfcfcf;
  opacity: 0.0;
  filter: alpha(opacity = 0);
  position: absolute
}

.ztreeNormal li span.button.roots_close {
  background: url(images/comm/IconAll.png) no-repeat -3px -74px;
}

.ztreeNormal li span.button.bottom_close {
  background: url(images/comm/IconAll.png) no-repeat -93px -74px;
}

.ztreeNormal li span.button.roots_open {
  background: url(images/comm/IconAll.png) no-repeat -110px -100px;
  width: 22px;
}

.ztreeNormal li span.button.bottom_open {
  background: url(images/comm/IconAll.png) no-repeat -76px -74px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dashed black;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
  background-color: #77C85F;
  color: #fff;
  border-radius: 4px;
}
/*overlay*/
.ui-widget-overlay {
  outline: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(235, 235, 235, 0.7);
  transition-duration: 200ms;
  opacity: 1;
  transition-property: opacity;
}
/* button sets */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: #4DC5A5;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  background: #f1f1f1;
  height: 46px;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image:
    url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-progressbar .ui-progressbar-overlay {
  background:
    url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity = 25);
  opacity: 0.25;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url("images/comm/ui-bg_flat_0_ffffff_40x100.png")
    50% 50% repeat-x;
  color: gray;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #F7F7F7
    url("images/comm/ui-bg_highlight-soft_0_F7F7F7_1x100.png") 50% 50%
    repeat-x;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #F6F6F6;
}

.ui-state-default, .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
  border: none;
  background: #F7F7F7;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
  {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
  .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
  {
  background: #D7F1D7 url("images/comm/ui-bg_glass_0_D7F1D7_1x400.png")
    50% 50% repeat-x;
  font-weight: normal;
  color: black;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link,
  .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover,
  .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
  {
  border: none;
  background: #65B847;
  font-weight: normal;
  color: white;
  border-radius: 5px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
  {
  color: #ffffff;
  text-decoration: none;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/comm/ui-bg_glass_55_fbf9ee_1x400.png")
    50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,
  .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
  {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/comm/ui-bg_glass_95_fef1ec_1x400.png")
    50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/comm/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/comm/ui-icons_F6F6F6_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/comm/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/comm/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/comm/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/comm/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/comm/ui-icons_cd0a0a_256x240.png");
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  background: #A7A7A7 url("images/comm/ui-bg_flat_0_A7A7A7_40x100.png")
    50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity = 30); /* support: IE8 */
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/comm/ui-bg_flat_0_aaaaaa_40x100.png")
    50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity = 30); /* support: IE8 */
  border-radius: 8px;
}
/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-simple > li > a { ... } instead of .sm-simple a { ... }
---------------------------------------------------------------*/

/* Menu box
===================*/
.sm-simple, .sm-simple ul {
  /* border:1px solid #bbb; */
  background: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: url("images/comm/menubak.png");
}

/* Menu items
===================*/
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted
  {
  background: #4BC4A5;
  color: white;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-simple a.current, .sm-simple a.current:hover, .sm-simple a.current:focus,
  .sm-simple a.current:active {
  background: #555;
  color: #fff;
}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
.sm-simple span.scroll-up, .sm-simple span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border: solid #bbb;
  border-width: 1px 0;
  background: #fff;
  height: 22px;
  /* width and position will be automatically set by the script */
}

.sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px; /* tweak size of the arrow */
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}

.sm-simple span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}

.Zebra_DatePicker {
  position: absolute;
  background: #4DC5A5;
  border: 3px solid #4DC5A5;
  z-index: 1200;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  top: 0
}

.Zebra_DatePicker .dp_hover {
  background-color: #6FD0B6 !important;
}

.Zebra_DatePicker .dp_body .dp_selected {
    background: #4DC5A5;
    color: #fff;
}

/* .Zebra_DatePicker * { */
/*  margin: 0; */
/*  padding: 0; */
/*  color: #000; */
/*  background: transparent; */
/*  border: none */
/* } */

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, */
/*  .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td */
/*  { */
/*  background: #E8E8E8; */
/*  width: 30px; */
/*  border: 1px solid #7BACD2 */
/* } */

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker .dp_header td { */
/*  color: #FFF */
/* } */

/* .Zebra_DatePicker .dp_header .dp_hover { */
/*  background: #222; */
/*  color: #FFF */
/* } */

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker .dp_daypicker th { */
/*  background: #FFCC33 */
/* } */

/* .Zebra_DatePicker td.dp_not_in_month { */
/*  background: #F3F3F3; */
/*  color: #CDCDCD; */
/*  cursor: default */
/* } */

/* .Zebra_DatePicker td.dp_not_in_month_selectable { */
/*  background: #F3F3F3; */
/*  color: #CDCDCD; */
/*  cursor: pointer */
/* } */

/* .Zebra_DatePicker td.dp_weekend { */
/*  background: #D8D8D8 */
/* } */

/* .Zebra_DatePicker td.dp_weekend_disabled { */
/*  color: #CCC; */
/*  cursor: default */
/* } */

/* .Zebra_DatePicker td.dp_selected { */
/*  background: #5A4B4B; */
/*  color: #FFF !important */
/* } */

/* .Zebra_DatePicker td.dp_week_number { */
/*  background: #FFCC33; */
/*  color: #555; */
/*  cursor: text; */
/*  font-style: italic */
/* } */

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker .dp_footer .dp_hover { */
/*  background: #222; */
/*  color: #FFF */
/* } */

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker .dp_today { */
/*  color: #FFF; */
/*  padding: 3px */
/* } */

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker .dp_clear { */
/*  color: #FFF; */
/*  padding: 3px */
/* } */

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
/* .Zebra_DatePicker td.dp_current { */
/*  color: #C40000 */
/* } */

/* .Zebra_DatePicker td.dp_disabled_current { */
/*  color: #E38585 */
/* } */

/* .Zebra_DatePicker td.dp_disabled { */
/*  background: #F3F3F3; */
/*  color: #CDCDCD; */
/*  cursor: default */
/* } */

/* .Zebra_DatePicker td.dp_hover { */
/*  background: #482424; */
/*  color: #FFF */
/* } */
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('images/comm/calendar.png') no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top
}

button.Zebra_DatePicker_Icon_Disabled {
  background-image: url('images/comm/calendar-disabled.png')
}

/* don't set vertical margins! 框架 */
.inner-body {
  min-width: 1200px;
  height: 100%;
  background-color: #f1f1f1;
}

.inner-nav-banner {
  height: 130px;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}

.inner-nav-banner-point {
  margin-left: 10px;
  margin-top: 23px;
  width: 5px;
  height: 5px;
  float: left;
  background-image: url(images/comm/logo-point.png);
  background-repeat: no-repeat
}

.inner-nav-banner-logo-text {
  margin-left: 5px;
  margin-top: 11px;
  float: left;
  font-size: 22px;
  color: #666
}

.inner-nav-system-msgnum {
  position: absolute;
  left: 10px;
  top: -8px;
  background-color: red;
  color: white;
  border-radius: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.inner-system-prj-imp-msg {
  background-image: url('images/comm/imp-msg.png');
  height: 20px;
  width: 20px;
  margin-right: 5px;
  display: none;
}

/*当前位置nav导航背景*/
.inner-detail-path-area, .inner-path-title-area {
  height: 36px;
  background-color: #fff;
  line-height: 16px
}

.inner-path-title {
  margin-bottom: 0;
  margin-left: 14px;
  color: #4dc4a6
}
/*当前位置nav字体*/
.inner-detail-path-title {
  margin: 0px 30px;
  color: #555;
  padding: 20px 0px 0px;
}
/*内容背景*/
.inner-system-container {
  clear: both;
  min-height: 460px;
  width: 1130px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  visibility: hidden;
}

.inner-dialog-titlebar-close-icon {
  background-image: url(images/comm/close.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin: -16px 0 0;
  padding: 1px;
  cursor: pointer
}

.inner-dialog-icon-error {
  background-image: url(images/comm/msg-error.png)
}

.inner-dialog-icon-alert {
  background-image: url(images/comm/msg-alert.png)
}

.inner-dialog-icon-succ {
  background-image: url(images/comm/msg-succ.png)
}

.inner-grid-toolbar-border {
  border: 1px solid #dddddd;
  height: 26px;
  border-bottom: 0;
}

.inner-grid-toolbar .ui-button-text:HOVER {
  background: #D7F1D7;
  color: black;
}

.inner-grid-toolbar .ui-button-text:ACTIVE {
  background: #4dc5a5;
  color: black;
}

.inner-grid-toolbar .ui-button-text {
  background-color: #fff;
  color: #333333;
  border: none;
}

.inner-arrow:after, .ui-tooltip {
  background: red;
  border: 0 solid red
}

.ui-tooltip {
  color: #fff;
  font: 700 12px "微软雅黑";
  text-transform: uppercase;
  box-shadow: 0 0 7px #000
}

.inner-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

/* 所有表单元素*/
.tab_search input[type="text"], .tab_search input[type="select"],
  .tab_search input[type="password"] {
  vertical-align: top;
  text-align: left;
  width: 100%;
  height: 26px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background-color: #fafafa;
  text-indent: 10px;
}

.ui-selectmenu-text {
  background: #fafafa;
}

.tab_search .input-group {
  text-align: left;
  font-size: 14px;
  border: 1px #DDDDDD solid;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  background-color: #fafafa;
}

.tab_search input[readonly], textarea[readonly] {
  color: #808080;
  background-color: #fff;
}

.tab_search input[type="number"] {
  vertical-align: top;
  text-align: left;
  width: 100%;
  height: 26px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background-color: #fafafa;
  text-indent: 10px;
}

.Zebra_DatePicker_Icon_Wrapper input[readonly] {
  color: #000;
}

.tab_search .input-group .input-group-search {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
  float: right;
  border: 0 none;
  cursor: pointer;
  background: url('images/comm/input-search.png') no-repeat center;
}

.tab_search .input-group .input-group-item {
  width: 18px;
  height: 18px;
  display: block;
  overflow: hidden;
  margin: 5px 1px 0px 0px;
  float: right;
  border: 0 none;
  cursor: pointer;
  background: url('images/comm/input-item.png') no-repeat center;
  background-position: center left;
}

.jq-altrow-secend {
  background-color: #FCFCF7;
  background-image: none
}

.grid-state-highlight {
  background: #D7F1D7;
}

.grid-state-hover {
  background: #D7F1D7;
  border: 1px solid #D7F1D7;
}

/*文件选择控件样式
========================================
=*/
.ui-file {
  position: relative;
  line-height: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-file-btn {
  border: none;
  border-radius: 5px;
  outline: none;
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  min-width: 60px;
}

.ui-file-text {
  display: block;
  line-height: normal;
  background-color: #77C85F;
  color: #fff;
  border-radius: 4px;
  padding: .2em .5em;
}

.ui-file-info {
  filter: alpha(opacity = 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/*菜单模块*/
.menu-list {
  clear: both;
  height: 80px;
  background-image: url("images/comm/menubak.png");
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 12px;
}

.menu-list li:hover {
  background-color: rgba(27, 128, 123, 0.35);
}

.menu-list li div {
  background: no-repeat 50% 25%;
  height: 100%;
}

.menu-panel {
  background-color: #ffffff;
  color: #666666;
  display: none;
  opacity: 0.9;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
  position: relative;
  z-index: 999;
}

.menu-panel li {
  cursor: pointer;
  float: left;
  border-bottom: 3px solid #fff;
  padding: 13px 25px;
}

.menu-panel li:hover {
  color: #65B745;
  border-bottom: 3px solid #65B745;
}
/*主题菜单*/
.theme-menu-panel {
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 80px;
  z-index: 1000;
}

.theme-font {
  font-size: smaller;
}

#themePanel>ul>li {
  height: initial;
  display: inline-block;
  margin: 2px;
  width: 100px;
  height: 80px;
}

.theme-span-img {
  display: block;
}

.theme-img1, .theme-img2 {
  
}

.theme-default-img, .theme-midnightblue-img, .theme-solargreen-img {
  width: 100px;
  height: 30px;
  display: block;
  text-align: center;
}
/*默认主题图标*/
.theme-default-img {
  background: url(images/comm/theme1.png) no-repeat center center;
}
/*简约灰主题图标*/
.theme-solargreen-img {
  background: url(images/comm/theme1.png) no-repeat center center;
}
/*午夜蓝主题图标*/
.theme-midnightblue-img {
  background: url(images/comm/theme2.png) no-repeat center center;
}
/*******************多租户个性化logo************************/
/*默认logo*/
.inner-nav-logo {
  background: url(images/logo/logo_longshine.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
/*solarsoul logo*/
.nav-logo-solarsoul {
  background-image: url("images/logo/logo_solarsoul.png");
}
/*光e宝logo*/
.nav-logo-jsxm {
  background-image: url("images/logo/logo_jsxm.png");
  width: 120px;
  height: 42px;
  margin-top: 9px;
  background-size: 70%;
}
/*宁电logo*/
.nav-logo-ndxny {
  background-image: url("images/logo/logo_kunneng.png");
  width: 222px;
  height: 37px;
  margin-top: 7px;
  background-size: contain;
  margin-right: -100px;
}
/*晶辉logo*/
.nav-logo-jhkj,.nav-logo-sxfp {
  background-image: url("images/logo/logo_jhkj.png");
  background-size: contain;
  height: 35px;
  width: 130px;
  margin-top: 8px;
}

/*精工能源*/
.nav-logo-jgny {
  background-image: url("images/logo/logo_jgny.png");
  margin: 5px;
  height: 45px;
  width: 190px;
  background-size: contain;
}

.nav-logo-dgznkj {
  background-image: url("images/logo/logo_dgznkj.png");
  width: 115px;
  height: 42px;
  margin-top: 5px;
}

.nav-logo-njyyd {
  background-image: url("images/logo/logo_njyyd.png");
  margin-top: 8px;
}

.nav-logo-kbtxny {
  background-image: url("images/logo/logo_kbtxny.jpg");
  margin-top: 12px;
  width: 100px;
  height: 30px;
}

.nav-logo-sfsuntech {
  background-image: url("images/logo/logo_sfsuntech.png");
  margin-top: 12px;
  width: 300px;
  height: 30px;
}

.nav-logo-changelife {
  background-image: url("images/logo/logo_changelife.png");
   margin-top: 12px;
    width: 400px;
    height: 35px;
}

.nav-logo-jxwl {
  background-image: url("images/logo/logo_jxwl.png");
  margin-top: 7px;
  width: 36px;
  height: 36px;
}

.nav-logo-amplesun {
  background-image: url("images/logo/logo_amplesun.png");
  margin-top: 7px;
  width: 110px;
  height: 40px;
}

.nav-logo-kmatm {
  background-image: url("images/logo/logo_kmatm.png");
}

.nav-logo-trinaaurora {
  background-image: url("images/logo/logo_trinaaurora.png");
}
.nav-logo-whitecity{
  background-image: url("images/logo/logo_whitecity.png");
}
.nav-logo-xnlkj{
  background-image: url("images/logo/logo_xnlkj.png");
    background-size: 100%;
    width: 35px;
}
.nav-logo-energyzj{
    background-image: url("images/logo/logo_energyzj.png");
    margin-top: 5px;
    width: 132px;
    height: 45px;
}
.nav-logo-hyosung{
    background-image: url("images/logo/logo_hyosung.png");
    margin-top: 7px;
    width: 132px;
    height: 45px;
}
.nav-logo-trinaaurora{
  background-image: url("images/logo/logo_trinaaurora.png");
    margin-top: 7px;
    width: 160px;
    height: 40px;
}
.nav-logo-uper {
  background-image: url("images/logo/logo_uper.png");
  margin-right: -44px;
}
.nav-logo-longshine {
  background: url(images/logo/platformLogo.png) no-repeat center center;
  background-size: contain;
}
.nav-logo-jlgw{
  background-image: url("images/logo/logo_jlgw.png");
  height: 40px;
  background-size: contain;
  margin-top: 5px;
  margin-right: -67px;
}

.nav-logo-qingyuan {
  background-image: url("images/logo/logo_qingyuan.png");
  margin-top: 2px;
  width: 180px;
  height: 45px;
  background-size: contain;
}
/*兴伟光电*/
.nav-logo-cjxny {
  background-image: url("images/logo/logo_cjxny.png");
  margin-top: 14px;
  width: 196px;
  height: 41px;
  background-size: contain;
}
/*中能新能源*/
.nav-logo-znxny {
  background-image: url("images/logo/logo_znxny.png");
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background-size: contain;
}
/*日照市睿航光伏数据智慧管理中心*/
.nav-logo-rhyw {
  background-image: url("images/logo/logo_rhyw.png");
  margin-top: 5px;
  width: 58px;
  height: 40px;
  background-size: contain;
}

.nav-logo-cgc {
  background-image: url("images/logo/logo_cgc.png");
  width: 190px;
  height: 49px;
  margin-top: 6px;
  background-size: contain;
  margin-right: -41px;
  margin-left: -38px;
}

/*隆玛科技*/
.nav-logo-wxlongmax {
  background-image: url(images/logo/logo_wxlongmax.png);
  margin-top: 0;
  width: 120px;
  height: 50px;
  background-size: contain;
}
/*隆玛科技*/
.nav-logo-jinko {
  background-image: url(images/logo/logo_jinko.png);
  margin-top: 14px;
  width: 200px;
  height: 50px;
  background-size: contain;
}
/*云谏能源光伏平台*/
.nav-logo-htyw {
  background-image: url(images/logo/logo_htyw.png);
  margin-top: 0px;
  width: 49px;
  height: 49px;
  background-size: contain;
  margin-right:10px;
}
/*航天云网*/
.nav-logo-htyw1 {
  background-image: url(images/logo/logo_htyw1.png);
  margin-top: 2px;
  width: 45px;
  height: 45px;
  background-size: contain;
  margin-right:10px;
}
/***************************特殊****************************/
.search-type-list .active, .project-list li:hover, .project-list .selected,
  .search-type-list .close-btn:hover, .searchTypes-item.active,
  .report-sel-title, .btn-group-custom .active, #queryTypeBtnGroup .active,
  .search-type-list1 .active, .project-item:hover, .title-check,
  .currpage, .tab3-div-query-container>.active, #elc_queryBtnGroup .active,
  .ett_btndiv .active, .eot_btndiv .active, .whl_btndiv .active,
  .all-active ,.change-icon .active{
  background: #77c85f;
  color: #fff;
}

.page-bottom a:link, .page-bottom a:visited, .page-bottom a:hover {
  border: 1px solid #ddd;
  color: #333333;
  background-color: #FFFFFF;
}

/*设备监测->发电量tab页*/
.tab3-div-query-container>.active {
  background: #000000;
  color: #ffffff;
}
/*设备监测->图标选择*/
.viewGridBtn.active, .viewChartBtn.active, .viewCurveBtn.active,.primarySide.active,.secondarySide.active,.viewInverterBtn.active,.viewStationBtn.active {
  background-color: #fff;
  color: #666;
}
/*附件*/
div.flash {
  border-color: #D9E4FF;
}

div.fieldset {
  border: 1px solid #afe14c;
}

div.fieldset span.legend {
  background-color: #FFF;
  color: #73b304;
}
/*选择样式图标*/
.theme-default {
  width: 33px;
  height: 33px;
  background: url("images/comm/default1.png") no-repeat center;
}

.theme-solargreen {
  width: 20px;
  height: 20px;
  background: url("images/comm/default1.png") no-repeat center;
}

.search-type-list>li, .search-type-list1>li, .search-type-list .close-btn,
  .searchTypes-item, .selected-item {
  background: #e1e1e1;
}

.chart-container>div {
  background: #F1F7FB;
}
/*****************颜色********************/
/*背景色*/
.background-1 {
  background: #fff;
}

.background-2 {
  background: #65B847;
}

.background-3 {
  background: #f1f1f1;;
}

.background-4 {
  background: #f3303d;
}

.background-5 {
  background: gray;
}

.background-6 {
  background: #F1F7FB;
}

.background-7 {
  background: #ddd;
}

.background-8 {
  background: #333;
}

.background-9 {
  background: #FAFAFA;
}

.background-10 {
  background: #55b6fc;
}

.background-11 {
  background: #5a5a5a;
}

.background-12 {
  background: #65B847;
}

.background-13 {
  background: #ffa019;
}

.background-14 {
  background: #F7F7F7;
}
.background-15{
  background:linear-gradient(90deg,rgba(83,195,170,1),rgba(70,164,218,1));
}
.background-16{
  background: #fff;
}
.background-17{
  background: #F1F7FB;
}
.background-18{
  background: #fafafa;
}
.background-19{
  background: #eaeaea;
}
.background-20{
  background: #f1f1f1;
}

.background-21{
  background: #A9D96B;
}

/*字颜色*/
.color-1 {
  color: #4cc4a5;
}

.color-2 {
  color: #55b6fc;
}

.color-3 {
  color: #fff;
}

.color-4 {
  color: #92c87f;
}

.color-5 {
  color: #65B847;
}

.color-6 {
  color: #f3303d;
}

.color-7 {
  color: red;
}

.color-8 {
  color: #D7F1D7;
}

.color-9 {
  color: #555555;
}

.color-10 {
  color: yellow;
}

.color-11 {
  color: #000;
}

.color-12 {
  color: #333;
}

.color-13 {
  color: #00B4D5;
}

.color-14 {
  color: gray;
}
.color-15 {
  color: #000;
}
.color-16 {
  color: #ccc;
}
.color-17{
  color: #000;
}
.color-18{
  color: #999;
}
.color-19{
  color: #1e1e1e;
}
.color-20{
  color: #666;
}
/********边框**********/
/*border*/
.border-color-1 {
  border: 1px solid #ddd;
}

.border-color-2 {
  border: 1px dashed #ddd;
}

.border-color-3 {
  border: 1px solid #65B847;
}
.border-color-4 {
    border: 1px solid #000;
}
.border-color-5 {
    border: 1px solid #53C3AA;
}
.border-color-6 {
    border: 1px solid #D1D1D1;
}
.border-color-7 {
    border: 1px solid #DDDDDD;
}
.border-color-8 {
    border-color: transparent #DDDDDD transparent transparent;
}
.border-color-9 {
    border-color: transparent transparent transparent #DDDDDD;
}
/*shadow*/
.box-shadow-1 {
  box-shadow: 2px 2px 3px #ddd, -2px -2px 3px #ddd;
}

.box-shadow-2 {
  box-shadow: 2px 2px 3px #ddd, -2px -2px 3px #ddd;
}
/*left border*/
.border-left-1 {
  border-left: 1px solid #ddd;
}

.border-left-2 {
  border-left: 1px dashed #ddd;
}
/*right border*/
.border-right-1 {
  border-right: 1px solid #ddd;
}

.border-right-2 {
  border-right: 1px dashed #ddd;
}

/*bottom border*/
.border-bottom-1 {
  border-bottom: 1px solid #ddd;
}

.border-bottom-2 {
  border-bottom: 1px dashed #ddd;
}
.border-bottom-3 {
  border-bottom: 1px solid #333;
}
/*top border*/
.border-top-1 {
  border-top: 1px solid #ddd;
}

.border-top-2 {
  border-top: 1px dashed #ddd;
}

/*****************图片********************/
#horse_race_lampMsg {
  background: url(images/comm/imp-msg.png) no-repeat left 2px;
  padding-left: 25px;
}

/*主题图标*/
.theme-img {
  background: url(images/comm/theme.png) no-repeat;
}
/*光伏小算盘图标*/
.inner-nav-banner-calculator {
  background: url(images/comm/calculator.png) no-repeat;
}
/*消息图标*/
.inner-nav-system-msg {
  background: url(images/comm/message.png) no-repeat;
}

.inner-nav-system-msg-twinkle {
  background: url(images/comm/message.png) no-repeat;
  color: red;
  animation: myfirst 1s;
  animation-iteration-count: infinite;
}

@
keyframes myfirst { 0% {
  background: url(images/comm/message-twinkle.png) no-repeat;
}

100%
{
background


:

 

none


;
}
}
/*注销图标*/
.inner-nav-system-exit {
  background: url(images/comm/logout.png) no-repeat;
  background-size: 20px;
  position: relative;
}
/*用户图标*/
.inner-user-center div {
  background-image: url("images/comm/defaultAccount.png");
  border: 2px solid #A7D199;
}
/*收益总览*/
.income-online{
  background: url("images/bill/online-income.png") no-repeat left center;
}
.income-total{
  background: url("images/bill/total-income.png") no-repeat left center;
}
.income-subsidy{
  background: url("images/bill/subsidy.png") no-repeat left center;
}
.income-self{
  background: url("images/bill/self-income.png") no-repeat left center;
}

/*总览-> 数据模式->左侧概况背景*/
.overview-baseinfo {
  background: url('images/stationoverview/map-bg.jpg');
}
/*总览-> 数据模式->环保数据图标   累计节约标准煤*/
.coal {
  background: url("images/stationoverview/coal.png") no-repeat left center;
}
/*总览-> 数据模式->环保数据图标   累计减排（CO2）*/
.co2 {
  background: url("images/stationoverview/co.png") no-repeat left center;
}
/*总览-> 数据模式->环保数据图标   累计减排（so2）*/
.so2 {
  background: url("images/stationoverview/so.png") no-repeat left center;
}
/*总览-> 数据模式->环保数据图标   累计减排（nox）*/
.no {
  background: url("images/stationoverview/no.png") no-repeat left center;
}
/*总览-> 数据模式->环保数据图标   累计植树*/
.tree {
  background: url("images/stationoverview/tree.png") no-repeat left center;
}
/*总览-> 数据模式->右侧背景   电站合计  */
.c-r-top-t {
  background: url("images/stationoverview/ps-total.png") no-repeat left
    center;
}
/*总览-> 数据模式->右侧图标   升序*/
.effi-containers .sortbtn-asc {
  background: url("images/stationoverview/sortbtn-asc.png") no-repeat
    center center;
}
/*总览-> 数据模式->右侧图标  降序*/
.effi-containers .sortbtn-desc {
  background: url("images/stationoverview/sortbtn-desc.png") no-repeat
    center center;
}
/*总览-> 数据模式->右侧图标   更多*/
.effi-containers .viewbtn, .stationFile .viewbtn {
  background: url("images/stationoverview/more.png") no-repeat center
    center;
}

/*地图模式图标*/
/*电站状态图标   异常*/
.icon-error {
  background: url('images/projectmap/icon-error.png') no-repeat center
    center;
}
/*电站状态图标   正常*/
.icon-normal {
  background: url('images/projectmap/icon-normal.png') no-repeat center
    center;
}
/*电站状态图标   离线 */
.icon-offline, .icon-lx {
  background: url('images/projectmap/icon-offline.png') no-repeat center
    center;
}
/*电站状态图标   维修*/
.icon-check {
  background: url('images/projectmap/icon-check.png') no-repeat center
    center;
}
/*电站状态图标   停止*/
.icon-stop {
  background: url('images/projectmap/icon-stop.png') no-repeat center
    center;
}
/*电站状态图标  停机*/
.icon-poweroff {
  background: url('images/projectmap/icon-poweroff.png') no-repeat center
    center;
}
/*正常图标 浅*/
.msg-normal {
  background: url("images/projectmap/normal.png") no-repeat left center;
}
/*消息状态图标  未处理*/
.msg-nohandle {
  background: url("images/projectmap/unhandle.png") no-repeat left center;
}
/*消息状态图标  处理中*/
.msg-handling {
  background: url("images/projectmap/handling.png") no-repeat left center;
}
/*定位图标  绿小*/
.marker-normal {
  background: url("images/projectmap/marker0.png") no-repeat left center;
}
/*定位图标  橙小*/
.marker-excp {
  background: url("images/projectmap/marker1.png") no-repeat left center;
}
/*定位图标  深蓝小*/
.marker-offline {
  background: url("images/projectmap/marker2.png") no-repeat left center;
}
/*总览-> 地图模式->右侧  正常*/
.power-normal {
  background: url("images/projectmap/icon-normal.png") no-repeat left;
}
/*总览-> 地图模式->右侧 异常*/
.power-excp {
  background: url("images/projectmap/icon-error.png") no-repeat left;
}
/*总览-> 地图模式->右侧  离线*/
.power-offline {
  background: url("images/projectmap/icon-offline.png") no-repeat left;
}
/*总览-> 地图模式->右侧 停机*/
.power-offPower {
  background: url('images/projectmap/icon-poweroff.png') no-repeat left;
}
/*总览-> 地图模式->右侧  维护*/
.power-check {
  background: url("images/projectmap/icon-check.png") no-repeat left;
}
/*总览-> 地图模式->右侧  停止*/
.power-stop {
  background: url("images/projectmap/icon-stop.png") no-repeat left;
}
/*总览-> 地图模式->右侧   减排co2*/
.save-co2 {
  background: url("images/projectmap/co2.png") no-repeat 30px;
}
/*总览-> 地图模式->右侧  节煤*/
.save-coal {
  background: url("images/projectmap/coal.png") no-repeat 20px;
}
/*总览-> 地图模式->右侧  植树*/
.save-tree {
  background: url("images/projectmap/tree.png") no-repeat 30px;
}
/*总览-> 地图模式->右侧  累计发电 */
.total-electric, .send_elc3 {
  background: url("images/projectmap/total.png") no-repeat left;
}
/*总览-> 地图模式->右侧  本年发电*/
.year-electric, .send_elc2 {
  background: url("images/projectmap/year.png") no-repeat left;
}
/*总览-> 地图模式->右侧  本月发电*/
.month-electric, .send_elc1 {
  background: url("images/projectmap/month.png") no-repeat left;
}
/*总览-> 地图模式->右侧  今日发电*/
.today-electric {
  background: url("images/projectmap/today.png") no-repeat left;
}

/*运维矩阵-> 查询图标*/
.input-search {
  background: url('images/matrix/search.png') no-repeat center;
}
/*运维矩阵-> 查询队列图标*/
.search_umatrix {
  background: url('images/matrix/matrix.png') no-repeat center;
}
/*运维矩阵-> 查询列表图标*/
.search_list {
  background: url('images/matrix/u-list.png') no-repeat center;
}
/*运维矩阵-> 地图图标*/
.search_map {
  background: url('images/matrix/map-view.png') no-repeat center;
}
/*运维矩阵-> 更多图标*/
.search_more1 {
  background: url('images/matrix/search_more1.png') no-repeat right center;
  background-size: 20px;
}

.search_more2 {
  background: url('images/matrix/search_more2.png') no-repeat right center;
  background-size: 20px;
}
/*运维矩阵-> 光伏电站图标*/
.list-tc-logo {
  background: url('images/matrix/1.png') no-repeat center;
}

/*消息中心->图表图标*/
.resolve-btn {
  cursor: pointer;
  background: url('images/message/charticon.png') no-repeat;
}
/*消息中心->按钮图标*/
#issuedbar span, #resolveBtn span, #workOrderBtn span, #addToolbar span,
  #updateToolbar span, #delToolbar span, #exportTemlet span, #inspectAdd span,
  #inspectCommit span, #addUser span, #editUser span, #deleteUser span,
  #editPassword span, #userProject span, #userRole span, #toolsBar span,
  #clearDatabar span, #clearmakebar span, #choosedatebar span,
  #choosemakebar span, #uploading span, #view span, #openAddVenderDialog span,
  #openEditVenderDialog span, #deleteVender span, #deleteOwner span,
  #openAddOwner span, #openEditDeviceDialog span, #openAddDevice span,
  #deleteDevice span, #copyDevice span, #refreshDevice span,
  #openEditProjectDialog span, #openAddProject span, #deleteProject span,
  #toolsBar button span, #addPrc span, #editPrc span, #deletePrc span,
  #userRoleAuth span, #projArea span, #spareParts span, #operationTool span
  {
  background: url('images/message/toolbarBak.png');
  background-size: 100%;
  color: #333;
}

/*电站监测->发电图标*/
.icn-elec {
  background: url(images/runningstatusoverview/2.png) no-repeat 30px 12px;
}
/*电站监测->等效时数图标*/
.todat-hour {
  background: url('images/runningstatusoverview/hour.png') no-repeat 30px
    12px;
}
/*电站监测->收益图标*/
.icn-fee {
  background: url(images/runningstatusoverview/3.png) no-repeat 30px 12px;
}
/*电站监测->左箭头图标*/
#next_btn2 {
  background: url('images/runningstatusoverview/prev-0.png');
}
/*电站监测->右箭头图标*/
#next_btn1 {
  background: url('images/runningstatusoverview/next-0.png');
}
/*电站监测->节煤图标*/
.total_protection1 {
  background: url("images/projectmap/coal.png") no-repeat left;
}
/*电站监测->减排co2图标*/
.total_protection2 {
  background: url("images/projectmap/co2.png") no-repeat left;
}
/*电站监测->植树图标*/
.total_protection3 {
  background: url("images/projectmap/tree.png") no-repeat left;
}

.rsOverview-filter {
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
    startColorStr=#fafdff, endColorStr=#caf4fb);
  background: -moz-linear-gradient(top, #fafdff, #caf4fb);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafdff),
    to(#caf4fb));
}
/*设备监测->逆变器*/
.inverter-icon {
  background: url('images/staequipmonitor/inverter.png') no-repeat center;
}

.inverter-icon0 {
  background: url('images/staequipmonitor/inverter0.png') no-repeat center;
}
/*设备监测->逆变器 故障*/
.inverter-error {
  background: url('images/staequipmonitor/inverter-yc.png') no-repeat
    center center;
}
/*设备监测->逆变器 正常*/
.inverter-normal {
  background: url('images/staequipmonitor/inverter-nor.png') no-repeat
    center center;
}

/*设备监测->逆变器 离线*/
.inverter-offline {
  background: url('images/staequipmonitor/inverter-lx.png') no-repeat
    center center;
}
/*设备监测->逆变器 维护*/
.inverter-check {
  background: url('images/staequipmonitor/inverter-ck.png') no-repeat
    center center;
}
/*设备监测->逆变器 停止*/
.inverter-stop {
  background: url('images/staequipmonitor/inverter-st.png') no-repeat
    center center;
}
/*设备监测->逆变器 停机*/
.inverter-poweroff {
  background: url('images/staequipmonitor/inverter-tj.png') no-repeat
    center center;
}
/*设备监测->逆变器->矩阵视图*/
.matrix-view-block{
    color: #000;
}
/*设备监测->汇流箱*/
.combinerBox-icon {
  background: url('images/staequipmonitor/combinerBox.png') no-repeat
    center;
}

.combinerBox-icon0 {
  background: url('images/staequipmonitor/combinerBox0.png') no-repeat
    center;
}
/*设备监测->汇流箱  故障*/
.busBox-error {
  background: url('images/staequipmonitor/busBox-yc.png') no-repeat center
    center;
}
/*设备监测->汇流箱  正常*/
.busBox-normal {
  background: url('images/staequipmonitor/busBox-nor.png') no-repeat
    center center;
}
/*设备监测->汇流箱 离线*/
.busBox-offline {
  background: url('images/staequipmonitor/busBox-lx.png') no-repeat center
    center;
}
/*设备监测->汇流箱  维护*/
.busBox-check {
  background: url('images/staequipmonitor/busBox-ck.png') no-repeat center
    center;
}
/*设备监测->汇流箱  停止*/
.busBox-stop {
  background: url('images/staequipmonitor/busBox-st.png') no-repeat center
    center;
}
/*设备监测->汇流箱  停机*/
.busBox-poweroff {
  background: url('images/staequipmonitor/busBox-poweroff.png') no-repeat
    center center;
}
/*设备监测->汇流箱->详情视图*/
.detail-view-block{
    color: #000;
}
/*设备监测->刷新图标*/
.equip-refresh, .equip-refresh1 {
  background: url('images/staequipmonitor/refresh-normal.png') no-repeat
    center;
}
/*设备监测->鼠标移到时刷新图标*/
.equip-refresh-onmouseover, .equip-refresh-onmouseover1 {
  background: url('images/staequipmonitor/refresh.png') no-repeat center;
}
/*设备监测->正常图标*/
.info-list .normal-icon {
  background: url('images/staequipmonitor/normal.png') no-repeat center;
}
/*设备监测->正常图标*/
.info-list .offline-icon {
  background: url('images/staequipmonitor/offline.png') no-repeat center;
}
/*设备监测->故障图标*/
.info-list .error-icon {
  background: url('images/staequipmonitor/error.png') no-repeat center;
}
/*设备监测->维护图标*/
.info-list .check-icon {
  background: url('images/staequipmonitor/check.png') no-repeat center;
}
/*设备监测->停止图标*/
.info-list .stop-icon {
  background: url('images/staequipmonitor/stop.png') no-repeat center;
}
/*设备监测->停机图标*/
.info-list .powerOff-icon {
  background: url('images/staequipmonitor/powerOff.png') no-repeat center;
}
/*设备监测->背景圈图标*/
.equipInfo-first, .equipInfo1 {
  background: url('images/staequipmonitor/k1.png') no-repeat center;
}

.inverterInfo-first, .inverterInfo1 {
  background: url('images/staequipmonitor/k4.png') no-repeat center;
}

.equipInfo2, .equipInfo3 {
  background: url('images/staequipmonitor/k2.png') no-repeat center;
}

/*对比分析->电站对比图标  未选中*/
#queryType-project {
  background-image: url("images/comparenalysis/project.png");
}
/*对比分析->电站对比图标  选中*/
#queryType-project.ui-state-active {
  background-image: url("images/comparenalysis/project-active.png");
}
/*对比分析->设备对比图标  未选中*/
#queryType-device {
  background-image: url("images/comparenalysis/device.png");
}
/*对比分析->设备对比图标  选中*/
#queryType-device.ui-state-active {
  background-image: url("images/comparenalysis/device-active.png");
}
/*对比分析->自身对比图标  未选中*/
#queryType-self {
  background-image: url("images/comparenalysis/self.png");
}
/*对比分析->自身对比图标  选中*/
#queryType-self.ui-state-active {
  background-image: url("images/comparenalysis/self-active.png");
}
/*对比分析->表格选择图标*/
.viewGridBtn {
  background: url("images/comparenalysis/grid.png") no-repeat 5px center;
  background-color: #ddd;
}
/*对比分析->图表选择图标*/
.viewChartBtn {
  background: url("images/comparenalysis/chart.png") no-repeat 5px center;
  background-color: #ddd;
}
/*电站监测->电站曲线*/
.viewStationBtn {
  background: url("images/stationoverview/station.png") no-repeat 5px center;
  background-color: #ddd;
}
/*电站监测->设备曲线*/
.viewInverterBtn {
  background: url("images/stationoverview/inverter.png") no-repeat 5px center;
  background-color: #ddd;
}

.primarySide,.secondarySide{
  background-color: #ddd;
}
/*品牌型号维护  删除图标*/
.row-content .icon-del {
  background-image: url("images/file/del.png");
}
/*品牌型号维护  详情图标*/
.row-content .icon-det {
  background-image: url("images/file/det.png");
}
/*品牌型号维护  编辑图标*/
.row-content .icon-edit, .edit-btn {
  background-image: url("images/file/edit.png");
}
/*环境监测仪维护*/
.div-input-group-add, .div-input-group-add1 {
  background: url(images/file/input-add.png) no-repeat center;
}

/*新增设备*/
.add-img {
  background: url("images/file/add.png");
}

.open{
  background: url("images/file/open.png");
}

.close {
  background: url("images/file/close.png");
}
.cricle-close {
  background: url("images/comm/cricle-green-close.png");
  background-size: 30px;
}
.cricle-menu {
  background: url("images/comm/cricle-green-menu.png");
  background-size: 30px;
}
.merger {
  background: url("images/file/merge.png");
}

.separate {
  background: url("images/file/separate.png");
}

.div-input-group-add2 {
  background: url('images/file/search0.png') no-repeat center;
}

.div-input-group-del {
  background: url('images/file/input-del.png') no-repeat center;
}

.delete-btn {
  /* background-image: url("images/file/delete.png"); */
  
}

.fullscreen-btn {
  background-image: url("images/file/fullscreen.png");
}

.cr-add-perspective {
  background: url("images/file/+.png");
}

#saveBtnSave {
  background-image: url("images/file/save.png");
}

.left-arrow, .right-arrow {
  background: url("images/file/control_left.png") center;
}

.export-pdf {
  background-image: url("images/file/pdf.png");
}

.export-word {
  background-image: url("images/file/word.png");
}

.mg_toggle_bg {
  position: absolute;
  height: 513px;
  width: 136px;
  background: url("images/runningstatusoverview/toggle-bg.png") no-repeat;
}

/*自定义总览*/
.st_chartimg {
  background: url('images/custom/sr_chart.png') no-repeat;
}

.st_normalimg {
  background: url('images/custom/st_normal.png') no-repeat;
}

.st_exceptimg {
  background: url('images/custom/st_except.png') no-repeat;
}

.st_offlineimg {
  background: url('images/custom/st_offline.png') no-repeat;
}

.sr_urgencyimg {
  background: url('images/custom/sr_urgency.png') no-repeat;
}

.sr_importantimg {
  background: url('images/custom/sr_important.png') no-repeat;
}

.sr_commonlyimg {
  background: url('images/custom/sr_commonlyi.png') no-repeat;
}

.st_footbar_span1 {
  background: url('images/custom/st_num.png') no-repeat left center;
}

.sr_footbar_span1 {
  background: url('images/custom/sr_num.png') no-repeat left center;
}

.evn_coal {
  background: url("images/custom/evn_coal.png") no-repeat left center;
}

.evn_co2 {
  background: url("images/custom/evn_co2.png") no-repeat left center;
}

.evn_so2 {
  background: url("images/custom/evn_so2.png") no-repeat left center;
}

.evn_no {
  background: url("images/custom/evn_no.png") no-repeat left center;
}

.evn_tree {
  background: url("images/custom/evn_tree.png") no-repeat left center;
}

.todayEle_img {
  background: url("images/custom/ac_day.png") no-repeat left center;
}

.monthEle_img {
  background: url("images/custom/ac_month.png") no-repeat left center;
}

.yearEle_img {
  background: url("images/custom/ac_total.png") no-repeat left center;
}

.totleEle_img {
  background: url("images/custom/ac_year.png") no-repeat left center;
}

.fullscreen-mapimg {
  background: url("images/custom/map.png") no-repeat center center;
}

.fullscreen-returnimg {
  background: url("images/custom/top.png") no-repeat center center;
}

.fullscreen-moveimg {
  background: url("images/custom/set.png") no-repeat center center;
}

.waring_except {
  background: url("images/custom/sw_except.png") no-repeat left center;
}

.dateTimepiker-icon {
  background: url('images/comm/calendar.png') no-repeat left top;
}
/*图片资源*/
.ori-theme-img-sun {
  
}

/*图标资源*/
.ori-theme-icon-sun {
  
}

li.fastTable.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active
  {
  width: 33%;
  background: url('images/file/tab_active.png') no-repeat left center;
  background-size: 350px;
}

li.fastTable.ui-state-default.ui-corner-top {
  width: 33%;
  background: url('images/file/tab_sleep.png') no-repeat left center;
  background-size: 350px;
}

.viewCurveBtn {
  background: url("images/comparenalysis/curve.png") no-repeat 5px center;
  background-color: #ddd;
}

.span_nomal {
  line-height: normal;
  padding: .4em 1em;
  border-radius: .6em;
}

.span_select {
  color: #fff;
  background-color: #65B847;
  line-height: normal;
  padding: .4em 1em;
  border-radius: .6em;
}
/*地图信息窗样式*/
.infoBox {
  width: 380px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

.infoBox-transform {
  background-color: #fff;
  border: 1px solid #ddd;
}
.triangle_border_left{
    background-image: url(images/comm/previousBtn.png);
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-top: 8px;
    margin-right: 5px;
    cursor: pointer;
}

.triangle_border_right{
    background-image: url(images/comm/nextBtn.png);
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-top: 8px;
    margin-left: 7px;
    cursor: pointer;
    
}

/*线性输入框*/
.input-line {
    outline: 0px;
    border: 0;
    border-bottom: 1px solid #333;
  background-color: #fff;
    border-radius: 0px;
    width: 100%;
}

/*扶贫总览*/
.pvpa-overview-block{
  background: #F1F1F1;
  border-radius: 4px;
  border:1px solid transparent;
  box-shadow: 0px 2px 8px 0px #767676;
}

.order_item2:after, .order_item:after {
    border: 4px solid #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.order_item2{
  background: url(images/operation/operation.png) no-repeat center;
   background-size: 95px 60px;
}
.order_item{
  background: url(images/operation/alarm.png) no-repeat center;
}
.om_todayelc {
  background: url("images/operation/todayelc.png") no-repeat left;
}

.om_monthelc {
  background: url("images/operation/monthelc.png") no-repeat left;
}

.om_totalelec {
  background: url("images/operation/totalelec.png") no-repeat left;
}

/*运维工作台-> 等效时数   升序*/
.om-effi-containers .sortbtn-asc {
  background: url("images/operation/sortbtn-asc.png") no-repeat
    center center;
}
/*运维工作台-> 等效时数  降序*/
.om-effi-containers .sortbtn-desc {
  background: url("images/operation/sortbtn-desc.png") no-repeat
    center center;
}

.change-icon-om .active{
  background: linear-gradient(90deg,rgba(83,195,170,1),rgba(70,164,218,1));
  color: #fff;
}

.om-header-operation li{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255,255,255,1);
}
.om-monitor{
    background: url("images/operation/monitor.png") no-repeat
    center center;
}

.om-topoLink{
  background: url("images/operation/topo.png") no-repeat
    center center;
}
.om-count{
  background: url("images/operation/count.png") no-repeat
    center center;
    width: 56px;
    height: 60px;
    line-height: 60px;
    margin-top: -48px;
    margin-left: -10px;
}
.screen_uper_logo{
  background: url("images/file/screen_uper_logo.png") no-repeat;
}
.screen_longshine_logo{
  background: url("images/logo/screenlogo/screen_longshine_logo.png") no-repeat;
}
.screen_solarsoul_logo{
  background: url("images/logo/screenlogo/screen_solarsoul_logo.png") no-repeat;
}
.screen_ndxny_logo{
  background: url("images/logo/screenlogo/screen_kunneng_logo.png") no-repeat;
}
.screen_sxfp_logo{
  background: url("images/logo/screenlogo/screen_sxfp_logo.png") no-repeat;
}
.screen_jhkj_logo{
  background: url("images/logo/screenlogo/screen_jhkj_logo.png") no-repeat;
}
.screen_xy_logo{
  background: url("images/logo/screenlogo/screen_xy_logo.png") no-repeat;
}
.screen_dgznkj_logo{
  background: url("images/logo/screenlogo/screen_dgznkj_logo.png") no-repeat;
}
.screen_njyyd_logo{
  background: url("images/logo/screenlogo/screen_kunneng_logo.png") no-repeat;
}
.screen_kbtxny_logo{
  background: url("images/logo/screenlogo/screen_kbtxny_logo.png") no-repeat;
}
.screen_sfsuntech_logo{
  background: url("images/logo/screenlogo/screen_sfsuntech_logo.png") no-repeat;
}
.screen_jxwl_logo{
  background: url("images/logo/screenlogo/screen_jxwl_logo.png") no-repeat;
}
.screen_amplesun_logo{
  background: url("images/logo/screenlogo/screen_amplesun_logo.png") no-repeat;
}
.screen_energyzj_logo{
  background: url("images/logo/screenlogo/screen_energyzj_logo.png") no-repeat;
}
.screen_kmatm_logo{
  background: url("images/logo/screenlogo/screen_kmatm_logo.png") no-repeat;
}
.screen_hyosung_logo{
  background: url("images/logo/screenlogo/screen_hyosung_logo.png") no-repeat;
}
.screen_changelife_logo{
  background: url("images/logo/screenlogo/screen_changelife_logo.png") no-repeat;
}
.screen_jlgw_logo{
  background: url("images/logo/screenlogo/screen_jlgw_logo.png") no-repeat;
}
.screen_qingyuan_logo{
  background: url("images/logo/screenlogo/screen_qingyuan_logo.png") no-repeat;
  background-size: contain;
}
.version-name{
    float: right;
    margin-top: 15px;
    font-size: 12px;
    height: 20px;
    padding-top: 5px;
    cursor: pointer;
    margin-right: 10px;
}


.screen_cjxny_logo{
  background: url("images/logo/screenlogo/screen_cjxny_logo.png") no-repeat;
  background-size: contain;
}
.screen_znxny_logo{
  background: url("images/logo/screenlogo/screen_znxny_logo.png") no-repeat;
  background-size: contain;
}
.screen_rhyw_logo{
  background: url("images/logo/screenlogo/screen_rhyw_logo.png") no-repeat;
  background-size: contain;
}
.screen_cgc_logo{
  background: url("images/logo/screenlogo/screen_cgc_logo.png") no-repeat;
  background-size: contain;
}
.screen_wxlongmax_logo{
  background: url("images/logo/screenlogo/screen_wxlongmax_logo.png") no-repeat;
  background-size: contain;
}
.screen_jinko_logo{
  background: url("images/logo/screenlogo/screen_jinko_logo.png") no-repeat;
  background-size: contain;
}
.screen_htyw_logo{
  background: url("images/logo/screenlogo/screen_htyw_logo.png") no-repeat;
  background-size: contain;
}
.screen_htyw1_logo{
  background: url("images/logo/screenlogo/screen_htyw1_logo.png") no-repeat;
  background-size: contain;
}
/*带单位的输入框*/
.input-unit-container{
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
/*.input-unit-container>input{
  outline: none;
  vertical-align: top;
  text-align: left;
  text-indent: 10px;
  width: 100%;
  height: 26px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #DDDDDD;
  background-color: #fafafa;
}*/
.input-unit-container>span{
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  width: 1px;
  line-height: 26px;
  white-space: nowrap;
  border: 1px solid #0087D5;
  color: #909399;
  background-color: #003F5D;
}
/*带单位的输入框*/
.input-unit-container{
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
/*.input-unit-container>input{
  outline: none;
  vertical-align: top;
  text-align: left;
  text-indent: 10px;
  width: 100%;
  height: 26px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #DDDDDD;
  background-color: #fafafa;
}*/
.input-unit-container>span{
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  width: 1px;
  line-height: 26px;
  white-space: nowrap;
  border: 1px solid #DDDDDD;
  color: #909399;
  background-color: #fafafa;
}
.shiyi_screen_longshine_logo{
  background: url("images/logo/elevenScreenLogo/screen_longshine_logo.png") no-repeat;
}
.shiyi_screen_cjxny_logo{
  background: url("images/logo/elevenScreenLogo/screen_cjxny_logo.png") no-repeat;
}

.shiyi_screen_wxlongmax_logo{
  background: url("images/logo/elevenScreenLogo/screen_wxlongmax_logo.png") no-repeat;
}
.shiyi_screen_jinko_logo{
  background: url("images/logo/elevenScreenLogo/screen_jinko_logo.png") no-repeat;
}
.v_icon{
  background: url('images/staequipmonitor/V.png') no-repeat center;
}
.A_icon{
  background: url('images/staequipmonitor/A.png') no-repeat center;
}
.charge_icon{
  background: url('images/staequipmonitor/charge.png') no-repeat center;
}
.disCharge_icon{
  background: url('images/staequipmonitor/disCharge.png') no-repeat center;
}
/*电站监测->上网电量*/
.icn-elecUp {
  background: url(images/runningstatusoverview/elecUp.png) no-repeat center center;
}
/*电站监测->下网电量*/
.icn-elecDown {
  background: url(images/runningstatusoverview/elecDown.png) no-repeat center center;
}
/*电站监测->累计收益*/
.icn-totalIncome {
  background: url(images/runningstatusoverview/totalIncome.png) no-repeat center center;
}
