﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5B8B\4F53}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
ul,ol{list-style:none outside none;}
a{text-decoration:none;color:#00753e}
a:hover{text-decoration:underline;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000000;}
fieldset,img{border:0 none;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
body{min-width:1000px; background-color:#353535; font-family: "Microsoft YaHei";
scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/
scrollbar-face-color: #7a7878; /**//*立体滚动条的颜色*/
scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜
色*/
scrollbar-highlight-color: #666; /**//*滚动条空白部分的
颜色*/
scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜
色*/
scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴
影的颜色*/
scrollbar-track-color: #e5e4e4; /**//*立体滚动条背景颜色*/
scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/ 
  /**google 和 火狐浏览器 旋转**/
    /*transform: rotate(90deg);    
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);*/ 
         /** IE 旋转**/
                /*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7660444431189777, M12=-0.6427876096865394, M21=0.6427876096865398, M22=0.7660444431189779);*/
}

html{overflow-x:hidden;}
/*超过隐藏用省列号显示*/
.exceed {
    word-break: keep-all; /* 不换行 */
                                           overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
            white-space: nowrap; /* 不换行 */
            text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*不换行*/
.NOWRAP {
      word-break: keep-all; /* 不换行 */
            white-space: nowrap; /* 不换行 */
}

/*画表格边框*/
.tableBorder {
    width:100%;
      border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
border:solid #5b5b5b; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
margin:0 auto;
text-align:center;
     background:#FEFEFE;  
}
/*画表格边框*/
.tableBorder tr,.tableBorder th,.tableBorder td {border:solid #5b5b5b;border-width:0 1px 1px 0;}
.bottomOperation {height:48px;width:99%;position:absolute;bottom:0px;left:10px;}
.publicListExit{

    background:url(/images/newExty.png) no-repeat;
    display: block;
    float: right;
    height: 36px;
    width: 36px;
  /*margin-top: 2px;*/
}
    .publicListExit:hover {background: url(/images/newExt.png) no-repeat;
    }
    
    .punlicListPeizhi { 
    background:url(/images/newshezhiy.png) no-repeat;
    display: block;
    float: right;
    height: 36px;
    /*margin-top: 2px;*/
    width: 36px;
}
    .punlicListPeizhi:hover {background: url(/images/newshezhi.png) no-repeat;}
.punlicDataBrowse { 
    background:url(/images/DataBrowsey.png) no-repeat center center;
    display: block;
    float: right;
    height: 36px;
    /*margin-top: 2px;*/
    width: 40px;
}
.punlicDataBrowse:hover {background: url(/images/DataBrowse.png) no-repeat center center;}
.punlicGetBack { 
    background:url(/images/GetBacky.png) no-repeat center center;
    display: block;
    float: right;
    height: 36px;
    /*margin-top: 2px;*/
    width: 40px;
}
.punlicGetBack:hover {background: url(/images/GetBack.png) no-repeat center center;}
.TextButton { width: 72px;height:21px;background:#595959;border-radius: 4px;border:none;
    color: #ffffff;
    cursor: pointer;

}
.TextButtonH { width: 72px;height:21px;background:#CDCDCD;border-radius: 4px;border:none;
    color: #ffffff;
    cursor: pointer;

}

/*密码强度*/
.pw-strength {clear: both;position: relative;top:3px;width:125px;}
.pw-bar{background: url(/images/pwd-1.png) no-repeat center;height: 14px;overflow: hidden;width: 130px;margin-left:2px;}
.pw-bar-on{ top: 6px;background:  url(/images/pwd-2.png) no-repeat; width:0px; height:14px;position: absolute;left: 3px;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 41.6px;}
.pw-medium .pw-bar-on {width: 83.3px;}
.pw-strong .pw-bar-on {width: 130px;}
.pw-txt {width: 125px;overflow: hidden;margin-left:8px;}
.pw-txt span {color: #ffffff;float: left;font-size: 12px;text-align: center;width:38.6px;}


/*字体颜色*/
 /*.yellow {color:#edc03c;
}
 .green {color:#2df140;
}
 .BrightRed {color:#FB3838;
}*/

 /*设备链接*/
.SheBeiLianJie {color:#fff;border:#5B5B5B solid 1px;border-radius: 5px;float:right;text-align:center;padding:6px;margin-right:10px;
}