body{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 14px;
	background: #f9f9f9;
}

select
{
	/*background: url(../images/icons/cfmArrow.png) no-repeat scroll right center transparent;*/
	background-image: url(../images/icons/sanjiao.png)!important;
	background-position: right center!important;
	background-repeat: no-repeat!important;
 	padding-right: 14px!important;
 	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
  	/*background-color: #8EC21F;*/
  	color: white;
  	border-radius: 5px;
}

select::-ms-expand { display: none; }

/*pms*/
.fl
{
	float: left;
}

.fr
{
	float: right;
}

.in_blo
{
	display: inline-block;
}

a{
	display: block;
}

.m-g-l-10{
	margin-left: 10px;
}

.m-g-l-20{
	margin-left: 20px;
}

.m-g-l-30{
	margin-left: 30px;
}

.m-g-l-40{
	margin-left: 40px;
}

.m-g-l-50{
	margin-left: 50px;
}

.m-g-t-10{
	margin-top: 10px;
}

.m-g-t-20{
	margin-top: 20px;
}

.m-g-t-30{
	margin-top: 30px;
}

.m-g-t-40{
	margin-top: 40px;
}

.m-g-t-50{
	margin-top: 50px;
}


.err_bg{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0,0,0,0.3);
}

.errModal{
	display: none;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    width: 300px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
	margin-top: -50px;
    background: #fff;
    border-radius: 6px;
    z-index: 1000000;
}

.menu_active{
	color: #8EC220 !important;
}

.errMoadl_top{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
	color: #333;
	padding-left: 30px;
}

.errMoadl_txt{
	padding-top: 15px;
	color: #333;
	text-align: center;
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes zoomInSm {
  from {
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInSm {
  from {
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInSm {
  -webkit-animation-name: zoomInSm;
  animation-name: zoomInSm;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.ng-enter{ 
	animation: fadeIn 0.5s both ease-in;
}

.del_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 99999;
}

.del_confirm{
	position: fixed;
	left: 50%;
	top:50%;
	margin-left: -150px;
	margin-top: -80px;
	width: 300px;
	background: #fff;
	z-index: 99999;
	border-radius: 6px;
}

.del_confirm_top{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	text-align: center;
	background: #8EC220;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.del_confirm_con{
	overflow: hidden;
	padding: 30px 20px;
}

.del_confirm_cancel{
	cursor: pointer;
	float: left;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	color: #777;
	text-align: center;
	border-radius: 4px;
}

.del_confirm_cancel:hover{
	color: #777;
}

.del_confirm_sure{
	cursor: pointer;
	float: right;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #8EC220;
	color: #fff;
	background: #8EC220;
	text-align: center;
	border-radius: 4px;
}

.del_confirm_sure:hover{
	color: #fff;
}

.loading_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	z-index: 999;
}

.loading_container{
	position: fixed;
	left: 50%;
	top:50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	background: #fff;
	z-index: 1001;
	border-radius: 6px;
}
.loading_container img{
	width: 100%;
}

.clear:after{
	display: block;
	content: '';
	clear: both;
}

.un_sel{
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/un_sel.png) no-repeat;
	background-size: cover;
}

.has_sel{
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/has_sel.png) no-repeat;
	background-size: cover;
}

.btn-default-width {
	width: 110px;
}
