/** 20170904
 * 构建平台
 * 通用样式*/
body {
    padding-bottom: 0;
    min-height: 100%;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a.table-a{
	text-decoration: underline;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}

input[type = checkbox], input[type = radio]{
	cursor: pointer;
}

label{
	font-weight: 400;
	margin-bottom: 0;
}

/* 单选复选 样式 */
.radio-con {
	vertical-align: middle;
	display: inline-block;
	padding-top: 3px;
	cursor: pointer;
	text-align: center;
	margin-right: 3px;
}
.checkbox-con {
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.content-infoList .checkbox-con {
	margin-right: 10px;
}

input[type = checkbox], input[type = radio]{
	width: 14px;
	height: 14px;
	margin:0;
	padding:0;	
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	vertical-align: top;
}

/* 单选复选 样式End */

/* 按钮尺寸  */
.btn.width-mini{
	width: 55px;
	padding: 0;
}
.btn.width-default{
	width: 80px;
	padding: 0;
}

/* 尺寸设置  */
.per50{
	width: 47%;
    margin: 0 5px;
    float: left;
}
.per40{
	width:38%;
	margin: 0 5px;
	float: left;
}
.per60{
	width: 58%;
	margin: 0 5px;
	float: left;
}
.per100{
	width:100%;
}

/* 超出截取  */
.ellipsis{
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.ellipsis-td{
	overflow: hidden;  
	text-overflow: ellipsis; 
	vertical-align: middle;  
	white-space: nowrap;
	width:98%;
	position: absolute;
}

/* 清除间隔  */
.padding0{
	padding:0;
}
.margin0{
	margin:0;
}
.margin-left15{
	margin-left:15px
}
.margin-right15{
	margin-right:15px
}
.margin-top50{
	margin-top:50px
}
.margin5{
	margin:5px 0
}
.margin-5{
	margin:0 5px;
}
.padding-15{
	padding:0 15px;
}
.margin-top10{
	margin-top:10px
}
.margin-bottom10{
	margin-bottom:10px
}

/* 文本垂直对齐  */
.vertical-align-top{
	vertical-align: top;
}
.vertical-align-mid{
	vertical-align: middle;
}
.vertical-align-bottom{
	vertical-align: bottom;
}
/* 内联块元素 */
.inline-block{
	display: inline-block;
}

/*  文本对齐   */
.text-r{
	text-align: right!important;
}

.text-l{
	text-align: left!important;
}



/* 验证提示  */

.form-group{
	margin-bottom: 28px;
}
.verification-info{
	position: relative;
    display: inline-block;
}
.form-inline .verification-info input.form-control, 
.form-inline .verification-info select.form-control{
	display: block;
}
.formtext .verification-info label, 
.formtext .verification-info div {
    color: #ed5a4d;
    position: absolute;
    width: auto;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    z-index: 998;
}
.indexcontent{
	min-width: 1366px;
}

/* 兼容ie */
:root .verificationLabel{float:left\0; margin-top: 8px\0;}

/*顶部样式*/
.navbar{
	margin:0;
	padding:0;
	border:0;
    border-radius:0; 
}
.navbar:before, 
.navbar:after{
	display:table;
	content: "";
}
.navbar:after{
	clear:both;
}
.navbar-container {
    padding-left: 10px;
    /*padding-right: 20px;*/
}

/* 顶部菜单  */
.gta-nav{
	height:100%;
	margin:0!important;
}
.gta-nav>li:first-child{
	border-left:none;
}
.gta-nav>li{
	line-height:60px;
	height:60px;
	padding:0;
	position:relative;
	float:left !important;
}
.gta-nav>li span {
    margin-left: 9px;
}
.gta-nav>li.systemic-nav>.larger-tab{
	margin-right: 95px;
}
.gta-nav>li.user-nav{
	margin-left: 25px;
}
.gta-nav>li>a,
.gta-nav>li>.mini-tab a{
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    min-width: 42px;
    padding: 0;
    position: relative;
}
.gta-nav>li.systemic-nav a, 
.gta-nav>li.user-nav>a{
	padding: 0 5px;
}

.gta-nav .nav-user-photo {
    margin: -4px 8px 0 0;
    max-width: 40px;
	border-radius: 100%;
}
	/*菜单下拉 */
	.dropdown-menu {
		width: 100%;
	    border-radius: 0!important;
	    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	}
	.dropdown-menu.dropdown-close {
	    top: 92%;
	    left: 0;
	}
	.dropdown-menu.dropdown-close.dropdown-menu-right {
	    left: auto;
	    right: 0;
	}
	
	.dropdown-menu.dropdown-caret:before {
	    border-bottom: 6px solid #fff;
	    border-left: 6px solid transparent;
	    border-right: 6px solid transparent;
	    content: "";
	    display: inline-block;
	    left: 10px;
	    position: absolute;
	    top: -6px;
	}
	.dropdown-menu.dropdown-menu-right.dropdown-caret:before {
	    left: auto;
	    right: 10px;
	}
	.dropdown-menu>li>a {
	    font-size: 13px;
	    padding-left: 11px;
	    padding-right: 11px;
	    margin-bottom: 1px;
	    margin-top: 1px;
	}
	.gta-nav .dropdown-menu>li>a>[class*="fa"] {
	    margin-right: 10px;
	    font-size: 100%;
        vertical-align:middle;
	}
	
    .fa-unlock-alt,.fa-power-off{
        vertical-align:middle;
       
    }
    .nav .fa-power-off,.nav .fa-child,.nav .fa-cog,.nav .fa-building,.nav .fa-male,.nav .fa-mouse-pointer{
        margin-top:-2px; 
    }
	/*---------顶部菜单-系统导航----------*/
	.gta-nav .dropdown-navbar {
	    padding: 14px;
	    width: 470px;
	    -webkit-box-shadow: 0 2px 4px rgba(30,30,100,0.25);
	    box-shadow: 0 2px 4px rgba(30,30,100,0.25);
	}
	.gta-nav .dropdown-navbar>li {
	    margin: 0 10px;
	    padding: 0;
	    float: left;
	}
	.gta-nav .dropdown-menu>li>a {
	    padding: 0 0 0 2px;
	    margin: 0;
	    line-height: 28px;
	    width: 9em;
	    font-size: 14px
	}
	.gta-nav .systemic-nav .dropdown-menu>li>a>[class*="fa"] {
	    margin-right: 10px;
	    font-size: 80%;
	}
	
	/* --顶部菜单-系统导航 展开-- */
	.gta-nav>li.systemic-nav .nav-expanded>li{
		float:left;
	}
	.gta-nav>li.systemic-nav .nav-expanded>li>a{
		padding:0 24px;
		display: inline-block;
	}

	
	/*---------顶部菜单-系统设置 下拉----------*/
	.user-menu.dropdown-menu{
	  padding: 0;
	}
	.gta-nav .dropdown-menu.user-menu>li>a {
	    padding: 9px 20px;
	    width:100%;
	}
	.gta-nav .user-menu.dropdown-menu .divider {
	    height: 1px;
	    margin: 0; 
	    overflow: hidden;
	}

/* 顶部菜单 gta-nav end */

/*main-container-主体内容 */
.main-container {
    position: static;
    padding: 0;
}
.main-container>.main-container-inner {
    position: relative;
}

/*右侧框架*/
.main-content {
    margin-top: 0;
    margin-right: 0;
    margin-left: 230px;
    padding: 0;
    min-height: 100%;
}
.main-content:before{
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	min-height:750px;
	z-index:-2;
	content:"";
}
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left;
}

/*mainContent内容页*/
.page-content {
    margin: 0;
    padding: 8px 16px 0;
}

/*tab切换  jqueryUI样式调整*/
.tabbable:before, .tabbable:after {
    display: table;
    content: " ";
}
.tabbable:after {
    clear: both;
}
.tabbable{
	position:relative;
	/*padding: 0 75px 0 0;*/
	/*width:879px;*/
	z-index: 12;
}
.tabs-list{
	/*width: 806px;*/
	height: 38px;
	overflow: hidden;
	float: left;
}
.nav-tabs {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
}
.nav-tabs>li>a{
	width:135px;
	height: 38px;
	line-height: 36px;
	padding:0;
	text-align: center;
	font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px 3px 0 0;
}
.nav-tabs>li:first-child>a {
    margin-left: 0;
}
.nav-tabs>li>a>span {
   width: 80px;
   height: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   display: inline-block;
   
}
.nav-tabs>li>a, 
.nav-tabs>li>a:focus {
    position: relative;
    z-index: 11;
    margin-right: -1px;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    z-index: 12;
    border-width:1px;
    border-style: solid;
}

.badge {
    padding-top: 1px;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
}
.nav-tabs>li>a>span {
    padding: 0 4px;
}

.nav-tabs>li>a>i{
	position: absolute;
    display: block;
    top: 50%;
    right: 12px;
    font-size: 13px;
    line-height: 0;
    cursor: pointer;
}

.tab-content {
    position: relative;
    z-index: 11;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-top: 0;
}
.tabs-more{
	position:relative;
	float: left;
    /*right: 44px;
   	top: 0;*/
    width: 30px;
    height: 38px;
    display: none;
    cursor: pointer;
    text-align: center;
}
.tabs-more span.fa{
    margin-top: 7px;
}
.moretab-list {
    position: absolute;
    top: 36px;
    left: -26px;
    height: auto!important;
    display: none;
    max-height: 231px;
    overflow-y: auto;
    border-bottom: 1px solid #c5d0dd;
}

.moretab-list li {
    width: 150px;
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

.tabbable-big{
	width: 100%;
    padding: 0;
}
.tabbable-big .tabs-list{
	width: 100%;
}
.tabbable-big .row{
	margin: 0;
}
.tabbable-big .nav-tabs>li{
	padding:0
}
.tabbable-big .nav-tabs>li>a{
	width: 100%;
}


/*iframe内页面*/
.content-line{
	position: absolute;
    height: 32px;
    width: 100%;
    top: -32px;
    left:0;
    border-bottom: 1px solid #ccc;
}	
.sub-content{
	min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.sub-content-big{
	min-height: 650px;
}

.sub-content-mid{
	min-height: 360px;
}

.box-header,
.box-search {
    display: block;
    margin: 10px 0;
    position: relative;
    height: 34px;
    line-height: 34px;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.header-con{
	padding:15px 70px 0px 5px;
	margin: 15px 0 0;
	position: relative;
}

.box-header.header-con{
	height: auto;
	padding: 15px 0;
}

/* header顶部搜索 框内样式 */

.header-con .form-inp-con{
	margin-bottom: 15px;
}
.header-btn{
    position: absolute;
    right: 15px;
    bottom: 50%;
    margin-bottom: -15px;
}
.header-btn-2{
    position: absolute;
    right: 165px;
    bottom: 50%;
    margin-bottom: -15px;
}

.header-con.box-header .formtext-80 label{
	min-width: auto;
	vertical-align: middle;
}
.pop-con .form-inline .form-control.inp-com,.pop-con .form-control.inp-com,.pop-con .form-inline .form-control.sel-com,.pop-con .form-control.sel-com{ width: 220px;}
.pop-con .spinner {  width: 220px;}
.pop-con .spinner .form-control{ width:203px !important;}
.pop-con.form-big .form-control.inp-com,
.pop-con.form-big .form-control.sel-com{  width:320px;  }
.pop-con .classhour.spinner {  width: 60px;}
.pop-con .classhour.spinner .form-control{ width:43px !important;}
.pop-con .classnum.spinner {  width: 70px;}
.pop-con .classnum.spinner .form-control{ width:53px !important;}
.pop-con .form-inline .form-control.inp-com.inp-double-mid3, 
.pop-con .form-control.inp-com.inp-double-mid3,
.pop-con .form-inline .form-control.sel-com.inp-double-mid3,
.pop-con .form-control.sel-com.inp-double-mid3{ width: 200px;}
.pop-con .form-control.inp-com.inp-long{width: 608px;}

/*============================查询区域框架修正样式开始  by  yang.xiuying 2017-12======================================*/
/* 媒体查询：分辨率大于等于768 */
@media (min-width: 768px){
	.header-con{
		padding:15px 70px 0px 5px;
		margin: 15px 0 0;
		position: relative;
	}
	.header-con .form-inline .form-group label{
		min-width:80px;
		text-align: right;
		vertical-align: middle;
	}

	.form-inline .form-control.inp-com,
	.form-inline .form-control.sel-com, 
	.form-group .toggle-tree-con{ 
		width: 58%; 
		min-width: 150px;
	}
	.spinner {
		width: 150px;}
	.spinner .form-control{ width:133px !important;}
	
	.form-inp-con .spinner { width:62%}
	.form-inp-con .spinner>input { width:100% !important}
}
/* 媒体查询：分辨率大于等于992 */
@media (min-width: 992px){
	.header-con{
		padding:15px 95px 0px 5px;
		margin: 15px 0 0;
		position: relative;
	}
	.header-con .form-inline .form-group label{
		min-width:85px;
		text-align: right;
		vertical-align: middle;
	}

	.form-inline .form-control.inp-com,
	.form-inline .form-control.sel-com, 
	.form-group .toggle-tree-con{
		width: 58%; min-width: 150px;
	}
	.spinner {
		width: 150px;}
	.spinner .form-control{ width:133px !important;}
}
/* 媒体查询：分辨率大于等于1280 */
@media (min-width: 1280px){
	.header-con{
		padding:15px 85px 0px 10px;
		margin: 15px 0 0;
		position: relative;
	}
	.header-con .form-inline .form-group label{
		min-width:120px;
		text-align: right;
	}
	.form-inline .form-control.inp-com, .form-inline .form-control.sel-com{ width: 220px;}
	.spinner {
		width: 220px;}
		

	.form-inp-con .spinner { width:62%}
	.form-inp-con .spinner>input { width:100% !important}
	.spinner .form-control{ width:203px !important;}
}


/* 媒体查询：分辨率小于等于1000 */
@media (max-width: 1000px){
	.header-con{
		padding:15px 70px 0px 5px;
		margin: 15px 0 0;
		position: relative;
	}
	.header-con .form-inline .form-group label{
		min-width:85px;
		text-align: right;
		vertical-align: middle;
	}
/*============================查询区域框架修正样式结束  by  yang.xiuying 2017-12======================================*/

	/*.header-con form{*/
		/*!*max-height: 150px;*!*/
	    /*display: block;*/
	    /*overflow-y: auto;*/
	    /*overflow-x: hidden;*/
	    /*!*padding: 15px 0;*!*/
	/*}*/
	.form-inline .form-control.inp-com, .form-inline .form-control.sel-com, .form-group .toggle-tree-con{width: 62%; min-width: 150px;}
	.spinner {
		width: 150px;}
	.spinner .form-control{ width:133px !important;}
	.form-inp-con .spinner { width:62%}
	.form-inp-con .spinner>input { width:100% !important}
}


.form-inline .form-control.inp-com.toggle-tree{
	width: 100%;
}


/* 表格内搜索行 */
.pop-con .header-con {
    padding: 15px 5px 0 5px;
    margin: 10px 0 10px;
    position: relative;
}
/* 单列排版 */
.single-row-form{
	text-align: left;
	width: auto;
	min-width: 650px;
	display: inline-block;
}

.table-input-row{
	height: 34px;
	line-height: 34px;
	margin-top: 7px;
}

.rowspan-radio{
	line-height: 34px;
    margin-top: 7px;
}

.radio.radio-team{
	padding-top: 0;
}

/*form/input*/
.btn.disabled{
    filter:alpha(opacity=80);  
    -moz-opacity:0.8;  
    -khtml-opacity: 0.8;  
    opacity: 0.8;  
}
a.disabled{
	cursor:default;
}
.formtext label{
	width:120px;
	text-align:right;
}
.formtext.formtext-120 label{
	width:120px;
}
.formtext.formtext-80 label{
	width:80px;
}
.formtext label.checkbox-inline, 
.formtext label.radio-inline{
	width: auto;
}
.formtext.formtext-100 label{
	width:100px;
}
.formtext span.fontspan{
	width:160px;
	text-align:left;
	display: inline-block;
	vertical-align: middle;
    padding-left: 10px;
}
.formtext.formtext-80 span.fontspan{
	width:120px;
}
.formtext span.fontspan.fontspan-220{
	width:220px;
}
.formtext span.fontspan.fontspan-320{
	width:320px;
}
.formtext span.fontspan.fontspan-per80{
	min-width:80%;
}
.formtext span.ico-sel{
	width:auto;
	margin: 0 20px 0 10px;
	text-align:left;
	display: inline-block;
}
.formtext .ztree li span{
	margin-left: 2px;
	padding:0
}
.formtext i{
	margin:0 5px;
	vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.single-row-form label{
	width:200px;
	text-align:right;
}
.single-row-form label.checkbox-inline,
.single-row-form label.radio-inline{
	width: 120px;
    margin: 0;
    padding-left: 10px;
    text-align: left;
}
/* ------------表单宽度设置------------  */
@media (min-width: 768px){
	/* 双下拉/双文字框  */
	.form-control.inp-double-mid,
	.form-control.sel-double-mid {
		width:133px;
	}
}

@media (min-width: 992px){
	/*.form-normal .form-control.sel-com,*/
	/*.form-normal .form-control.inp-com {*/
		/*width:250px;*/
	/*}*/
	
	/* 双下拉/双文字框  */
	.form-control.inp-double-mid,
	.form-control.sel-double-mid {
		width:125px;
	}
	.form-control.inp-double-mid2, 
	.form-control.sel-double-mid2 {
	    width: 75px;
	}
	
	.btn{
		padding: 0 15px;
	}
}
@media (min-width: 1280px){
	/*.form-normal .form-control.inp-com,*/
	/*.form-normal .form-control.sel-com{*/
		/*width:270px;*/
	/*}*/
	
	/* 双下拉/双文字框  */
	.form-control.inp-double-mid,
	.form-control.sel-double-mid {
		width:133px;
	}
	
	.form-control.inp-double-mid2,
	.form-control.sel-double-mid2{
		width:110px;
	}
	
}
.form-inline .form-control.inp-small,
.form-control.inp-small{
	width:60px;
}
.form-inline .form-control.inp-small-120{
	width:120px;
}
/*.form-inline .form-control.inp-com, */
/*.form-control.inp-com,*/
/*.form-inline .form-control.sel-com,*/
/*.form-control.sel-com{*/
	/*width:220px;*/
/*}*/

.form-inline .form-control.inp-double-mid,
.form-inline .form-control.sel-double-mid {
	width:133px;
}

.form-inline .form-control.tarea-com,
.form-control.tarea-com{
	width:400px;
}
.form-inline .form-control.tarea-com75per,
.form-control.tarea-com75per{
	width:75%;
}
.form-control.inp-com170,
.form-control.sel-com170{
	width:170px;
}

.form-control.inp-double-mid2,
.form-control.sel-double-mid2{
	width:110px;
}
.form-control.inp-double-mini,
.form-control.sel-double-mini{
	width:80px;
}
.form-big .form-control.inp-com,
.form-big .form-control.sel-com{
	width:320px;
}

.checkbox-inline+.checkbox-inline, 
.radio-inline+.radio-inline{
	margin-top: 0;
	margin-left: 0;
}
	/* input 下拉树  */
	
	.toggle-tree-con, .select-text{
		position: relative;
		display: block;
	}
	@media (min-width: 768px){
		.toggle-tree-con, .select-text{
			position: relative;
			display: inline-block;
		}
	}
	.toggle-tree, .toggle-select{
		background: #fff;
		cursor: pointer;
	}
	.input-tree{
		display:none;
	}

	.formtext .verification-info div.select-text,
	div.select-text{
		z-index:999;
	}
	.fuzzy-search {
		width: 62%;
		min-width: 150px;
		height: 34px;
		display: inline-block;
	}

	.form-inp-con>.form-group>.fuzzy-search>input {
		width: 100%;
	}

	.toggle-ul, .select-ul{
		position:absolute;
		z-index:999;
		border-width: 1px;
		border-style: solid;
		width:100%;
		height:150px;
		overflow:auto;
		left:0;
		top:34px;
		background: #fff;
		border-color: #ccc;
	}
	.toggle-ui-up {
	    position: absolute;
	    z-index: 1000;
	    border-width: 1px;
		border-style: solid;
	    width: 100%;
	    height: 200px;
	    overflow: auto;
	    left: 0;
	    top: -199px;
	    background: #fff;
	}
	.double-table-opra .form-group{
		margin-bottom: 0;	
	}
	.form-group .select-text>ul{
		margin: 0; 
		padding: 0;
	}
	.select-text > input{
		cursor:text;
	}
	.select-text > input::-ms-clear{
		display:none;
	}
	.select-text > input::-ms-reveal{
		display:none;
	}
	.select-text .pointer{
		position: absolute;
		right:0px;
		height:100%;
		width:20px;
		top:0;
		cursor:default;
	}
	.select-ul{
		height:auto;
		border-top: 0;
    	top: 33px;
    	border-radius: 5px;
    	max-height:170px;
	}
	
	.select-ul li{
		width:100%;
		line-height: 34px;
		height: 34px;
		text-indent: 1em;
		cursor:pointer;
		min-width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.select-ul li:hover{
		width:100%;
		line-height: 34px;
		height: 34px;
		
		text-indent: 1em;
		cursor:pointer;
	}
	
	/* 多选下拉-multiSelect  */
	.form-control.multiSelect{
		display: none;
	    max-height: 200px;
    	height: auto;
	}
	
	.form-control.multiSelect .checkbox-con{
		width:100%;
	}
	
	.form-control.multiSelect input.checNormal, .form-control.multiSelect span{
		float:left;
	}
	
	.form-control.multiSelect span{
		line-height: 14px;
		width: 105px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    text-align: left;
	    white-space: nowrap;
	}


		
/*form/input-end*/

/* table表格样式 */
.table>thead{
	margin-bottom:0;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th, .table-bordered>thead>tr>th{
	font-size: 12px;
}
.table>tbody>tr>th, .table>tfoot>tr>th,
.table>thead>tr>th, .table>tbody>tr>th, 
.table>thead>tr>th{
    vertical-align: middle;
	white-space: inherit;
}

.table>tbody>tr>td, .table>tfoot>tr>td, 
.table>thead>tr>td{
    vertical-align: middle;
	white-space: nowrap;
}
.table>thead>th{
	height:27px;
	line-height:27px;
	text-align: center;
}
.table>tbody>td{
	height:23px;
	line-height:23px;
	text-align: center;
}

	/* 表格内容为空 */
	.no-data-html{
		width:100%;
	}
	.no-data-html td{
		height:194px;
	}
	.table-box .table-bordered>tbody.no-data-html>tr>td{
		height:auto;
		border:none;
	}
	.table-hover>tbody.no-data-html>tr:hover{
		background-color: transparent;
		border-left:none
	}

	/* 横纵滚动条表格    */
	.scorll-box,.scorll-boxx{
		width: 100%;
	    overflow-x: auto;
	}
	
		/* 根据 iframe宽度调整最大宽度  */
		
		@media (max-width: 1600px ) {
			.table-box{
				max-width: 1575px;
				min-width: 100%;
				width: 100%;
			}
		}
		
		@media (max-width: 1780px ) {
			.table-box{
				max-width: 1757px;
				min-width: 100%;
				width: 100%;
			}
		}
		
		@media (max-width: 800px) and (min-width: 300px) {
			.table-box{
				max-width: 1200px;
				min-width: 100%;
				width: 100%;
			}
		}
	
	.scorll-box .table,.scorll-boxx .table{
		margin-bottom: 0;
	}
	
	.scorll-box .table>tbody,.scorll-boxx .table>tbody{
		display:block;
		height: 100%;
		overflow-y:scroll;
		/*min-height: 70px;*/
	}
    .scorll-boxauto .table>tbody{
        overflow-y:hidden;
    }
	.pop-con .scorll-box .table>tbody, .double-table-opra .scorll-box .table>tbody{
		max-height: 340px;
		height: 200px;
		max-height: 345px\0;
		height: 202px\0;
	}

	.scorll-box table thead, .scorll-box table thead tr,.scorll-box tbody tr,.scorll-boxx table thead, .scorll-boxx table thead tr,.scorll-boxx tbody tr {
		display:table;
		width:100%;
		table-layout:fixed;
	}
	.scorll-box table thead,.scorll-boxx table thead {
	width: calc( 100% - 17px ); /* thead 宽度去除滚动条宽度  */
	}
    .scorll-boxauto table thead {
     width: 100%; /* thead 宽度去除滚动条宽度  */
    }
	.scorll-box .table>tbody.no-data-html,.table-box .table>tbody.no-data-html,.scorll-boxx .table>tbody.no-data-html {
		height: 200px;
	}
	.scorll-box .table>tbody.no-data-html tr,.table-box .table>tbody.no-data-html tr,.scorll-boxx .table>tbody.no-data-html tr{
		height: 198px;
	}
	
	.pop-con .scorll-box .table>tbody.heigth460, .double-table-opra .scorll-box .table>tbody.heigth460{
		max-height: 460px;
    	height: 460px;
		max-height: 465px\0;
		height: 465px\0;
	}
	
	.pop-con .scorll-box .table>tbody.heigth370, .double-table-opra .scorll-box .table>tbody.heigth370{
		max-height: 370px;
    	height: 370px;
		max-height: 375px\0;
		height: 375px\0;
	}
	/* 横纵滚动条表格 end */

.td-edit-inp{
	display: none;
	width: 40px;
}
/* 表格内横跨行列  */
.table>tbody>tr>td.rowspan-td{
	overflow: inherit;
    position: relative;
}
.rowspan-td>div{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    z-index: 99;
    text-align: left;
    word-break: break-word;
    white-space: initial;
}

/* 树列表 box - treeTable */
.table.tree-header, .tree-header{
	margin-bottom: 0;
}
.tree-body{
	margin: 0;
	padding: 0;
}
.tree-header thead, .tree-body table, .treetable tbody tr{
	table-layout:fixed
}
.tree-header thead {
	width: calc( 100% - 18px ); /* thead 宽度去除滚动条宽度  */
	display: table;
}
.tree-body table.treetable{
	margin:0;
	border: none;
}

/* 树列表内滚动高度设置  */
.tree-table-con .table-box{
	max-height: inherit;
}
.scorll-box .tree-body>.table>tbody{
    display: block;
    max-height: 637px;
    overflow-y: scroll;
    height: 100%;
}
.treetable tbody tr {
    display: table;
    width: 100%;
}
.tree-body table.treetable tbody tr td{
	padding: 8px;
	vertical-align: middle;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th{
	overflow: hidden;
	text-overflow: ellipsis;
}
 .tree-header>thead>tr>th:nth-child(2), .tree-body table.treetable tbody tr td:nth-child(2),tbody.treetable tr td:nth-child(2){
	padding-left: 4em;
	text-align: left;
} 
/* 树列表 box - treeTable - end */


/* ztree - 树 box */
.tree-con{
	border-top-width:2px;
	width:440px;
	margin: 0 auto
}
.tree-sel-all{
	line-height:44px;
	padding:0 15px;
}
.tree-body-mini{
	height:467px;
	overflow-y: auto;
	padding:5px 20px;
} 
/* ztree - 树 box - end */

/* table 内容单元格宽度设置  */
table.table.width-2100{
	width: 2100px;
}
td.width03, th.width03{ 
	width:40px;
}
td.width04, th.width04{ 
	width:4%;
}
td.width05, th.width05{ 
	width:5%;
}
td.width06, th.width06{ 
	width:6%;
}
td.width07, th.width07{ 
	width:7%;
}
td.width08, th.width08{ 
	width:8%;
}
td.width09, th.width09{ 
	width:9%;
}
td.width10, th.width10{ 
	width:10%;
}
td.width11, th.width11{ 
	width:11%;
}
td.width12, th.width12{ 
	width:12%;
}
td.width13, th.width13{ 
	width:13%;
}
td.width14, th.width14{ 
	width:14%;
}
td.width15, th.width15{ 
	width:15%;
}
td.width20, th.width20{ 
	width:20%;
}
td.width25, th.width25{ 
	width:25%;
}
td.width30, th.width30{ 
	width:30%;
}
td.width35, th.width35{
	width:35%;
}
td.width40, th.width40{ 
	width:40%;
}
td.width50, th.width50{ 
	width:50%;
}
td.width60, th.width60{ 
	width:60%;
}
td.width70, th.width70{ 
	width:70%;
}
td.width80, th.width80{ 
	width:80%;
}
td.width90, th.width90{ 
	width:90%;
}
td.width100, th.width100{ 
	width:100%;
}

td.width45, th.width45{
	width:45px;
}
td.width48, th.width48{
	width:48px;
}
td.width55, th.width55{
	width:55px;
}
td.width60, th.width60{
	width:60px;
}
td.width65, th.width65{
	width:65px;
}
td.width70, th.width70{
	width:70px;
}
td.width75, th.width75{
	width:75px;
}
td.width80, th.width80{
	width:80px;
}
td.width85, th.width85{
	width:85px;
}
td.width90, th.width90{
	width:90px;
}
td.width95, th.width95{
	width:95px;
}
td.width100, th.width100{
	width:100px;
}
td.width110, th.width110{
	width:110px;
}
td.width120, th.width120{
	width:120px;
}
td.width130, th.width130{
	width:130px;
}
td.width140, th.width140{
	width:140px;
}
td.width145, th.width145{
	width:145px;
}
td.width155, th.width155{
	width:155px;
}
td.minwidth45, th.minwidth45{
    min-width:45px;
}
/* popup 弹框   内容样式*/
.pop-con, .pop-con-header{
	margin:15px;
	/*min-width: 1200px;*/
}
.table-bordered>tbody>tr>td>.user-img{
	margin:28px auto;
}
.mini-pop{
	margin-top:50px;
}

.list-text{
	width: 150px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
.list-text-large{
	width: 550px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    word-wrap: break-word;
}

.border-box{
	border: 1px solid #ccc;
	padding: 15px;
}

.border-box-singleinp{
	border: 1px solid #ccc;
	padding: 25px 15px;
}

.border-box-singleinp label{
	width: 100px;
	text-align: right;
}

/* 表单-列表 （新增/修改） */
.pop-form .form-inline .form-group{
	margin-bottom: 28px;
	height: 34px;
	/*overflow: hidden;*/
}

.pop-form .form-inline .form-group.texteara-con{
	height: auto;
}


/* popup 弹框   内容样式end*/


/* 左右移动数据表格 && 左右表单结构 */
.double-table-opra{
	margin:15px;
	position: relative;
	min-width: 1200px;
}
.list-con{
	width: 45%;
}
.list-con3{
	width: 100%;
}
.list-con2{
	width: 49%;
}
.input-group-m>.input-group-btn>.btn {
    height: 34px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.double-table-opra .btn-team{
	position: absolute;
    width: 85px;
    padding: 0 15px;
    left: 50%;
    top: 50%;
    margin-top: -29px;
    margin-left: -42px;
}
.double-table-opra .btn-team:before{
	content:"";
	clear:both;
	width:115px;
	height:100%;
}
.double-table-opra .btn.btn-opre{
	width:62px;
	height: 26px;
	line-height: 26px;
}
.double-table-opra .fa-angle-double-right{
	padding: 0 20px 0 10px;
}
.double-table-opra .fa-angle-double-left{
	padding: 0 6px 0 7px;
}
.double-table-opra .fa-angle-double-right:before {
    content: "";
}
.double-table-opra .fa-angle-double-right:after{
    margin-left: 6px;
}
.double-table-opra .fa-angle-double-left:before{
	margin-right: 6px;
}
.double-table-opra .fa-angle-double-right:after {
    content: "\f101";
}
.double-table-opra .table-box{
	max-width: 480px;
    min-width: 100%;
}

.arrow-img-con{
	width: 100px;
    height: 200px;
    position: relative;
}
.arrow-img{
	width: 36px;
	height: 36px;
	position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -18px;
	background-image: url(../images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}
/* 左右移动数据表格end */


/* 内页通用样式 */
/* icoList 选择图标*/
.icoEditCon{
	max-height:550px;
	overflow-y:auto;
}
.ico-table{
	margin:0;
	display:table;
}
.ico-table li{
	width:90px;
	height:80px;
	line-height:80px;
	display: inline-block;
}
.ico-table li a{
	width:100%;
	text-align:center;
	display:inline-block;
}

/* icoList 选择图标-end*/

/*404 && 401 */
.msg-con{
	height:100%;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: 310px;
	margin-left: -270px;
}
.msg-con h1{
	font-size: 34px;
	margin-bottom: 12px;;
}

/* 内容头部  */
.content-header {
    position: relative;
    margin: 20px 0;
    border-bottom: solid .08em #eee;
}

.content-header>h1 {
    padding-bottom: 15px;
    font-size: 16px;
    color: #095f7f;
}

.pop-con-header .content-header {
    position: relative;
    margin: 15px 0 0 0;
    border-bottom: none;
}

.pop-con-header .content-header>h1 {
	padding-bottom: 0;
    font-size: 16px;
    color: #095f7f;
}
.content-infoList {
    padding-right: 10px;
    padding-bottom: 30px;
}

ul.list-info>li{
	width: 19%;
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	padding: 0 5px;
	
}

ul.list-info>li>span{
	max-width: 78%;
    vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
/*mainContent内容页End*/


/* loading层  */
.loading{
	position: absolute;
    z-index: 999999;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.loading-back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999998;
	width: 100%;
	height: 100%;
	background: #fff;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	-khtml-opacity: 0.6; 
	opacity: 0.6;
}

/*间距 宽度*/
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr32{ margin-right: 32px;}
.mr45{ margin-right: 45px;}
.mt8{ margin-top: 8px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 50px;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.ml10{ margin-left:10px;}
.ml20{ margin-left: 20px;}
.ml50{ margin-left: 50px;}
.ml80{ margin-left: 80px;}
.pt10{ padding-top: 10px;}
.pb10{ padding-bottom: 10px;}
.pl15{ padding-left: 15px;}
.pl30{ padding-left: 30px;}
.pb10{ padding-bottom: 10px;}
.ml4{ margin-left: 4px;}
.width100{ width:100px !important;}
.width170{ width:170px !important;}
.w180{ width:180px !important;}
.w220{ width:220px !important;}
.w280,.form-control.w280{ width:280px;}
.w-384{ width:344px;}
.w500{ width: 500px;}
.w600{ width: 600px;}
.mh200{ min-height: 200px !important;}
.form-control.tarea-com-normal {
	width: 380px;
}
.form-control.tarea-com-long {
	width: 608px;
}
.form-control.inp-com-long {
	width: 608px;
}

.form-control.inp-com-long2 {
	width: 723px;
}

.form-control.inp-com-longest {
	width:765px;
}
.form-control.hours{min-width: 30px; width: 50px;}
.text-l{ text-align: left !important;}
.text-r{ text-align: right !important;}
label.min100,td.min100{ min-width: 100px !important;}
label.min120{ min-width: 120px !important;}
label.min160{ min-width: 160px !important;}
input::-ms-clear{display:none;}
input::-ms-reveal{  display:none;}
.erroInp{border: 1px solid #f10215;}
input::-ms-reveal{  display:none;}
.stutabbody{height:530px !important;max-height:100% !important;}
.coursebody{height:350px !important;max-height:100% !important;}
.boxmar15{margin:15px 0;}
/*不换行样式*/
th.nonewline{word-break:keep-all; white-space: nowrap !important; min-width:100px !important; }

.table-box.min1200{ min-width: 1200px; overflow-x: auto;}
.table-box.min1600{ min-width: 1600px; overflow-x: auto;}
.table-box.min2100{ min-width: 2100px; overflow-x: auto;}

table.table.width-2100 tr{border-left:1px solid #c9dae7;}

.margin0{ 
	margin:0 !important;
}
.padding0{ 
	padding:0 !important;
}

/* tab切换 */
.tab-hd{ border-bottom: 1px solid #c9dae7; margin: 15px;}
.tab-hd2{ border-bottom: 1px solid #c9dae7; margin: 15px 0 15px 0!important;}
.tab-hd ul{ margin: 0;}
.hd-list li {
    float: left;
    padding: 3px 20px;
    cursor: pointer;
    line-height: 28px;
    border: 1px solid #c9dae7;
    border-bottom: 0;
}
.hd-list li:hover { background-color: #f0f5fb;}
.hd-list li.cur {
    color: #fff;
    background-color: #25a5d3;
    border: 1px solid #25a5d3;
}
.tab-bd .bd-con {
    display: none;
    text-align: center;
    background-color: #fff;
}
.tab-bd .bd-con:first-child { display: block; }
.table-box{width:100%; overflow-x: auto;}

.table>tbody>tr>td.course-table{white-space: normal; padding: 0;}

.arrange-add .form-inline .form-control.sel-com, .arrange-add .form-inline .form-control.inp-com {
    width: 170px;
}


/* 课表table */
.table-cm tbody th{background:#DAE5EF;}
.table-cm>tbody>tr>td{cursor:pointer;height:100px;}
.table-cm>tbody>tr>td.unable{background:#F2F2F2;cursor:default;}
.table-cm>tbody>tr>td.selected{background:#F99864;}
.table-cm>tbody>tr>td.able{background:white;}
.table-cm-normal>tbody>tr>td{cursor:default;height:100px;}

/* 课表顶部详情 */
.table-text{width:100%; table-layout: fixed;}
.table-text td{vertical-align: top; word-break: break-all;}

/* 通用表格合并单元格 */
.rowspanDiv ul{
	padding: 0;
	margin: 0;
}
.rowspanDiv li{
	border: none;
    border-bottom: 1px solid #c9dae7;
    text-align: left;
    min-width: 55px;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .rowspanDiv li:last-child{
 	border-bottom: none
 }
.scroll-box2{
	overflow-y: auto;
	border: 1px solid #dce8f4;
	margin: 15px 0;
	min-height: 380px;
}
/*@media (min-width: 992px){*/
	 /*.scroll-box2{*/
		/*min-height: 380px;*/
	    /*overflow-y: auto;*/
	    /*border: 1px solid #dce8f4;*/
	    /*margin: 15px 0;*/
	/*}*/
	/*.scroll-box3{*/
		/*min-height: 330px;*/
	    /*overflow-y: auto;*/
	    /*border: 1px solid #dce8f4;*/
	    /*margin: 15px 0;*/
	/*}*/
/*}*/
/*@media (min-width: 1280px){*/
	 /*.scroll-box2{*/
		 /*min-height: 650px;*/
	    /*overflow-y: auto;*/
	    /*border: 1px solid #dce8f4;*/
	    /*margin: 15px 0;*/
	/*}*/
	/*.scroll-box3{*/
		/*min-height: 600px;*/
	    /*overflow-y: auto;*/
	    /*border: 1px solid #dce8f4;*/
	    /*margin: 15px 0;*/
	/*}*/
/*}*/
.fa.width-12{
	width:12px;
}
.fa.width-18{
	width:18px;
	height:18px;
}
/*
 * 皮肤控制下拉
 */
.bg-light-blue{
	background-color: #3c8dbc !important;
}
.bg-blue-active{
	background-color: #367fa9 !important;
}
.bg-green{
	background-color: #00a65a !important;
}
.bg-green-active{
	background-color: #008d4c !important;	
}
.bg-red{
    background-color: #dd4b39 !important;	
}
.bg-red-active{
	background-color: #d33724 !important;
}
.bg-yellow{
	background-color: #f39c12 !important;	
}

.skins-setting{
	position: relative;
}
.skins-setting li{
	line-height: 36px;
}
.skins-setting ul,
.skins-setting li span{
	margin: 0;
	padding: 0;
}
.setting-dropdown{
	display: none;
	position: absolute;
	right: -200px;
	z-index: 1010;
	width: 200px;
	padding:15px;
    background-color: #222d32;
    color: #b8c7ce;
    font-size: 10px;
}
.setting-dropdown .control-sidebar-heading{
	color: #fff;
	font-weight: 400;
}
.full-opacity-hover{
	opacity: .65;
    filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

li.skins-setting .setting-dropdown p{
	line-height: 24px;
	margin-bottom: 5px;
}
.setting-dropdown.control-sidebar-open{
	right: 0;
	display: block;
}
.subnav-text{
	color: #fff;
	margin-right: 15px;
}
.text-a{
	font-size: 12px;
	
}
.readed-line td{
	color: #999;
}

.width-blank{
	width:2198px;
}

.width-blank2{
	width:2138px;
}

.width-blank3{
	width:1747px;
}

.width-blank4{
	width:1865px;
}

/* IE hank */
@media screen and (min-width:0\0) { 
	.width-blank {
	    width: 2242px;
	}
    .width-blank2{
    	width:2255px;
    }
    
    .width-blank3{
		width:1832px;
	}
	
	.width-blank4{
		width:1887px;
	}
}

/* firefox */
@-moz-document url-prefix() { 
	.width-blank {
	    width: 2242px;
	}
	.width-blank2 {
	    width: 2257px;
	}
	.width-blank3{
		width:1833px;
	}
	.width-blank4 {
    	width: 1897px;
	}
}

/* 下拉遮罩提示 */
.cover-con{
	position: relative;
    left: 0;
    top: 0;
    width: 160px;
    height: 34px;
 }
.cover-con>div{
	z-index: 9999;
    position: absolute;
    top: 1px;
    left: 7px;
    background: #fff;
    height: 32px;
    color: #999;
}
.cover-con>select{
	position: absolute;
}
.cover-nocon>div{
	display: none;
}

/* ---------考务系统---------- */
/*手动排考*/
td>ul.ulList{
	margin: 0;
} 

td>ul.ulList span:nth-child(2){
	cursor: pointer;
} 

.table-form th{
	background-color: #dae5ef;
}

/*----------实训实习平台------------*/
.open-message {
    color: #25a5d3;
    cursor: pointer;
}

.pop-con .form-control.inp-com.deviceNum{
	width: 98%!important;
	min-width: inherit;
}

/* 多选下拉 */
.s-dutyform {
    display: inline-block;
    position: relative;
}
.s-mult {
	z-index: 1000;
	zoom: 1;
	margin-left: 9px;
	position: absolute;
	left: -9px;
	text-align: center;
	border-width: 0px 1px 1px;
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	height: 200px;
	overflow-y: auto;
}

.s-mult label {
	width: auto;
	line-height: normal;
	float: left;
	display: block;
	margin-bottom: 10px;
	clear: both;
}

.s-mult label input {
	margin-right: 10px
}

.form-control.multiSelect.multiSelect2 span{
	width:90%
}

.po-relative{
	position: relative!important;
}
.po-absolute{
	position: absolute!important;
}


/*  table 1%-100%的百分比宽度  */
.width-p1{ width: 1% }
.width-p2{ width: 2% }
.width-p3{ width: 3% }
.width-p4{ width: 4% }
.width-p5{ width: 5% }
.width-p6{ width: 6% }
.width-p7{ width: 7% }
.width-p8{ width: 8% }
.width-p9{ width: 9% }
.width-p10{ width: 10% }
.width-p11{ width: 11% }
.width-p12{ width: 12% }
.width-p13{ width: 13% }
.width-p14{ width: 14% }
.width-p15{ width: 15% }
.width-p16{ width: 16% }
.width-p17{ width: 17% }
.width-p18{ width: 18% }
.width-p19{ width: 19% }
.width-p20{ width: 20% }
.width-p21{ width: 21% }
.width-p22{ width: 22% }
.width-p23{ width: 23% }
.width-p24{ width: 24% }
.width-p25{ width: 25% }
.width-p26{ width: 26% }
.width-p27{ width: 27% }
.width-p28{ width: 28% }
.width-p29{ width: 29% }
.width-p30{ width: 30% }
.width-p31{ width: 31% }
.width-p32{ width: 32% }
.width-p33{ width: 33% }
.width-p34{ width: 34% }
.width-p35{ width: 35% }
.width-p36{ width: 36% }
.width-p37{ width: 37% }
.width-p38{ width: 38% }
.width-p39{ width: 39% }
.width-p40{ width: 40% }
.width-p41{ width: 41% }
.width-p42{ width: 42% }
.width-p43{ width: 43% }
.width-p44{ width: 44% }
.width-p45{ width: 45% }
.width-p46{ width: 46% }
.width-p47{ width: 47% }
.width-p48{ width: 48% }
.width-p49{ width: 49% }
.width-p50{ width: 50% }
.width-p51{ width: 51% }
.width-p52{ width: 52% }
.width-p53{ width: 53% }
.width-p54{ width: 54% }
.width-p55{ width: 55% }
.width-p56{ width: 56% }
.width-p57{ width: 57% }
.width-p58{ width: 58% }
.width-p59{ width: 59% }
.width-p60{ width: 60% }
.width-p61{ width: 61% }
.width-p62{ width: 62% }
.width-p63{ width: 63% }
.width-p64{ width: 64% }
.width-p65{ width: 65% }
.width-p66{ width: 66% }
.width-p67{ width: 67% }
.width-p68{ width: 68% }
.width-p69{ width: 69% }
.width-p70{ width: 70% }
.width-p71{ width: 71% }
.width-p72{ width: 72% }
.width-p73{ width: 73% }
.width-p74{ width: 74% }
.width-p75{ width: 75% }
.width-p76{ width: 76% }
.width-p77{ width: 77% }
.width-p78{ width: 78% }
.width-p79{ width: 79% }
.width-p80{ width: 80% }
.width-p81{ width: 81% }
.width-p82{ width: 82% }
.width-p83{ width: 83% }
.width-p84{ width: 84% }
.width-p85{ width: 85% }
.width-p86{ width: 86% }
.width-p87{ width: 87% }
.width-p88{ width: 88% }
.width-p89{ width: 89% }
.width-p90{ width: 90% }
.width-p91{ width: 91% }
.width-p92{ width: 92% }
.width-p93{ width: 93% }
.width-p94{ width: 94% }
.width-p95{ width: 95% }
.width-p96{ width: 96% }
.width-p97{ width: 97% }
.width-p98{ width: 98% }
.width-p99{ width: 99% }
.width-p100{ width: 100% }
.min-width1400{ min-width:1400px }
.min-width1500{ min-width:1500px }
.min-width1600{ min-width:1600px }
.min-width1700{ min-width:1700px }
.min-width1800{ min-width:1800px }
.min-width1900{ min-width:1900px }
.min-width2000{ min-width:2000px }
.min-width5200{ min-width:5200px }

.pa{ position: relative; }
.pb{ position: absolute; }
.bottom-btn{ 
	line-height: 23px;
	position: absolute; 
	z-index: 998;
	left: 50%;
    margin-left: -27px;
    bottom: -13px;
    cursor: pointer;
}
.bottom-btn.collapse-icon{
	width: 50px;
	height: 13px;
	background-image: url(../images/u-001.png);
	background-repeat: no-repeat;
	background-position: -50px 0;
}

.bottom-btn.collapse-icon:hover{
	background-position: -50px -13px;
}

.bottom-btn.down.collapse-icon{
	background-position: 0 0;
}

.bottom-btn.down.collapse-icon:hover{
	background-position: 0 -13px;
}

.header-con.header-con-hide{
	height: 0px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
}

.min-header .form-inline .form-control.inp-com.toggle-tree{
	width: 160px;
	min-width: 160px
}

@media screen and (max-width: 1366px) { 
/*当屏幕尺寸小于1366px时，应用下面的CSS样式*/
  	.min-header .cover-con{
		width: 31%;
	}
	
	.min-header .inp-com-small.form-control{
		width: 100%;
	}

	.min-header .form-inline .form-control.inp-com.toggle-tree{
		width: 100%;
		min-width: auto;
	}

  }


.week-inp-con{
	position: relative;
	padding-left: 192px;
}

.mini-inp-con{
	position: absolute;
	left: 0
}

.num-inp{
	width: 60px!important;
    min-width: 60px!important;
    margin: 0 5px 0 0;
}

.week-sel{
	min-width: 80px!important;
    width: 72%!important;
}

.table>thead>tr>td.breaktd,
.table>thead>tr>th.breaktd,
.table>tbody>tr>th.breaktd, 
.table>tbody>tr>td.breaktd{
	width: 15%;
	text-align: left
}

.table>thead>tr>th.breaktd,
.table>tbody>tr>th.breaktd{
	text-align: center
}

.scoreOriginal-table>thead>tr>td.breaktd,
.scoreOriginal-table>thead>tr>th.breaktd,
.scoreOriginal-table>tbody>tr>th.breaktd, 
.scoreOriginal-table>tbody>tr>td.breaktd{
	width: 8%;
	text-align: left
}

.scoreOriginal-table>thead>tr>td.breaktd,
.scoreOriginal-table>tbody>tr>td.breaktd{
	text-align: center
}

.merge-table{
	table-layout: fixed;
}

.titletop p{
	font-size: 18px
}

.table-fixed {
	table-layout: fixed;
}