@charset "utf-8";
/* CSS Document */

/*
html{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
  }
*/
/*全站总继承*/
:root{
/*	默认背景色灰色*/
	--bj-hs:#f5f5f5;  
/*边框*/
	--border:#eee;  
/*	字体*/
	--font:#6c6c6c;
	/*	小菜单字体颜色*/
	--fontm:#535353;
/*	主菜单背景*/
	--nemu:#b92732;
/*	主菜单选中北集*/
	--nemu-active:#9b0712;
}
body,h1,h2,h3,h4,h5,h6,h7,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none
}
.kb_container_fluid{
	width: 100%;
}.kb_container{
	width: 1200px;
	margin: 0px auto
}
.zy-container .right{
margin: 3px;
	padding: 3px;
	 flex-grow: 1;
	border: 2px solid #e6e6e6
}
.layui-colla-item ul li{
	line-height: 30px;
	color: #fff;
	padding-left: 40px;
	margin: 5px 0px;
	cursor: pointer
}
/*flex 区*/
.flex{
	display: flex
		
}
/*元素左右对齐*/
.flex_zy{
	justify-content: space-between
}.flex_left{
	justify-content:flex-start
}.flex_center{
	justify-content:center
}.flex_right{
	justify-content:flex-end
}
.f_cz_jz{
	align-items: center;  
}
.f1{
	flex: 1
}
.wrap-wrap{
	flex-wrap: wrap
}
.flex_zx { flex-direction: column; }

/*侧边栏*/
.zy_sidebar{
	width: 240px;
}
/*人民币字体*/
.money{
	font-size: 16px;

    font-family: "Arial Black";	
}
	.black{
		background-color: #2e303f
	}	
	.yellow{
		background-color: #FFB800
	}	
	.green{
		background-color: #009688
	}	.red{
		background-color: red
	}.ls{
		background-color: #1E9FFF
	}.hs{
		background-color: #666666
	}
	.info{
		display: block;
		color: #fff;
		font-size: 12px;
		border-radius: 25px;
		padding: 1px;
		text-align: center
	}
.m-b-5{
	margin-bottom: 5px
}
.m-t-5{
	margin-top: 5px
}