@charset "UTF-8";
.fr{float: right;}
/* 集群 */
.sa-topbar-head, .sa-topbar-nav, .sa-topbar-info {
	height: 100%;
}
.sa-topbar-head > a:hover, .sa-topbar-nav > a:hover {
	text-decoration: none;
	color: #fff;
}
.sa-topbar-head-logo, .sa-topbar-head-bukt, .sa-topbar-nav-btn {
	display: inline-block;
	line-height: 50px;
	color: #fff;
}
.sa-topbar-head-but:hover, .sa-topbar-nav-btn:hover, .sa-topbar-nav-list > a:hover {
	background-color: #16b7ff;
}
.sa-topbar-head-but, .sa-topbar-nav-btn {
	font-size: 14px;
}

/* 页头 */
.sa-topbar-warp {
	position: relative;	/* min-width: 1170px; */
	height: 60px;
	box-shadow: 0px 0px 10px #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.sa-topbar-head {
	position: relative;
	z-index: 10;
}
.sa-topbar-head-logo {
	display: inline-block;
	/*width: 72px;*/
	width: 234px;
	height: 50px;
	text-indent:110px;
	font-size: 16px;
	background: url('../images/logo.png') no-repeat left / contain;
}
.sa-topbar-nav {
	position: relative;
}
.sa-topbar-nav-btn {
	position: relative;
	padding: 0 30px;
}
.sa-topbar-nav-active, .sa-topbar-warp .open {
	background-color: #16b7ff;
    box-shadow: 0 0 3px #0087b4;
}
.sa-topbar-nav-active .sa-topbar-nav-list {
	display: block;
}
.sa-topbar-nav-user-center {
	color: #fff;
}
.sa-topbar-nav-list {
	background-color: #4bcaff;
}
.sa-topbar-nav-list > a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
.sa-topbar-info {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 50px;
	z-index: 9;
}
.sa-topbar-info-search, .sa-topbar-info-phone, .sa-topbar-info-notice, .sa-topbar-info-workOrders, .sa-topbar-info-help, .sa-topbar-info-user {
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 10px;
	position: relative;
}
.sa-topbar-info-phone, .sa-topbar-info-notice, .sa-topbar-info-workOrders, .sa-topbar-info-help, .sa-topbar-info-user {
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
}
.sa-topbar-info-search > a:hover, .sa-topbar-info-phone > a:hover, .sa-topbar-info-notice > a:hover, .sa-topbar-info-workOrders > a:hover, .sa-topbar-info-help > a:hover, .sa-topbar-info-user > a:hover {
	text-decoration: none;
}
.sa-topbar-info-search > a, .sa-topbar-info-phone > a, .sa-topbar-info-notice > a, .sa-topbar-info-workOrders > a, .sa-topbar-info-help > a, .sa-topbar-info-user > a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	color: #fff;
}

/* 搜索 */
.sa-topbar-info-search-body {
	position: absolute;
	left: -228px;
	width: 284px;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
}
.sa-topbar-info-search-body > i {
	position: absolute;
	top: 27%;
	right: 12px;
	color: #000;
}

/* 消息提醒 */
.sa-topbar-info-badge-bg {
	background-color: #ff9900;
	color: #fff;
}
.sa-topbar-info-messages {
	position: absolute;
	left: -60px;
	width: 440px;
}
.sa-topbar-info-messages-head {
	padding-top: 0;
	padding-bottom: 0;
}
.sa-topbar-info-messages-body {
	font-size: 14px;
	padding: 5px;
}
.sa-topbar-info-messages-footer {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

/* 站内消息通知 */
.sa-messages {
	display: block;
	width: 100%;
	line-height: 2;
	padding: 5px 5px 0;
	border-bottom: 1px solid #ccc;
}
a.sa-messages:last-child {
	border-bottom: none 0;
}
.sa-messages-body, .sa-messages-type {
	display: inline-block;
}
.sa-messages-type {
	margin-top: 5px;
}
.sa-messages-content, .sa-messages-date, .sa-messages-type-body {
	font-style: normal;
}
.sa-messages-content {
	display: block;
	line-height: 1;
}
.sa-messages-type-body {
	padding: 5px;
	background-color: #f0f0f0;
}

/* 工单服务 */
/*.sa-topbar-info-workOrders-body, .sa-topbar-info-help-body {
	left: 159px;
	min-width: 100px;
}
.sa-topbar-info-workOrders-body > a, .sa-topbar-info-help-body > a {
	display: block;
	text-align: center;
	line-height: 30px;
}*/

/* 帮助与文档 */
/*.sa-topbar-info-help-body, .sa-topbar-info-user-exit {
	left: 259px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}*/

/* 用户退出 */
/*.sa-topbar-info-user-exit {
	left: 382px;
	line-height: 2;
	padding: 0;
	margin: 0;
}
.sa-topbar-info-user-exit > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	margin: 2px 0 0;
}
*/
/* 主体 */
.sa-mian {
	/* position: relative; */
	height: 100%;
}

/* 侧边栏 */
.sa-mian-side {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 160px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #3d4b68;
}
.sa-mian-side-min .sa-main-list-titles {
	padding-left: 20px;
}

/* 收缩按钮 */
.sa-mian-showHide-side {
	width: 100%;
	height: 30px;
	display: block;
	text-align: center;
	cursor: pointer;
	
}
.sa-mian-showHide-side > i {
	color: #fff;
}

/* 模块列表 */
.sa-main-list {
	width: 100%;
	padding: 0px; margin: 0px;
}
.sa-main-list > li {
	position: relative;
	line-height: 40px;
	min-height: 40px;
	
}
.sa-main-list .sa-main-list-icon {
	position: absolute;
	right: 10px;
}
.sa-main-list > li > a, .sa-main-list .dropdown-menu > a {
	display: block;
	height: 100%;
	padding-left: 10px;
}
.sa-main-list > li > a {
	color: #fff;
	text-decoration: none;
	/*margin-top: 1px;*/
	padding:5px 0;
	border-top: 1px solid #515e7a;
    border-bottom: 1px solid #515e7a;
}
.sa-main-list .sa-main-list-title {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
.sa-sub-menu {
	display: none;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none 0;
	border-radius: 0;
}
.sa-sub-menu > a {
	display: block;
	color: #c3cbdc;
	line-height: 40px;
	padding-left: 20px;
	text-decoration: none;
	
}
.sa-sub-menu > a:hover {
	background-color: #096bb2;
	color: #fff;
}

.sa-sub-menu-pad-left {
	padding-left: 10px;
}
.sa-main-list-titles {
	padding-left: 20px;
}
.sa-main-list-titles i{ color:#566789;float: right; margin-right:20px;font-size: 12px; font-style: normal;}
.sa-main-list-titles  i:before{ 
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    
}
.sa-sub-menu-active .sa-main-list-titles  i:before{
    content: "\e259";
}
.sa-sub-menu-icon {
	width: 30px;
}
.sa-sub-menu-active .sa-sub-menu {
	display: block;
}
/* 主体内容 */
.sa-main-body {
	position: absolute;
	top: 60px;
	left: 160px;
	right: 0;
	bottom: 0;
	width: auto;
	background-color: #eaedf1;
	overflow: auto;
}
.sa-main-body-left, .sa-main-body-right {
	height: auto;
	padding: 10px;
}

/* 公告 */
.m-notice{border-radius:4px;height: 42px;line-height:42px; background-color: #fff; margin:5px 0 20px 0; }
.m-notice .m-notice-title{ float: left; color: #096bb2;font-size: 14px;padding: 0 20px; }
.m-notice .m-notice-list ul:after{clear: both;height: 1px; display:block;}
.m-notice .m-notice-list li{float: left; margin-right: 15px;}
.panel-default{font-size: 16px; font-weight: bold;}
.panel-default .panel-more{ float: right;font-size: 12px;font-weight: normal;color: #ccc;}
.user-media .media-left{padding-right: 30px;}
.user-media .media-body{font-size: 14px;}
.user-media .media-body p{ margin-bottom: 5px;}
.user-media .media-heading{ padding: 10px 0; font-weight:normal ; color: #096bb2; margin-bottom: 20px;border-bottom: 1px solid #efefef;}
.list ul{padding:0; }
.list li {background: url(../images/point_01.jpg) no-repeat;background-position:0 12px ; text-indent: 20px; border-bottom: 0px solid #e7ecee; height: 34px; line-height: 34px; position: relative;}
.list li a{ height: 34px; line-height: 34px; padding-right: 100px; font-size: 14px;display: block; white-space:nowrap;overflow: hidden;text-overflow: ellipsis; color: #333; }
.list li:hover{ background-color: #f8f8f8;}
.list li:hover a{ color: #0076cd; }
.list li em{position:absolute;color: #A1ACB4;top:0px;right: 15px; font-size: 12px; font-style: normal;}

/*.sa-main-body-notice {
	height: 30px;
	padding-top: 5px;
	background-color: #fff;
}
.sa-body-notice {
	display: inline-block;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 8px;
	font-weight: 600;
	font-size: 12px;
}
.sa-body-notice-body {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
	overflow: hidden;
}
.sa-body-notice-body > li {
	float: left;
	line-height: 25px;
	padding-right: 30px;
}
.sa-body-notice-body > li:last-child {
	padding-right: 0;
}
.sa-body-notice-date {
	padding-right: 10px;
	color: #ccc;
}
.sa-body-notice-content {
	display: inline-block;
	color: #0b80b5;
}
.sa-body-notice-content-more {
	position: absolute;
	right: 0;
}
.sa-body-notice-content-more > a {
	color: #0b80b5;
}*/
.sa-main-body-left {
	width: 75%;
}

/* 用户信息 */
.sa-user {
	height: 150px;
	background-color: #fff;
}

/* 头像 */
.sa-user-info {
	width: 150px;
	text-align: center;
}
.sa-user-info-img {
	padding-top: 12px;
}
.sa-user-info-img > img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.sa-user-info .sa-user-info-name {
	display: block;
	padding-top: 12px;
	padding-bottom: 5px;
}
/* 用户信息布局控制 */
.sa-user-right {
    height: 100%;
    width: 100%;
    padding-left: 160px;
}
/* 资产 */
.sa-user-info-asset, .sa-user-info-asset-balance, .sa-user-info-asset-balance > p {
	padding: 10px;
}
.sa-user-info-asset {
	width: 48.7%;
	padding-bottom: 5px;
}
.sa-user-info-asset:nth-child(2n-1) {
	margin-left: 15px;
}
.sa-user-info-asset-balance > p > i,
.sa-user-info-asset-balance > p > em,
.sa-user-info-asset-balance > p > strong,
.sa-user-info-asset-operation > a > em {
	font-style: normal;
	font-weight: normal;
}
.sa-user-info-asset-balance > p > i {
	font-weight: 500;
	padding-left: 10px;
	font-size: 18px;
}
.sa-user-info-asset-balance > p > em {
	padding-right: 10px;
}
.sa-user-info-asset-balance > p > strong {
	padding-left: 10px;
	padding-right: 10px;
}
.sa-user-info-asset-operation {
	padding-bottom: 0;
}
.sa-user-info-asset-operation > a {
	float: left;
	padding: 5px 20px;
}
.sa-user-info-asset-operation .active {
	background-color: #0b80b5;
	color: #fff;
}
/* 我的产品 */
.sa-myProduct {
	min-height: 150px;
	margin-top: 10px;
	padding: 10px;
	background-color: #fff;
}
.sa-myProduct-title {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.sa-myProduct-list,.sa-myProduct-list > dt {
	padding-top: 10px;
}
.sa-myProduct-list > dd {
	border-bottom: none 0;
	padding: 5px;
	background-color: #f9fafc;
	margin: 5px 0;
}
.sa-myProduct-list > dd > a {
	display: inline-block;
	line-height: 20px;
	padding: 5px;
	text-decoration: none;
}
.sa-myProduct-list > dd > a > i {
	padding-right: 10px;
}

/* 隐藏侧边栏后鼠标移入悬浮显示菜单名 */
.show-menu-name {
	position: absolute;
	top: 0;
	left: 50px;
	min-width: 60px;
	padding: 10px;
	background-color: rgba(51, 122, 183,0.85);
	z-index: 10;
}
.show-menu-name:before {
	position: absolute;
	top: 35%;
	left: -6px;
	content: '';
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid rgba(51, 122, 183,0.85);
}
.show-menu-name > p {
	color: #fff;
}
.sa-main-body-right {
	width: 25%;
}
.sa-main-body-right .sa-myProduct {
	margin-top: 0;
}

/* 自定义 */
.form-margin-pad {
	padding-right: 15px;
	padding-left: 15px;
}
.text-size-14 {
	font-size: 14px!important;
}
.sa-width-100 {
	width: 100%;
}
/*新增*/
.sa-topbar-info .dropdown-menu{right:0px;left: auto;}
.mysys{ margin-top: 20px;text-align: center;}
.mysys-item{border: 1px solid #efefef; padding: 20px;box-shadow: 0px 1px 1px rgba(0,0,0,.15);}
.mysys-item .sys-img{  display: block;  }
.mysys-item .sys-img img{height:80px; width: 80px; margin: auto; text-align: center;}
.mysys-item .sys-name{height:40px;overflow: hidden;margin-top: 15px; font-size: 20px; }
.mysys-item .sys-info{height:36px;overflow: hidden;margin-bottom:20px;}
.mysys-item:hover{ background-color: #f5f6fa;border: 1px solid #e5e8f4;box-shadow: 0px 10px 10px rgba(0,0,0,.15);}
