/* 滚动条的样式 */
		.scoll{
			overflow: auto;
		}
    .scoll::-webkit-scrollbar{
			width: 6px;
			/* height: 56px; */
			background-color: rgba(0, 0, 0, 0.34);
		}
	.scoll::-webkit-scrollbar{
			width: 8px;
			/* height: 56px; */
			background-color: rgba(0, 0, 0, 0.34);
		}
    .scoll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
           /*  background:blue;   */
           display:none;
      }  
    .scoll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
            background:red;  
    }  
    .scoll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
            background:#e6e6e6;  
    }  
    .scoll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
        background:#bbb;  
        border-radius:4px;  
    }  
    .scoll::-webkit-scrollbar-corner {/*边角（位置6）*/  
        background:#e6e6e6;   
    }  
    .scoll::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
        background:#e6e6e6;  
    }  
    .scoll{  
        scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/   
        scrollbar-face-color: #333; /**//*立体滚动条的颜色*/   
        scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/   
        scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/   
        scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/   
        scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/   
        scrollbar-track-color: #e6e6e6; /**//*立体滚动条背景颜色*/   
        scrollbar-base-color:#bbb; /**//*滚动条的基本颜色*/   
    } 
    input::-ms-clear,
    input::-ms-reveal,
    div::-ms-clear,
    div::-ms-reveal{
    
               display:none;
    }
/**按钮**/
.ic-btn {
  display: inline-block;
  min-width: 60px;
  padding: 0px 10px;
  font: normal normal 12px 微软雅黑;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  margin-left:10px;
  border: 0px solid black;
  border-radius: 5px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:pointer;
  outline:none;
  box-sizing: border-box;
}
/**清除最左边元素左边距保持对齐**/
.clear-marginleft{
  margin-left: 0px;
}

.ic-btn-default {
  background-color: #3f88ec;
}
.ic-btn-default:hover,
.ic-btn-default:focus {
  background-color: #2565bd;
}
.ic-btn-default:active {
  background-color: #286090;
}
.ic-btn-primary {
  color: #000000;
  background-color: #ccc;
}
.ic-btn-primary:hover,
.ic-btn-primary:focus {
  background-color: #aaa;
}
.ic-btn-primary:active {
  background-color: #999;
}
.ic-btn-operation{
        border:1px solid #ccc;
            color:#444;
           background:#fff;
        }
         .ic-btn-operation:hover,
        .ic-btn-operation:focus {
             border:1px solid #e5e5e5;
            color:#444;
            background-color:#e5e5e5;
        }
        .ic-btn-operation:active {
            border:1px solid #e5e5e5;
            color:#444;
            background-color:#e5e5e5;
        }
        .ic-btn-white{
           color:#444;
           background: #eee;
           border:none;
           font: normal normal 12px 微软雅黑;
         }
.pl10{
	margin-left:10px;
}
.marginLeft5{
	margin-left:5px;
}
.ic-btn20{
	width:50px !important;
	height:20px !important;
}
.ic_btn50_20{
	width:50px !important;
	height:20px !important;
	line-height:20px !important;
}
.table-ip{
	font-size:12px !important;
	height:14px !important;
	padding:0px !important;
	line-height:12px !important;
	padding-right:10px !important;
    border:1px solid #fff !important;
}
/**textarea*****/
textarea{
	font:normal normal 12px 微软雅黑;
	min-width: 120px;
	min-height: 18px;
	border: 1px solid #ccc;
	color:#444;
	resize:none;
	overflow:auto;
	white-space: pre-wrap;
	box-sizing:border-box;
	outline:none;
}
textArea {
  font:normal normal 12px 微软雅黑;
  width: 250px;
  height:75px;
  box-sizing：border-box;
  padding: 0 10px;
  border: 1px solid #ccc;
  resize:none;
  overflow:auto;
  box-sizing:border-box;
}
.table_area{
	border:1px solid #fff !important;
}
textarea:hover,
textarea:active{
			outline:none;
			border: 1px solid #2565bd;
			box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
}
/***********************************************tab页签**********************/
.common_tabs {}
.common_tabs_head {
    height: 31px;
    line-height: 31px;
    white-space:nowvrap;
    font-size: 0;
    
}
.common_tabs_head a {
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    min-width:90px;
    height:32px;
    line-height:32px;
    box-sizing:border-box;
}
.common_tabs_head_big {
    height: 31px;
    line-height: 31px;
    white-space:nowvrap;
    font-size: 0;
    
}
.common_tabs_head_big a {
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    min-width:110px;
    height:32px;
    line-height:32px;
    box-sizing:border-box;
}
.common_tabs_head_auto {
    height: 31px;
    line-height: 31px;
    white-space:nowvrap;
    font-size: 0;
    
}
.common_tabs_head_auto a {
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    height:32px;
    line-height:32px;
    box-sizing:border-box;
}
.common_tabs_body {
    border: 1px #ccc solid;
      background-color: white;
}
.common_tabs_content{
    background-color: white;
    height: 100%;
    overflow: auto;
}
.common_tabs_current {
    border:1px solid #ccc;
    border-left:0px;
    color: #444;
    height:32px;
    line-height:32px;
    background: #FFFFFF;
    border-bottom:2px solid #2565bd;
}
.commom_tabs_normal {
 font:normal normal 14px 微软雅黑;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #fff;
    height:37px;
    line-height:36px;
    color: #444;
}
.commom_tabs_normal:hover{
	position:relative;
	z-index:200000;
    box-shadow:0px 1px 6px 0px rgba(0,0,0,0.28);
}
.common_tabs_current:first-child,
.commom_tabs_normal:first-child {
    border-left: 1px #ccc solid; 
}
.bg_close{
    height: 10px;
    width: 10px;
    border-radius : 5px;
    margin-right:3px;
    margin-top:3px;
    background: url(../images/close.png) center center no-repeat;;
}
.border_l_r0{
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
}
.commonBorder{
	border:1px solid #ccc;
}
.listFold{
	display:inline-block;
	width:32px;
	height:32px;
	background-image:url("../images/listFold.png");
	background-repeat:no-repeat;
	background-position:center center;
	
}
.listFold:hover{
	display:inline-block;
	width:32px;
	height:32px;
	background-image:url("../images/listFoldHover.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	
}
.wid32{
	width:32px !important;
}
.common_tabs_body lable{
	color:#444;
}
/**************************文本框********************************/
.ip_box {
  vertical-align: middel;
  height: 22px;
  line-height: 22px;
}
.ip_box label {
  display: inline-block;
  font: normal normal 14px 微软雅黑;
  color: #666;
  margin-right: 10px;
}
input[type="text"] {
  width:120px;
  height:24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font: normal normal 12px 微软雅黑;
  border: 1px solid #ccc;
  color: #666;
  -web-kit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  text-decoration: none;
  outline:none;
  line-height:24px;
  vertical-align: middle;
}
input[type="password"] {
  width:120px;
  height:24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font: normal normal 12px 微软雅黑;
  border: 1px solid #ccc;
  color: #666;
  -web-kit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  text-decoration: none;
}
.ip_sl {
  height: 22px !important;
}

.ip_wlg {
  width:250px !important;
  min-width: 250px !important;
}
.ip_w80 {
  width:80px !important;
  min-width: 80px !important;
}
.ip_data{
	width:160px !important;
	background-position: 140px 4px !important;
}
.ip_data:hover{
	  border: 1px solid #2565bd !important;
  background: url("../images/dataHover.png") !important;
  background-repeat: no-repeat !important;
  background-position: 140px 4px !important;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28) !important;
}
.lg_text {
	width:250px !important;
  min-width: 250px  !important;
}
.ip_300{
	min-width:330px !important;
}
.ip_login{
	width:100% !important;
	height:32px !important;
}
input[type="text"]:hover{
  border: 1px solid #2565bd;
}
input[type="text"]:hover.form_shadow{
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
   position:relative;
  behavior: url(../common/css/ie-css3.htc);
}
.borderB{
	border:1px solid #2565bd !important;
}
.vi3{
	vertical-align: middle;
}
.popLable{
	vertical-align: middle;
    margin-right: 15px;
}
.commonLable{
 display:inline-block;
  font:normal normal 12px  微软雅黑;
  color:#444;
  padding-left:15px;
  vertical-align: middle;
  word-wrap: break-word;
}
.commonLable .commonSpan{
	vertical-align: middle;
}
.commonLable .commonSpan01{
	vertical-align: middle;
	margin-right:10px;
}
.commonLable .label{
	 font:normal normal 12px  微软雅黑;
	 vertical-align: middle;
	 margin-right:10px;
	 color:#444;
}
.commonLable:first-child{
	padding-left:0px;
}
.commonLable>input{
  vertical-align: middle;
}
.commonLable>.ic_dropMenu{
	margin-left:10px;
}
.commonLable input:nth-child(4){
	margin-left:0px;
}
.commonLable01{
  font:normal normal 14px  微软雅黑;
  color:#444;
}
.commonLable01>input{
  margin-left:15px;
}
.ml_lable15{
  margin-left:15px;
}
.commonLable02{
  font:normal normal 14px  微软雅黑;
  color:#333;
  position:relative;
}
.spanLable{
	font:normal normal 12px 微软雅黑;
	color:#444;
    vertical-align: middle;
    margin-left:10px;
	
}
.textareaIcon{
	position:relative;
}
/*必填:textarea等多行内容区专用   */
.ip_filter02{
 display:inline-block;
  width:15px;
  height:20px;
  margin-top:1px;
  background-image:url("../images/bitian.png");
  background-position:center center;
  background-repeat:no-repeat;
  position:absolute;
  right:0px;
  top:50%;
  margin-top:-10px;
  background-color:#fff;
}
/*必填:单行内容专用,采用不占位处理,适用于单行控件后面紧接着其它内容，避免挤压引起的布局破坏*/
.ip_filter01{
  display:inline-block;
  width:15px;
  height:20px;
  margin-top:1px;
  background-image:url("../images/bitian.png");
  background-position:center center;
  background-repeat:no-repeat;
  position:absolute;
  right:-15px;
  background-color:#fff;
}
/*必填:单行内容专用,必填图标会占用后面区域,适用于普通的单行文本区独占整行的情况，*/
.ip_filter{
  display:inline-block;
  width:15px;
  height:10px;
  margin-top:1px;
  background-image:url("../images/bitian.png");
  background-position:center right;
  background-repeat:no-repeat;
  background-color:#fff;
}
.ip_uploading{
  display:inline-block;
  width:23px;
  height:20px;
  margin-top:1px;
  background-image:url("../images/uploading.png");
  background-position:center center;
  background-repeat:no-repeat;
  position:absolute;
  right:1px;
  background-color:#fff;
}
/******************************复选框***********************/

.custom-checkbox,
.custom-radio {
  position: relative;
  display: inline-block;
}
.custom-checkbox input {
  position: absolute;
  left: 2px;
  top: 2px;
  margin: 0;
  width: 12px;
  height: 12px;
  opacity: 0;
  filter:alpha(opacity=10);
  outline: none;
}
.custom-radio label,
.custom-checkbox label {
  display: block;
  position: relative;
  padding-right: 1em;
  line-height: 1;
  padding: .5em 0 .5em 20px;
  margin: 0 0 .3em;
  cursor: pointer;
  font: normal normal 12px  微软雅黑;
  color: #666;
  text-decoration: none;
  border: 0px;
  outline: none;
}
.custom-checkbox label {
  background: url(../images/checkbox1.gif) no-repeat;
}
.custom-radio label {
  font: normal normal 12px  微软雅黑;
  color: #666;
  background: url(../images/checkbox1.gif) no-repeat;
}
.custom-checkbox label,
.custom-radio label {
  background-position: 2px -31px;
}
.custom-checkbox label.hover1,
.custom-checkbox label.focus,
.custom-radio label.hover1,
.custom-radio label.focus {
  background-position: 2px -184px;
}
.custom-checkbox label.checked,
.custom-radio label.checked {
  background-position: 2px -349px;
}
.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
  background-position: 2px -349px;
}
.custom-checkbox label.focus,
.custom-radio label.focus {
  outline: 1px dotted #ccc;
}
/* input, label positioning */
.custom-radio input {
  position: absolute;
  left: 2px;
  top: 2px;
  margin: 0;
  width: 12px;
  height: 12px;
  opacity: 0;
}
.custom-radio label {
  display: block;
  position: relative;
  padding-right: 1em;
  line-height: 1;
  padding: .5em 0 .5em 20px;
  margin: 0 0 .3em;
  cursor: pointer;
  outline:none;
  margin-left:15px;
}
.custom-radio:firstChild{
	margin-left:0px;
}
.mian_box {
  width: 20px;
  height: 20px;
  position: relative;
}
.mian_box input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: 1000000;
  cursor: pointer;
  top: -3px;
  left: -3px;
}
.opacity {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.mian_box .check_box {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../images/checkbox1.gif");
  background-position: 0px -37px;
  background-repeat: no-repeat;
  top: 3px;
  left: 4px;
}
.mian_box .check_box:hover,
.mian_box .check_box.hover {
  background-position: 0px -190px;
}
.mian_box .check_box:focus,
.mian_box .check_box:active {
  background-position: 0px -355px;
}
.mian_box .check_box.focus,
.mian_box .check_box.checked,
.mian_box .check_box.checkedHover,
.mian_box .check_box.checkedFocus {
  background-position: 0px -355px;
}
/********************************下拉框*********************************************************/
select{
	font:normal normal 12px 微软雅黑;
	border:1px solid #ccc;
	color:#444;
}
.drop_box {
  display: inline-block;
  zoom: 1;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.ic_dropMenu {
  position: relative; 
  display: inline-block;
  vertical-align: middle;
}
.tc_win .ic_dropMenu{
	position:inherit;
	vertical-align: middle;
}
.ic_dropMenu .menu_text {
  font: normal normal 12px 微软雅黑;
  width: 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  border: 1px solid #ccc;
  color: #666;
  padding-left: 10px;
  cursor: pointer;
  position:relative;
  background:url("../images/seltIcon.png");
  background-repeat:no-repeat;
  background-position:center right;

}
.ic_dropMenu .menu_text span{
	margin:0;
	letter-spacing: 0;
	display: inline-block;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    line-height: 22px;
}

.ic_dropMenu .menu_text:hover {
  border-color: #2565bd;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
}
 .menu_list {
  min-width: 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  behavior: url(ie-css3.htc);
  position: absolute;
  /*top: 24px;*/
  left: 0px;
  margin: 0px;
  list-style: none;
  display: none;
  z-index: 100;
  background: #fff;
  overflow: auto;
  max-height:240px;
 -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
}
 .menu_list li {
  box-sizing:border-box;
  font: normal normal 12px 微软雅黑;
  color: #666;
  line-height: 24px;
  cursor: pointer;
  display: block;
  letter-spacing:0;
  -webkit-appearance : none;
  -moz-appearance : none; 
  padding:0px 10px;
  white-space: nowrap;
}
.menu_list li:hover,
.menu_list li:focus,
.menu_list li:active {
  color: #2565bd;
  background: #f3f3f3;
}
.ic_dropMenu .lg_list {
  min-width: 250px;
}
.ic_dropMenu .sl {
  height: 24px;
  line-height: 24px;
}
.ic_dropMenu .lg {
  height: 22px;
  line-height: 22px;
}
.drop_line {
  behavior: url(ie-css3.htc);
   -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
}
.ic_dropMenu .disabled {
  background: #f3f3f3;
  cursor: not-allowed;
   border:1px solid #ccc !important;
}
.ic_dropMenu .disabled .menu_text:hover {
  background: #f3f3f3;
  cursor: not-allowed;
  border:1px solid #ccc !important;
}
.hidUIClsPar {
  border-color: 1px solid #ccc;
}
.showUlCls {
  border-color: #2565bd !important;
  border-bottom: 0px;
  /*   "border-color": "#2565bd",
   "border-bottom": "0px" */
}
.hidUlCls {
  font: normal normal 12px 微软雅黑;
  width: 110px;
  border: 1px solid #ccc;
  color: #666;
  padding-left: 10px;
  cursor: pointer;
}
.seIcon{
  display:inline-block;
  width:10px;
  height:10px;
  position:absolute;
  top:8px;
  right:10px;
  background:url("../images/drop.png");
  background-repeat:no-repeat;
  cursor: pointer;
}
.selectedStyle{
	display:none !important;
}
/*************************************表格******************************************************/
/****大表格********/
.fixTableHead {
  z-index:9;
}
.fixTableHead tr {
  background: #eee;
}
.fixTableHead tr th {
  font:normal normal 14px 微软雅黑;
  color:#444;
  height: 32px;
  text-align: left;
}

.icHeadBgColor{
	background: #eee;
}
/*************外层的table****************************/
.icTable01 {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #ccc;*/
}
.icTable01 > thead {
  background: #eee;
}
.icTable01 > thead tr {
  height: 32px;
}
.icTable01 > thead tr th {
  text-align: left;
  font:normal normal 14px 微软雅黑;
  color:#444;
  word-break: keep-all;
  white-space: nowrap;
  padding-right:10px;
}
.icTable01 > tbody tr {
  border: 0px solid #e5e5e5;
  height: 30px;
  border-left: 0px;
  border-right: 0px;
}
.icTable01 > tbody tr td {
  font:normal normal 12px 微软雅黑;
  color:#444;
  word-break: keep-all;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  padding-right:10px;
}
.icTable01 > tbody tr.hover,
.icTable01 > tbody tr.focus,
.icTable01 > tbody tr.active {
  behavior: url(ie-css3.htc);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
}
/****/
.icTable {
  width: 100%;
  border-collapse: collapse;
/*border: 1px solid #ccc; */ 
}
.icTable > thead {
  background: #eee;
  color:#444;
}
.icTable > thead tr {
  height: 32px;
  border:0px;
}
.icTable > thead tr th {
  text-align: left;
  font:normal normal 14px 微软雅黑;
  color:#444;
  word-break: keep-all;
  white-space: nowrap;
  padding-right:10px;
}
.icTable > tbody tr {
  border: 1px solid #e5e5e5;
  height: 30px;
  border-left: 0px;
  border-right: 0px;
}
.icTable > tbody tr td {
  font:normal normal 12px 微软雅黑;
  color:#444;
  word-break: keep-all;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  padding-right:10px;
}
.icTable > thead tr th:first-child,
.icTable > tbody tr td:first-child {
  padding-left: 10px;
}

.icTable > tbody tr:hover,
.icTable > tbody tr:focus {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  background:#f3f3f3;
}
.icTable > tbody tr.hover,
.icTable > tbody tr.focus,
.icTable > tbody tr.active {
  behavior: url(ie-css3.htc);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
}
.icTable01 .icTable>tbody>tr td:nth-child(2){
	padding-left:10px;
}
.icTable03,
.icTable03 tr,
.icTable03 tr td,
.icTable03 tr th{
	border:0px solid #ccc !important;
}

/*************行选中样式**************/
.tableActive{
	background-color: #e5f1ff !important;
}
/**适用两列table 左侧标题，右侧输入框*/
.commonTable01{
	border-collapse: collapse;
}
.commonTable01 td,.commonTable01 th{
	padding:0px 0 10px 0;
    font: normal normal 12px 微软雅黑;
	color:#444;
}
.commonTable01 td:first-child,.commonTable01 th:first-child {
	/* padding-left: 10px; */
    padding-right: 15px;
    white-space: nowrap;
    text-align: right;
}
/* td的阴影 */
 .td_shdow{
    position:relative;
	z-index:10;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.36);
    padding:0px !important;
    background:#fff !important;
    top:0px;
    left:0px;
	
} 
/**特殊th**/
.pr15{
	padding-right:15px !important;
}
/**特殊td**/
.pr30{
	padding-right:30px !important;
}
/**特殊td**/
.pl30{
	padding-left:30px !important;
}
.mt30{
	margin-top:30px;
}
.mt10{
	margin-top:10px;
}
.mar10 {
	margin: 10px;
}
.pl_10{
	padding-left:10px;
}
/*去除上边框*/
.border_top0 {
  border-top: 0px;
}
.border_left0 {
  border-left: 0px;
}
/*文本的位置*/
.text_left {
  text-align: left;
}
.text-right {
  text-right: right;
}
.text-center {
  text-align: center;
}
/*如果含有checkbox添加宽度*/
.tab_checkWidth {
  width: 13px;
  padding-left: 10px;
 
}
/*大表格添加最小宽度*/
.th_minWidth {
  min-width: 80px;
}
.mar01{
	margin-top:1px;
}
.thColor{
	background:#f3f3f3 !important;
}
.tab_border{
	border:1px solid #ccc;
}
.tab_borderTop{
	border:1px solid #ccc;
}
.tdMulitCheck01{
	height:22px;
	line-height:22px;
}
/***************************************分页******************************************/
.ic_page {
  width: 100%;
  height: 28px;
  text-align: center;
  margin-top: 5px;
}
.ic_page span {
  font: normal normal 12px 微软雅黑;
  color: #444;
  vertical-align: middle;
}
.ic_page .total_num {
  color: #2565bd;
  margin: 0px 5px;
}
.ic_page .total_page {
  color: #2565bd;
  margin: 0px 5px;
}
.ic_page input {
  width: 28px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  display: inline-block;
  _zoom: 1;
  *_display: inline;
  text-align: center;
  margin: 0px 10px;
  min-width: 10px;
  padding: 0px;
}
.ic_page div {
  display: inline-block;
  _zoom: 1;
  *_display: inline;
  width: 50px;
  height: 24px;
  color: #444;
  border: 1px solid #ccc;
  font: normal normal 12px 微软雅黑;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.ic_page div:hover,
.ic_page div:focus,
.ic_page div:active {
  color: #444;
  background: #eee;
}
.ic_page .page_pre {
  margin-left: 10px;
}
.ic_page .page_next {
  margin-left: 10px;
}
/*****************************禁用*************************************/
input[disabled] {
  background-color: #F3F3F3;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
input:disabled {
  background-color: #F3F3F3;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
input.disabled {
  background-color: #F3F3F3;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
input[disabled]:hover {
  background-color: #F3F3F3;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
input:disabled:hover {
  background-color: #F3F3F3;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
input:hover.disabled {
  background-color: #F3F3F3;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
/************************************日期***********************************************/
.dateLabel{
	line-height: 24px;
	display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.dateinput {
  width: 120px;
  height: 22px;
  line-height: 22px !important;
  border: 1px solid #ccc;
  padding-left: 5px;
  background: url("../images/data.png");
  background-repeat: no-repeat;
  background-position: 100px 4px;
  vertical-align: middle;
}
.dateinput:hover,
.dateinput:active {
  border: 1px solid #2565bd;
  background: url("../images/dataHover.png");
  background-repeat: no-repeat;
  background-position: 100px 4px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28);
}
.center_data {
  display: inline-block;
  height: 1px ;
  width: 8px;
  background: #ccc;
  margin: 1px -3px;
  margin-top: 13px;
}

#datePlugin .data_icon{
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -12px;
  left: 32px;
}
.div1 {
  display: table;
  width: 100%;
  height: 100%;
}
.div2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.calendarTableDiv {
  font-family: "微软雅黑";
  width: 100%;
  height: 100%;
  display: inline-block;
}
.calendarHeadDiv {
  height: 12.5%;
  text-align: center;
  width: 100%;
  display: table;
}
.calendarHeadDiv0 {
  display: table-cell;
  vertical-align: middle;
}
.headSpan {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
}
.calendarBodyDiv {
  height: 87.5%;
}
.calendarTable {
  width: 100%;
  height: 100%;
}
.calendarTable tr td {
  text-align: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #787c87;
}
.tableTh td {
  color: #525768;
}
.month {
  color: #2565bd;
}
#year_num {
  color: #787c87;
}
.curentDay {
  color: #fff !important;
  background-color: #2565bd;
}
.prevBtn {
  margin-right: 20px;
}
.nextBtn {
  margin-left: 20px;
}
.prevYear {
  margin-left: 35px;
}
.prevYearBtn {
  margin-right: 5px;
}
.nextYearBtn {
  margin-left: 5px;
}
.preMonth,
.nextMonth {
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("../images/previous.png") center center no-repeat;
  cursor: pointer;
}
.nextMonth {
  background: url("../images/next.png") center center no-repeat;
}

/**************************************窗口类样式START************************************************/

/*---------------------消息窗口----------------------*/
.common_news {
    width: 284px;
    color: #444;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 110;
    background-color: white;
    box-shadow:0px 3px 38px 0px rgba(32, 102, 247, 0.2)
}
.common_news .common_news_h i {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    float: right;
    background: url(../images/popup/close.png);
}
.common_news_b {
    width: 244px;
    height: 120px;
    color: #444;
    font-size: 14px;
    padding: 0 14px;
    line-height: 30px;
    background: #FFFFFF;
}
.common_news_normal_h {
    font:bold normal 14px 微软雅黑;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    color: #3f88ec;
 
}

/*---------------------提示消息窗口----------------------*/
.hint_bg {
    display: none;
    width: 100%;
    height: 100%;
    background-image:url('../images/tc_bg2.png');
    background: rgba(0, 16, 30, 0.302);
   /*  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); */
    position: absolute;
   
}
.common_hint_news {
    width: 284px;
    color: #444;
    position: absolute;
    border: 1px #ccc solid;
   border-radius:  15px;
   background:#fff;
   margin:auto;
  box-shadow: 7.071px 7.017px 11px 0px rgba(0,0,0,0.18), 9.192px 9.192px 5px 0px rgba(0,0,0,0.17);
}
.common_hint_news_b {
    width: 244px;
    min-height: 70px;
    color: #444;
    font-size: 14px;
    padding: 0 20px;
    line-height: 30px;
    background: #fff;
}
.common_hint_news_normal_h {
    background: #999;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    background: #555;
}
.common_hint_news_btn_layout {
    background: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius:0px 0px 15px 15px;
    padding-bottom:15px;
}
/*---------------------弹出窗口----------------------*/

.tc_bg {
    display: none;
    width: 100%;
    height: 100%;
    /* background:url(../images/popup/bg.png) center center repeat; */
    background-image:url('../images/tc_bg2.png');
    background: rgba(0, 16, 30, 0.302);
   /*  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); */
    position:absolute;
 
    
}
.tc_win {
    position: absolute;
    color: #fff;
    background: #fff;
    max-width: 900px;
    min-width: 200px;
    border-radius:15px;
    box-shadow: 7.071px 7.017px 11px 0px rgba(0,0,0,0.18), 9.192px 9.192px 5px 0px rgba(0,0,0,0.17);
}
.tc_win_h {
    color: #fff;
    font-size: 14px;
    height: 44px;
    padding: 0px 14px 0px 15px;
    line-height: 44px;
    border-radius:15px 15px 0px 0px;
    margin-bottom:10px;
}
.tc_win_h span{
    display: inline-block;
    height:100%;
    font:normal bold 14px 微软雅黑;
    color:#3f88ec;
    margin-top:15px;
}
.tc_win_h i {
    width: 10px;
    height: 10px;
    margin-top: 15px;
    float: right;
    background: url(../images/pop/close1.png);
    cursor: pointer;
}
/**弹框添加全屏操作*/
.tc_win_h_right {
    margin-top: 15px;
	float: right;
	height:12px !important;
}
.tc_win_h_icon_item {
    cursor: pointer;
   	display : inline-block;
	width: 10px;
    height: 10px;
    margin-top:0px !IMPORTANT;
    float: left !IMPORTANT;
}
.tc_win_h_close {
    background: url(../images/pop/close1.png);
}
.tc_win_openFull {
	background: url(../images/pop/fullOpen.png) !IMPORTANT;
}
.tc_win_closeFull {
	background: url(../images/pop/fullClose.png) !IMPORTANT;
}
.tc_win_mr10 {
	margin-right:10px;
}
/**弹框添加全屏操作*/
.tc_win_b {
    padding: 0 20px 15px 20px;
    color: #444;
    min-height: 83px;
    max-height: 700px;
    margin-top:0px;
  
}
.btndiv6 {
	clear:both;
	margin:0px 10px;
	text-align:center;
	height:24px;
	margin-top:24px;
}
.btndiv6>input[type="button"]:FIRST-CHILD{margin-left:0px;}
/*弹出窗-灰色背景*/
.tcdiv {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/tc_bg2.png);
}
/*弹出窗-处理进度条 */
.loaddiv {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}
.pop_btn_layout{
	height:40px;
	line-height: 40px;
}
.pop_btn_bottom{
	width:100%;
	margin:10px 0;
}
.contdiv06{
	font-size:12px;
	color:#444;
	margin-top: 0px;
	overflow:auto;
	min-width:290px;
	min-height:45px;
	max-height: 650px;
}
.tc_win_b .mt0{
	margin-top: 0;
}
.tc_win_b .mt6{
	margin-top: 6px;
}
/**************************************窗口类样式END************************************************/

.active {
  display: none;
}

.imp {
	border:1px solid #ccc;
	width:250px;
	height:24px;
	line-height:24px;
	box-sizing:border-box;
	
}
.impText {
	display:inline-block;
	width:225px;
	height:24px;
	float:left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#666;
	padding-left:10px;
	box-sizing:border-box;
}
.impImg {
	display:inline-block;
	width:18px;
	height:24px;
	background:url("../images/btn/fileUp.png");background-repeat:no-repeat;background-position:center center;
}
.impImg:hover{
	display:inline-block;
	width:18px;
	height:24px;
	background:url("../images/btn/fileUpHover.png");background-repeat:no-repeat;background-position:center center;
}
.LogDetail{
	height:338px;
	width:400px;
	padding:5px 10px;
	border:1px #ccc solid;
	overflow: auto;
}
