/*use czx  yundaizhang*/
/*清除默认样式*/
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,
form,input,textarea,th,td,select { 
	margin:0; 
	padding:0; 
	font-family:"微软雅黑";
}
h1,
h2,
h3,
h4,
h5 {
	font-weight:normal;
}
em { 
	font-style:normal;
}
li { 
	list-style:none; 
}
a { 
	text-decoration:none;
}
img { 
	border:none;
    vertical-align:middle;
}
i {
	font-style: normal;
}
table { 
	border-collapse:collapse;
}
th {
	font-weight:normal;
}
input,
textarea,
select {
    outline:none;
    border:none;
    border:solid 1px #ccc;
    vertical-align:middle;
}
textarea { 
	resize:none; 
	overflow:auto; 
}
/* css3阴影 box_shadow 块元素阴影，text-shadow 文字阴影*/
.zx_box_shadow {
	-webkit-box-shadow:0 1px 2px #ccc;
	 box-shadow:0 1px 2px #ccc;
}
.zx_text_shadow {
	-webkit-text-shadow:0 0 2px #ccc;
	text-shadow:0 0 2px #ccc;
}
.zx_radius {
	border-radius:4px;
}
/*滚动条*/
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(204,204,204,0.3);
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: rgba(204,204,204,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(204,204,204,0.4);
}
/*浮动*/
.fl { 
	float: left;
}
.fr { 
	float: right;
}
.clearfix:after { 
	content:'';
    display:block;
    clear:both;
}
.clearfix { 
	zoom:1;
}
/*字体颜色*/
.font_fixed_color {
	color:#6bbef7;
}
.font_color:hover {
	color:#6bbef7;
}
/*文字单行溢出省略号*/
.text_overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
 /* 按钮样式 */
.zx_btn,.zx_fixed_btn {
	display: inline-block;
	padding:0 15px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	/*border-radius: 4px; */
	cursor: pointer;
}
.zx_btn {
	background: #f8f8f8;
	color:#333;
	border: 1px solid #dddddd;
}
.zx_fixed_btn {
	background: #fbb818;
	color:#fff;
	border: 1px solid #fbb818;
}
.zx_btn_color {
	background: #d0d0d2;
	border: 1px solid #d0d0d2;
}
.zx_btn_color1 {
	background: #2E8DED;
	border: 1px solid #2E8DED;
}
.zx_btn_color {
	background: #f8f8f8;
	border: 1px solid #ddd;
	color:#333;
}
.zx_btn_color3 {
	background:#d0cfd4;
	border: 1px solid #d0cfd4;
	color: #fff;
}
.zx_btn_color4 {
	background: #5897da;
	height:22px;
	color: #fff;
	line-height: 22px;
	border: 1px solid #ddd;
}

/*.btn:hover {*/
	/*background: #fbb818;*/
	/*border: 1px solid #fbb818;*/
	/*color:#fff;*/
/*}*/
.zx_btn_active {
	background: #fbb818;
	border: 1px solid #fbb818;
	color:#fff;
} 

/* table表格 */
.zx_tab {
	width:100%;
}
.zx_tab_heard_tit{

 }
.zx_tab_heard_tit th {
	height: 36px;
	background: #f5f6fb;
    color: #727272;
    border: 1px solid #e1e7eb;
    font-size: 12px;
    text-align: center;
    cursor: default;
}
.zx_tab_tbodys{

}
.zx_tab_tbodys td {
	font-size: 12px;
	height: 36px;
	padding:0 5px;
	cursor: default;
	border: solid 1px #e1e7eb;
}
.zx_tab_tbodys tr:hover {
	background: #e8f0fa;
}
.zx_tab_text_r {
	text-align: right;
}
.zx_tab_text_l {
	text-align: left;
}
.zx_tab_text_m {
	text-align: center;
}
/*偶数行*/
/*.zx_tab_tbodys tr:nth-child(odd){
	background: #fff;
}*/
/*奇数行*/
/*.zx_tab_tbodys tr:nth-child(even){*/
	/*background: #f1fafe;*/
/*}*/
/*.zx_tab_tbodys tr{*/
	/*background: #e8f0fa;*/
/*}*/
/*点击选中后*/
.zx_tab_checked {
    background: #e4ff00;
}

/*模仿下拉菜单*/
.model-select-box {
	width: 100%;
	height: 30px;
	float: left;
	/*border-bottom: 4px solid #5b98de;*/
	text-indent: 5px;
	/*padding-right:20px;*/
	position: relative;
	z-index: 9999999;
}
.model-select-text {
	height: 30px;
	color:#333;
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.model-select-text1 {
	color:#fff;
	padding-right:50px;
	position: relative;
	z-index: 999999999;
}
.model-select-box .model-select-pic {
	width:12px;
	height:12px;
	position: absolute;
	bottom:8px;
	right:3px;
	/*background: url(../img/AddInvoice.png) no-repeat 0 0;*/
}
.model-select-box .model-select-tit {
	width:45px;
	height:30px;
	bottom:0;
	line-height:30px;
	font-size: 14px;
}
.model-select-option {
	width:100%;
	min-width:100px;
	display: none;
	position: absolute;
	top:30px;
	background: #fff;
	left: -1px;
	border: 1px solid #aaa;
	max-height: 180px;
	overflow-y: scroll;
	z-index: 99999;
}
.model-select-option1 {
	min-width:190px;
}
.model-select-option li {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #555;
	cursor: pointer;
}
.model-select-option li.seleced {
	background: #f5f5f5;
	/*color: #fff;*/
}
.model_select {
	width:100%;
	padding-right:0;
	border-bottom:0;
}
.model_select1 {
	width:100%;
	padding-right:0;
	border-bottom:0;
}
.model_select_texts {
	color:#333;
	font-size: 14px;
}
.model_select_option {
	top:40px;
}
/*模仿下拉菜单---NED*/
















































