div,span,tr,td,a{
	font-size: 12px;
	font-family: Microsoft YaHei;
}

.td-operation {
	padding-right: 0px !important;
}
#mask {
	position: absolute; top: 15px; filter: alpha(opacity=60); background-color: #777;   
	z-index: 1002; left: 15px;   
	opacity:0.5; -moz-opacity:0.5;   
}
.dataTables_processing{
	margin-top: 10% !important;	
}
.dataTables_length{
	margin-top: 10px;
}
#paramForm .red-star:before {
	content: '* ';
	color: #F00;
}

.rightCount{
	float: right;
}

.rightMap{
	float: right;
	margin-right: 30px;
}

.icon{
	float: right;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 20px;
}
/** #333  */
.indexIcon{
	color: #580E73;
	font-size: 24px;
	margin-left: 10px;
}

.littleIcon{
	color: #580E73;
	font-size: 16px;
}

.radiusDiv{
	height:295px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* nav .sidebar-toggle:hover{
	background: #F1F1F1 !important;
} */

nav span.glyphicon:hover{
	background: rgba(0, 0, 0, 0.1);
	color: #f6f6f6;
}

.menu-title, .menu-icon{
	font-size: 14px;
}

.panel_ext{
	border-color:#F7F7F7 !important;
}

.panel_head_ext{
	background:#EEE !important; 
	color:#000 !important; 
	border-color: #F7F7F7 !important;
}

.table_head{
	background: #ECEEEF !important;
	height: 46px;
	font-size: 14px;
}
.table_head th{
	white-space: nowrap;
}

@media screen and (max-width: 991px) {
   .tip{
   	display: none;
   }
}

/** 调整每一个菜单列表的行的样式 */
.tr_bg{
	border: 1px solid #F1F1F1;
	color: #333;
	height: 46px !important;
}
.tr_bg td{
	vertical-align: middle !important;
}

/**多条件查询的样式*/
.btn_input{
	background: #3D85CC;
    border: none;
    color: white;
    font-size: 12px;
    font-family: Microsoft YaHei;
    border-radius: 3px;
    margin-left: 5px;
    width: 60px;
    height: 30px;
}
.btn_input:hover{
	background: #539be2;
} 
.span_ext{
	background: #EEE !important;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.select_ext{
	padding: 6px 10px 6px 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: solid 1px #D2D6DE;
    appearance: none; 
    -webkit-appearance: none;
}
.selectBut{
	background: #FFF;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.setFontColor{
	color: #000 !important;
}
.setLineColor{
	background-color: #EEE !important;
}
.noPendingLi{
	list-style: none;
    padding: 50px;
    color: #c7c7c7;
}

/** ½ǵstart */
 .initTip {
  position: fixed;
  right: 0px;
  bottom: -150px;
  height: 108px;
  width: 180px;
  background-color: #d8dade;
  padding: 1px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  z-index: 10;
 }
 
 .tipMoveUp{
  -webkit-animation: moveUp 1s forwards;
  -moz-animation: moveUp 1s forwards;
  -ms-animation: moveUp 1s  forwards;
  -o-animation: moveUp 1s forwards;
  animation: moveUp 1s forwards;
 }

 .tipMoveDown{
  -webkit-animation: moveDown 1s forwards;
  -moz-animation: moveDown 1s forwards;
  -ms-animation: moveDown 1s  forwards;
  -o-animation: moveDown 1s forwards;
  animation: moveDown 1s forwards;
 }
 
 .initTip p {
  padding: 6px;
 }
 
 .initTip h1 {
  margin: 0px; 
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  background-color: #002060;
  color: #FFFFFF;
  padding: 0px 5px;
 }
 
 .initTip h1 a{
  float: right;
  text-decoration: none;
  color: #FFFFFF;
 }
 
 @keyframes moveUp{
 	from{bottom: -150px;}
 	to{bottom : 0px}
 }
 @-webkit-keyframes moveUp{
 	from{bottom: -150px;}
 	to{bottom : 0px}
 }
 @-moz-keyframes moveUp{
 	from{bottom: -150px;}
 	to{bottom : 0px}
 }
 @-o-keyframes moveUp{
 	from{bottom: -150px;}
 	to{bottom : 0px}
 }
 @-ms-keyframes moveUp{
 	from{bottom: -150px;}
 	to{bottom : 0px}
 }
 
 @keyframes moveDown{
 	from{bottom: 0px;}
 	to{bottom : -150px}
 }
 @-webkit-keyframes moveDown{
 	from{bottom: 0px;}
 	to{bottom : -150px}
 }
 @-ms-keyframes moveDown{
 	from{bottom: 0px;}
 	to{bottom : -150px}
 }
 @-moz-keyframes moveDown{
 	from{bottom: 0px;}
 	to{bottom : -150px}
 }
 @-o-keyframes moveDown{
 	from{bottom: 0px;}
 	to{bottom : -150px}
 }

/** ½ǵend */
.pend-order{
	display: inline-block;
    background: #008DF2;
    padding: 1px 5px;
    border-radius: 2px;
    color: #FFF;
}
.order-name{
	color: #177ee6;
    font-size: 12px;
}
.login-con-box{
	width: 430px;
    min-height: 313px;
    margin: 136px auto;
    position: relative;
    z-index: 99;
}
.login-form-box{
	width: 430px;
    min-height: 313px;
    box-shadow: 1px 5px 20px #666;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(203, 206, 206, 0.8);
}
.login-input{
	padding: 5px 47px;
    font-size: 18px;
    height: 48px;
    width: 330px;
    border-radius: 3px;
    margin-left: 48px;
    border: solid 1px #EEE;
}
.input-icon{
	top: 5px !important;
    left: 54px !important;
    font-size: 18px !important;
}
.login-title{
	margin-top: 37px;
    font-size: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}
.login-btn{
	width: 97px;
    height: 36px;
    background: #530A6d;
    border-radius: 2px;
    color: #FFF;
    font-size: 15px;
    border: solid 1px #530A6d;
}

.login-btn:hover{
	background: #47085d;
}

.input-footer{
	margin: 25px 62px 25px 49px;
}
.login-remenber-text{
	color: #000;
    font-size: 14px;
}

/**logo-img-back start*/
.logo-img-back{
	-webkit-animation: zoomImg 2s forwards;
	-moz-animation: zoomImg 2s forwards;
	-ms-animation: zoomImg 2s forwards;
	-o-animation: zoomImg 2s forwards;
	animation: zoomImg 2s forwards;
}
@keyframes zoomImg{
 	0%{transform: scale(1);}
 	50%{transform : scale(1.02);}
 	100%{transform : scale(1.01);}
}
@-ms-keyframes zoomImg{
 	0%{transform: scale(1);}
 	50%{transform : scale(1.02);}
 	100%{transform : scale(1.01);}
}
@-moz-keyframes zoomImg{
 	0%{transform: scale(1);}
 	50%{transform : scale(1.02);}
 	100%{transform : scale(1.01);}
}
@-webkit-keyframes zoomImg{
 	0%{transform: scale(1);}
 	50%{transform : scale(1.02);}
 	100%{transform : scale(1.01);}
}
@-o-keyframes zoomImg{
 	0%{transform: scale(1);}
 	50%{transform : scale(1.02);}
 	100%{transform : scale(1.01);}
}
/**logo-img-back end*/
.sidebar-toggle:hover{
	background: #4E0A65 !important;
}
.navIcon{
	font-size: 20px;
    margin: 2px 5.5px;
}
.hideDiv{display: none;	}
.zipImg {
    position: absolute;
    left: 50%;
    padding-top: 10px;
    margin-left: -7%;
    cursor: pointer;
}