body{
	padding: 0px;margin: 0px;background-color: #eee;
}
.container{
	background: #fff;
	min-height: 900px;
	min-width: 1200px;
}
td,th{
	text-align: center;
	vertical-align:middle !important;
}

.labelReset{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
}
.text-strong{
	font-weight: bold;
	font-size: 16px;
}




.border-radius5{
	border-radius:5px;
}
.border-radius10{
	border-radius:10px;
}

/* ---------------------------------------------------边框2---------------------------------------- */
.border-top{
	border-top: 1px solid #eee;
}
.border-bottom{
	border-bottom: 1px solid #eee;
}
.border-right{
	border-right: 1px solid #eee;
}
.border-left{
	border-right: 1px solid #eee;
}
.border{
	border: 1px solid #eee;
}


/* ---------------------------------------------------粗体3---------------------------------------- */
.bold{
	font-weight: bold;
}


/* ---------------------------------------------------显示4---------------------------------------- */
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.center{
	text-align: center;
}



.margin-top30{
	margin-top: 30px;
}
.margin-top5{
	margin-top: 5px;
}
.margin-top10{
	margin-top: 10px;
}
.margin-top15{
	margin-top: 15px;
}
.margin-top20{
	margin-top: 20px;
}
.margin-bottom10{
	margin-bottom: 10px;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.margin-bottom0{
	margin-bottom: 0px;
}
.margin-left30{
	margin-left: 30px;
}
.margin-right30{
	margin-right: 30px;
}
.margin-left10_{
	margin-left: 10%;
}
.margin-left5_{
	margin-left: 5%;
}
.margin-left8_{
	margin-left: 8%;
}
.margin-left7_{
	margin-left: 7%;
}
.margin-left6_{
	margin-left: 6%;
}
.margin-left3_{
	margin-left: 3%;
}
.margin-left10{
	margin-left: 10px;
}
.margin-left20{
	margin-left: 20px;
}
.margin-left15{
	margin-left: 15px;
}
.margin-left100{
	margin-left: 100px;
}
.margin-right10{
	margin-right: 10px;
}
.padding5{
	padding: 5px;
}
.padding10{
	padding: 10px;
}
.padding20{
	padding: 20px;
}
.padding15{
	padding: 15px;
}
.padding-top5{
	padding-top: 5px;
}
.padding-top15{
	padding-top: 15px;
}
.padding-top20{
	padding-top: 20px;
}

.pading-bottom10{
	padding-bottom: 10px;
}
.padding-bottom20{
	padding-bottom: 20px;
}

.padding-left5{
	padding-left: 5px;
}
.padding-left15{
	padding-left: 15px;
}
.padding10_15{
	padding: 10px 15px !important;
}







.font-size10{
	font-size: 10px;
}
.font-size11{
	font-size: 11px;
}
.font-size12{
	font-size: 12px;
}
.font-size13{
	font-size: 13px;
}
.font-size14{
	font-size: 14px;
}
.font-size15{
	font-size: 15px;
}
.font-size16{
	font-size: 16px;
}
.font-size17{
	font-size: 17px;
}
.font-size18{
	font-size: 18px;
}
.font-size19{
	font-size: 19px;
}
.font-size20{
	font-size: 20px;
}
.font-size21{
	font-size: 21px;
}
.font-size22{
	font-size: 22px;
}
.font-size23{
	font-size: 23px;
}
.font-size24{
	font-size: 24px;
}
.font-size25{
	font-size: 25px;
}





.max-height500{
	max-height: 500px;
	overflow-y:auto;
}
.max-height1000{
	max-height: 1000px;
	overflow-y:auto;
}
.max-width80{
	max-width: 80px;
}
.max-width200{
	max-width: 200px;
}
.max-width300{
	max-width: 300px;
}






.max-row3{
	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
}





.color_aaa{
	color: #aaa;
}
.color777{
	color: #777;
}
.color_ff6900{
	color: #ff6900 !important;
}
.color_hue{
	color: #0e3b50;
}
.color_suc{
	color:#5cb85c;
}
.color_333{
	color: #333 !important;
}
.color_red{
	color:red;
}



.width20_{
	width: 20%;
}
.width30_{
	width: 30%;
}
.width40_{
	width: 40%;
}
.width55_{
	width: 40%;
}

.width50_{
	width: 50%;
}
.width60_{
	width: 60%;
}
.width70_{
	width: 70%;
}
.width80_{
	width: 80%;
}
.width100_{
	width: 100%;
}

.width50{
	width: 50px;
}
.width80{
	width: 80px;
}
.width100{
	width: 100px;
}
.width120{
	width: 120px;
}
.width200{
	width: 200px;
}
.width250{
	width: 250px;
}
.width300{
	width: 300px;
}
.width600{
	width: 600px;
}



.min-width150{
	min-width:150px;
}





.height50{
	height: 50px;
}

.line-height50{
	line-height: 50px;
}
.line-height20{
	line-height: 20px;
}
.line-height30{
	line-height: 30px;
}





.bgColorSuc{
	background-color: #5cb85c !important;
}
.bgColorWarning{
	background-color: #f0ad4e !important;
}
.bgColorInfo{
	background-color: #5bc0de !important;
}
.bgColorGrayLight{
	background-color:rgba(204,204,204,0.2);
}
.bgColorAAA{
	background-color: #aaa;
}
.bgColorHue{
	background-color: #0e3b50 !important;
}
.bgColorHueLight{
	background-color: #009aff !important;
}
.bgColorFFF{
	background-color: #fff;
}


.gone{
	display: none;
}
.noborder{
	border: 0px;
}



select{
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0)
}
.selectNormal{
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius:15px;
	border:1px solid #ccc;
}
.selectNormalSmall{
	width: 18px;
	height: 18px;
}
.selectSelect{
	background-color: #090;
	border:2px solid #ccc;
	transition:all 0.5s;
}
.textRed{
	color: #f00;
}


input{
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0)
}
.inputCommon{
	border: 0px ;
	text-align: center;
}
.textClickCommon{
	color: #ff6900;
	cursor: pointer;
}
.textClickCommon:hover{
	font-weight: bold;
}
.textClick{
	cursor: pointer;
}
.textClick:hover{
	font-weight: bold;
}







.titleLabel1{
	height: 50px;
	line-height: 50px;
	border-bottom: solid 4px #ff6900;
	border-right:1px solid #ccc;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	width:120px;
	color: #777777;
}

button{
	border:none;
	outline: none;
}

.btnCommon{
    cursor: pointer;
    padding:6px 12px;
    color: #fff;
    background-color: #5cb85c;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    /* box-shadow:0 0 5px #aaa; */
}
.btnCommon:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.95;
	box-shadow:0 0 1px #aaa;
}





.vMiddle{
	vertical-align: middle;
}
.vTop{
	vertical-align: top;
}
.box-shadow{
	box-shadow: 0 0 5px #aaa;
	border-radius:5px;	
}

.animFontSizeHover{
	cursor: pointer;
	transition: all 0.5s;  
}
.animFontSizeHover:hover{
	/* transform:scale(1.2); */
	font-size:1.2em;
}
.animScaleHover{
	cursor: pointer;
	transition: all 0.3s;  
}
.animScaleHover:hover{
	transform:scale(1.2);
}
.hoverBoxShadow{
	cursor: pointer;
}
.hoverBoxShadow:hover{
	box-shadow: 0 0 5px #aaa;
	border-radius:5px;	
}

a{
	color: #333;
}
a:hover{
	color:inherit;
	text-decoration: none;
}
.a333{
	color: #333;
}
.a333:hover{
	color:#333;
}


.underline{
	text-decoration: underline;
}
.noBreak{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;/* 不增加这个属性会增加高度 */
}


.vBottom{
	vertical-align: bottom;
}
.pointer{
	cursor: pointer;
}




