#desktopList{
	min-height: 200px;
}
.desktopView {
    width: 170px;
    height: 200px;
    background-image: url(../../../common/image/desktop-bg1.png);
    position: relative;
    padding-top: 28px;
}

.desktopAndMenuView .desktopView{
	background-image: url(../../../common/image/desktop-bg2.png);
	padding-top: 10px;
}

/*
.desktopView:hover {
	border: 1px solid;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
*/

.desktopState {
	margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    position: relative;
}
.desktopAndMenuView .desktopState{
	margin: 0 auto 10px;
}

.desktopState-bg {
	background:url(../../../common/image/desktop.png) no-repeat; 
	background-size: cover;
}

.desktopGroupState-bg {
	background:url(../../../common/image/desktop_group.png) no-repeat; 
	background-size: cover;
}

.desktopState a {
	display : inline-block;
	width : 100%;
	height: 100%; 
}

.desktopState a:hover {
	cursor : pointer;
}

.desktopState .on {
	background:url(../../../common/image/on.png) no-repeat; 
	background-size: cover;
}

.desktopState .off {
	background:url(../../../common/image/off.png) no-repeat; 
	background-size: cover;
}

.desktopState .loading {
	background:url(../../../common/image/wait.gif) no-repeat; 
	background-size: cover;
}

.desktopName {
	height : 43px;
	text-align : center;
	color : white;
	font-family : Microsoft YaHei;
	position: relative;
}
.desktopAndMenuView .desktopName {
	height : 30px;
}

.menuBar {
	height : 40px;
	position: relative;
	background-image: url(../../../common/image/menuBar-bg.png);
}

.menuBar-hide {
	height : 50px;
	background-color: rgba(0, 0, 0, 0.20);
	border-top: 1px solid rgba(255,255,255, 0.3);
	display : none;
}

.menuBar div div:hover {	
	border: 1px solid #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	cursor : pointer;
}

.tipspan div{
	width: 25%;
	height : 40px;
	display : inline-block;
	line-height:40px;
	border: 1px solid transparent;
	position: relative;
	font-size: 13px;
}

.more{
	width: 81px;
	height : 50px;
	display : inline-block;
	border: 1px solid rgba(255,255,255, 0);
	background-color : rgba(0, 0, 0, 0.25);
	background-image :url(../../../common/image/more.png);
	background-repeat : no-repeat; 
	background-position : center;
}

.moreMenuBar{
	height : 50px;
    background-color: rgba(0, 0, 0, 0.20);
	border-top: 1px solid rgba(255,255,255, 0.3)
}

.check{
	width: 78px;
	height : 50px;
	display : inline-block;
	border: 1px solid rgba(255,255,255, 0);
	border-right: 1px solid rgba(255,255,255, 0.3);
	background-color : rgba(0, 0, 0, 0.25);
	background-image :url(../../../common/image/check.png);
	background-repeat : no-repeat; 
	background-position : center;
}

.check:hover {	
	border: 1px solid;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	cursor : pointer;
}

.vnc{
	width: 78px;
	height : 50px;
	display : inline-block;
	border: 1px solid rgba(255,255,255, 0);
	background-color : rgba(0, 0, 0, 0.25);
	background-image :url(../../../common/image/vnc.png);
	background-repeat : no-repeat; 
	background-position : center;
}

.vnc:hover {	
	border: 1px solid;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	cursor : pointer;
}


.qtip-hyalineblack{
	border-color:rgba(255,255,255, 0.3) !important;
	color: white !important;
	filter: alpha(opacity=40);
	background-color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.qtip-hyalineblack canvas {
    color : rgba(0, 0, 0, 0.45) !important;
}

.qtip-hyalineblack .qtip-content {
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: left;
    word-wrap: break-word;
}

.qtip-hyalineblack-tip{
	border-color: rgb(90, 90, 90) !important;
	color: white !important;
	background-color: rgb(0, 0, 0) !important;
	opacity: 0.4;
}

.qtip-hyalineblack-tip canvas {
    color : rgba(0, 0, 0, 0.45) !important;
}

.qtip-hyalineblack-tip .qtip-content {
    overflow: hidden;
    padding: 8px;
    position: relative;
    text-align: left;
    word-wrap: break-word;
    font-size:12px;
}

.checkTip{
    padding: 0px;
    position: absolute;
    width: 100%;
    text-align: left;
    word-wrap: break-word;
	line-height: 12px;
    font-size: 12px;
    border-color: rgba(255,255,255, 0.3) !important;
    color: white !important;
    background-color: rgb(0, 0, 0) !important;
    filter: alpha(opacity=40);
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 3px;
    margin-top: 5px;
}
.checkTip:focus{
	outline: none;
}
.checkTipArrow{
    border: 2.5px transparent solid;
    border-bottom-color: rgb(120, 93, 57);
    border-left-color: rgb(120, 93, 57);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    border-left-color: rgba(0,0,0,0.4);
    width: 0;
    height: 0;
    position: absolute;
    top: -4.5px;
    left: 2px;
}

.check-content {

}

.check-content-item {
	width: 100%;
	min-height: 50px;
	position : relative;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
}
.check-content-item:FIRST-CHILD {
	border-bottom: none;
}

.load-icon {
	display: inline;
	width : 18px;
	height : 18px;
	position : absolute;
	top : 10px;
	left : 15px;
	background: url(../../../common/image/checkload.gif) no-repeat center;
}

.ok-icon {
	display: inline;
	width : 20px;
	height : 20px;
	position : absolute;
	top : 10px;
	left : 15px;
	background: url(../../../common/image/ok.png) no-repeat center;
}

.error-icon {
	display: inline;
	width : 20px;
	height : 20px;
	position : absolute;
	top : 10px;
	left : 12px;
	background: url(../../../common/image/x.png) no-repeat center;
}

.check-content-text {
	position : absolute;
	top : 8px;
	left : 40px;
	font-family : Microsoft YaHei;
	font-size: 14px;
}

.check-content-text .title{
	font-weight : bold;
}

.check-content-text .text{
	color : #C0C0C0;
	margin-top : 10px;
}

.test{
	list-style: none outside none;
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: left;
}

.testli {
	margin: 30px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.page-content{
	background:url(../../../common/image/transparent.png) no-repeat;
	background-position:0 3000px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

/*-loading css3实现-*/
.inner {
  width: 960px;
  margin: 0 auto;background: #0dcecb; overflow:hidden;
}
.load-container {
  width: 240px;
  height: 240px;
  float: left;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left : 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
}
.load-container a:link,
.load-container a:visited {
  position: absolute;
  bottom: 3px;
  font-size: 1.15em;
  text-align: center;
  left: 0;
  right: 0;
  text-decoration: none;
  color: #FFF;
}
.load-container a:link:hover,
.load-container a:visited:hover {
  text-decoration: underline;
}
.loader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.no-cssanimations .load-container .loader {
  text-indent: 0;
  text-align: center;
  color: #FFF;
  font-size: 17px;
  background: none;
  border: 0 none;
  width: auto;
  height: auto;
  margin: 1em auto;
  overflow: visible;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}
.no-cssanimations .load-container .loader:before,
.no-cssanimations .load-container .loader:after {
  display: none;
}
@media (max-width: 960px) {
  .inner {
    width: 480px;background: #0dcecb;
  }
}
@media (max-width: 500px) {
  .inner {
    width: 100%;
  }
  .load-container {
    width: 100%;
  }
}
.load8 .loader {
  margin: 35px auto;
  font-size: 13px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.load5-container {
  height: 240px;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left : 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
}

.load5 .loader {
  margin: 40px auto;
  font-size: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  top : 40%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.listTitle{
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: left;
    padding-left: 40px;
}
.desktopTitle{
	background-image: url(../../../common/image/desktopTitle.png);
}
.appTitle{
	background-image: url(../../../common/image/appTitle.png);
	margin-top: 20px;
}

.appList{
	list-style: none outside none;
    display: block;
    overflow: hidden;
    width: 100%;
	vertical-align: top;
	text-align: left;
}
.appList .appLi{
	margin: 30px 20px;
    display: inline-block;
    vertical-align: top;
}
.appView {
	
}
.appContainer{
    width: 150px;
    height: 150px;
    background-image: url(../../../common/image/app-bg.png);
    position: relative;
    text-align: center;
}
.appContainer .appIcon{
	width: 85px;
	height: 85px;
	margin-top: 20px;
	cursor: pointer;
}
.appContainer .appName{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
    padding: 0 20px;
    font-size: 16px;
    cursor: default;
}
.appListSpinContain{
    margin-top: 62.5px;
    margin-left: 50%;
    position: absolute;
    top: 0;
}


.singleList:after{
	content: " ";
	height: 80%;
	vertical-align: middle;
	display: inline-block;
}
.singleList .test, .singleList .appList{
    text-align: center;
    padding-bottom: 22px;
}
.singleList .testli{
    margin: 30px 25px;
}
.singleList .desktopView{
    width: 235px;
    height: 265px;
    background-image: url(../../../common/image/desktop-bg1_single.png);
}
.singleList .desktopState{
    width: 135px;
    height: 135px;
    margin: 15px auto 25px;
}
.singleList .desktopAndMenuView .desktopState {
    margin: 25px auto 15px;
}

.singleList .desktopAndMenuView .desktopView{
	background-image: url(../../../common/image/desktop-bg2_single.png);
	padding-top: 10px;
}
.singleList .desktopState-bg {
	background:url(../../../common/image/desktop_single.png) no-repeat; 
	background-size: cover;
}

.singleList .desktopGroupState-bg {
	background:url(../../../common/image/desktop_group_single.png) no-repeat; 
	background-size: cover;
}
.singleList .desktopState .on {
	background:url(../../../common/image/on_single.png) no-repeat; 
	background-size: cover;
}

.singleList .desktopState .off {
	background:url(../../../common/image/off_single.png) no-repeat; 
	background-size: cover;
}
.singleList .menuBar {
	height : 50px;
	position: relative;
	background-image: url(../../../common/image/menuBar-bg_single.png);
}
.singleList .tipspan div{
	height : 50px;
	line-height:50px;
	font-size: 15px;
}