/**********************系统默认初始化设置********/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
	img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,
	thead,tr,th,td {
		margin: 0;
		padding: 0;
		border: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	ol,ul {
		list-style: none;
	}
	input{
		width:65px;
		height:20px;
		border: 1px solid ;
		border-radius:3px;
		border-color: #ccc;
		text-align:center;
		padding:0px;
	}

	select{
		width:65px;
		height:25px;
		border: 1px solid ;
		border-radius:3px;
		border-color: #ccc;
		cursor:pointer;
	}
	button{
		width:80px;
		height:34px;
		border: 0px solid;
		border-color: #ccc; 
		border-radius:3px;
		cursor:pointer;
		background: linear-gradient(to bottom, rgb(250,250,250) 40%, rgb(225,225,225) 100%);
		/*box-shadow:0px 0px 1px 1px rgba(0,0,0,0.3);*/
		border-radius:25px;
	}
	button:hover{
		background: linear-gradient(to bottom, rgb(200,200,200) 40%, rgb(235,235,235) 100%);		
	}
	a{
		text-decoration:none;
	}
	a:link{
		color:rgb(80,80,80);
	 }
	a:visited{
		color:rgb(80,80,80);
	}
	a:hover{
		color:red;
		cursor:pointer;
	 }
	@font-face {
		font-family: 'FontIcon';
		src: url('../fonts/fonticon.ttf');
	}
	i{
		font-family:FontIcon;
		display: inline-block;
		font-style:normal;
		font-weight:lighter;
		font-size:15px;
		color:rgb(76,214,186);
		color:rgb(65,169,148);
		color: rgb(0,141,240);
		margin-right:2.5px;
		cursor:default;
		cursor: pointer;
	}
	html{
		font-family:Microsoft Yahei, PingFang SC, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
		color:rgb(80,80,80);
		font-size:12px;		
		background:white;

	 }
	 body{
		 margin:0;
		 padding:0;
	 }

	input,select,option,button,textarea{
		/*box-shadow:0px 0px 1px 1px rgba(227,225,226,0.1);*/
		box-shadow:none;
		font-size:12px;
		color:rgb(80,80,80);
		outline:0px;
	}
	textarea {
		font-size:12px;
		resize: none;
		color:rgb(80,80,80);
		font-family:Microsoft Yahei, PingFang SC, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	}
	input:hover,select:hover{
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}

	tr:hover{
		box-shadow:1px 1px 5px 0px rgb(205,205,205);
	}
	#body_div{
		display:block;
		position:fixed;
		z-index:999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:white;

	}
	.copystate{/**复制的状态信息**/
		width: 16px;
		height: 16px;
		font-size: 8px;
		line-height: 16px;
		color: #ffffff;
		text-align: center;
		display: none;
		border-radius: 50%;
		background: #009688;
		float: right;
		position: relative;
		top: 5px
	}
/**********************input checkbox样式设置****/
	/*input[type=checkbox]::before{*/
		 /*background-color: white;*/
		 /*width: 16px;*/
		 /*height: 16px;*/
		 /*display: inline-block;*/
		 /*visibility: visible;*/
		 /*padding-left: 0px;*/
		 /*text-align: center;*/
		 /*content: ' ';*/
		 /*border: 1px solid rgb(200,200,200);		 */
	/*}*/
			
	/*input[type=checkbox]:checked::before{*/
		 /*background-image: url('../images/select_input.png');*/
		 /*background-size:100% 100%;*/
	/*}*/
/**********************通用弹出窗口****************/
	#base_popup_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 20px;
	  display:inline-block;
	}
	#base_popup_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#base_popup_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#base_popup_back_div{
		display:block;
		position:fixed;
		z-index:99999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:rgba(0,0,0,0.3);			
	}
	#base_popup_div{
		display:inline-block;
		position:fixed;
		z-index:99998;
		width:580px;
		height:400px;
		background:rgb(240,242,245);
		border:1px solid rgb(200,200,200);
		overflow:auto;
		border-radius:8px;
		box-shadow: 1px 1px 3px rgb(200,200,200);
	}
	#base_popup_top_div{
		width:100%;
		height:40px;
		border:0px;
		background:linear-gradient(to bottom, #ffffff 30%, #e6e6e6 100%);
		overflow:hidden;
	}
	.base_popup_top_title{
		height:100%;
		float:left;
		position:relative;
		line-height:40px;	
	}
	.base_popup_top_title:nth-child(1){
		margin-left:15px;
	}
	.base_popup_top_title:nth-child(2){
		text-align:left;
		width:75%;
		font-size:13px;
	}
	.base_popup_top_title:nth-child(3){		
		float:right;	
		font-size:25px;
		margin-right:15px;
		color:rgb(200,200,200);
		cursor:pointer;
	}
	#base_popup_edit_div{
		position:relative;
		width:94%;
		height:80%;
		margin:0 auto;
		overflow:auto;
		background:white;
	}
	#base_popup_button_div{
		position:relative;
		width:100%;
		height:10%;
		overflow:hidden;
	}
	#base_popup_button_div button{
		position:relative;
	}
	#base_popup_edit_div table tr{
		display:table-row;
	}
	#base_popup_edit_div table td{
		height:30px;
		border-style:solid;
		border-color:rgb(235,235,235);
		border-width:0px 1px 1px 0px;
	}
	#base_popup_edit_div table td:nth-child(1) {
		background:rgb(250,250,250);	
	}
	#base_popup_edit_div table td p{
		width:80px;
		line-height:30px;
		text-align:center;
	}
	#base_popup_edit_div table input{
		width:100%;
		height:100%;
		border-width:0;
		box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	}	

/**********************滚动条样式****************/
	/*******************************/
	#multselect_back_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#multselect_back_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#multselect_back_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#multselect_back_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}

	#edit_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#edit_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#edit_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#edit_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}

	#customer_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#customer_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#customer_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#customer_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}


	#play_back_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#play_back_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#play_back_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#play_back_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}



	/*******************************/
	#account_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#account_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#account_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#account_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	/*******************************/
	#usercenter_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#usercenter_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#usercenter_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#usercenter_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	
	/*******************************/
	#find_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#find_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#find_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#find_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	
	#excel_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#excel_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#excel_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#excel_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	
	#setxml_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#setxml_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#setxml_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#setxml_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}


	/*************/
	#user_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 12px;
	  display:inline-block;
	}
	#user_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#user_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#usert_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	/*************/
	#report_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 12px;
	  display:inline-block;
	}
	#report_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#report_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#report_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	/*************/
	#report_xxtz_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 12px;
	  display:inline-block;
	}
	#report_xxtz_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#report_xxtz_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#report_xxtz_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	

	

/**********************TList组件设置（目录列表）*/
	.TList_table tr:first-child{  /*第一行--全部*/
		background:rgb(235,235,235);
		height:30px;
	}
	.TList_table td {
		height:24px;
		border-width:0px;
	}
	.TList_table td:nth-child(1){
		width:100%;
	}
	.TList_table p{
		/*display:inline-block; /*文本多行列，需要此设置，但只是左对齐*/
		line-height:normal;
		text-align:left;
		white-space:normal; /*nowrap--不换行,normal--默认换行,只对中文起作用，强制换行*/
		word-wrap:break-word;/*只对英文起作用，以单词作为换行依据*/
		overflow:visible;
		background:none;
	}
	.TList_table td input {
		position:relative;
		text-align:left;
		background:none;
		border-width:0;
		z-index:99999;
		box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	}
/**********************目录**********************/
		.TList {		
			position:relative;
			float:left;
			width:24px;
			height:100%;
			border-style:solid;
			border-color:#c0c0c0;
			border-width:0;
			background:none;/*rgba(192,192,192,0.3);*/
		}
		.TList div{
			position:relative;
			float:left;
			z-index:100;	
			width:14px;
			height:14px;
			cursor:pointer;
			font-size:13px;
			text-align:center;
			color:#292929;
			line-height:14px;
			margin:0px auto 0px auto;
			top:50%;
			margin-top:-8px;
			margin-left:4px;
			border-style:solid;
			border-color:#c0c0c0;	
			border-width:1px;
			background:white;/*rgb(192,192,192);*/
		}
		.TList_text {
			position:relative;
			float:left;
			width:65%;
			height:100%;
			background:none;/*rgba(0,228,0,0.3);*/
		}
		.TList_text div{
			position:relative;
			float:left;
			width:100%;
			height:24px;
			text-align:left;
			line-height:24px;
			text-overflow:ellipsis;
			overflow:hidden;		
			top:50%;
			margin-top:-13px;
		}
		/******Q：open状态*********/
			.TList_root_open div:last-child{
				position:relative;
				float:left;
				left:0px;
				margin:0;
				margin-top:-8px;
				z-index:99;
				width:50%;
				height:50%;
				border-width:0px 1px 0 0;		
				background:none;
			}
		/*******B：open状态   *******/
			.TList_b1 {
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_b2 div:last-child{
				position:relative;
				left:0px;
				margin:0;
				margin-top:-8px;
				z-index:99;
				width:50%;
				height:50%;
				border-width:1px 1px 0 0;		
				background:none;
			}
		/*******X：open状态  ******/
			.TList_x1{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_x2{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_x3 div:last-child{
				position:relative;
				left:0px;
				margin:0;
				margin-top:-8px;
				z-index:99;
				width:50%;
				height:50%;
				border-width:1px 1px 0 0;		
				background:none;
			}
		/*******D：open状态   ******/
			.TList_d1{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_d2{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_d3{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_d4 div:last-child{
				position:relative;
				left:0px;
				margin:0;
				margin-top:-8px;
				z-index:99;
				width:50%;
				height:50%;
				border-width:1px 1px 0 0;		
				background:none;
			}
		/*******C：open状态   ******/
			.TList_c1{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_c2{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_c3{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_c4{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_c5 div:last-child{
				position:relative;
				left:0px;
				margin:0;
				margin-top:-8px;
				z-index:99;
				width:50%;
				height:50%;
				border-width:1px 1px 0 0;		
				background:none;
			}
		/*******P：open状态   ******/
			.TList_p1{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_p2{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
			}
			.TList_p3{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_p4{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_p5{
				width:12px;
				border-width:0 1px 0 0;		
				background:none;
				display:block;
			}
			.TList_p6 div:last-child{
				position:relative;
				left:0px;
				margin:0;
				margin-top:-8px;
				z-index:99;
				width:50%;
				height:50%;
				border-width:1px 1px 0 0;		
				background:none;
			}

		/*******H：open状态   ******/
			.TList_h1{
				width:12px;
				border-width:0 1px 0 0px;
			}
			.TList_h2{
				width:12px;
				border-width:0 1px 0 0;		
			}
			.TList_h3{
				width:12px;
				border-width:0 1px 0 0;		
			}
			.TList_h4{
				width:12px;
				border-width:0 1px 0 0;		
			}
			.TList_h5{
				width:12px;
				border-width:0 1px 0 0;		
			}

			.TList_h6{
				width:12px;
				height:50%;
				border-width:0 1px 0 0px;
			}
			.TList_h7 div:first-child{
				border-width:0;		
				background:none;
			}
			.TList_h7 div:last-child{
				margin:0;
				margin-top:-7px;
				width:50%;
				height:50%;
				border-width:1px 0 0 0;
				background:none;
			}



/**********************对话messagebox()**********/
	#message_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#message_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#message_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#message_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}

	#messagebox_div{
		display:block;
		position:fixed;
		z-index:999999999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:rgba(0,0,0,0.2);
	}
	#message_div{
		position:relative;
		background:rgb(250,250,250);
		border:1px solid rgb(200,200,200);
		width:500px;
		height:300px;
		overflow:hidden;
		border-radius:8px;
	}
	#message_top_div{
		width:100%;
		height:40px;
		border-width:0 0 1px 0;
		border-style:solid;
		border-color:rgb(235,235,235);
	}
	#message_top_div p:first-child{
		width: 16px;
	}
	#message_top_div p:first-child i{
		top:3px;
	}
	.message_top_title{
		height:100%;
		float:left;
		position:relative;
		color:#000000;
		line-height:40px;	
	}
	.message_top_title i{
		font-size:24px;
	}
	.message_top_title:nth-child(1){
		margin-left:10px;
	}
	.message_top_title:nth-child(2){
		text-align:left;
		width:75%;
	}
	.message_top_title:nth-child(3){		
		float:right;	
		font-size:25px;
		margin-right:10px;
		color:rgb(200,200,200);
		cursor:pointer;
	}
	#message_middle_div{
		position:relative;
		width:93%;
		height:50%;
		margin:30px 20px 0px 20px;
		overflow:auto;
	}
	#message_middle_input{
		position:relative;
		margin:10px 0px 0px 20px;
		height:35px;
		width:88%;
		text-align:left;
		padding-left:10px;
		padding-right:10px;
		font-size:13px;
	}
	.message_bottom_button{
		float:left;
		display:block;
		width:85px;
	}
	.message_bottom_button:nth-child(2){
		margin-left:50px;
	}
	#message_bottom_div{
		width:220px;
		height:35px;
		margin:10px 0px 0px 208px;
	}
/**********************POPUP*********************/
	#popup_div{
		display:block;
		position:fixed;
		z-index:9999999;
		left:0px;
		top:0px;
		width:120px;
		height:300px;
		overflow:hidden;
		border-width:1px;
		border-style:solid;
		border-color:rgb(225,225,225);
		background:rgb(250,250,250);
		box-shadow: 1px 1px 3px rgb(225,225,225);
	}
	#popup_menu_div{
		width:100%;
		height:100%;
	}
	#popup_menu_ul li{
		display:block;
		width:100%;
		height:25px;
		line-height:25px;
		text-align:left;
		cursor:pointer;		
	}
	#popup_menu_ul li:hover{
	  background:rgb(235,235,235);
	  color:red;
	}
	#popup_menu_ul li a{
		display:inline-block;
		width:30px;
		text-align:center;
	}
	#popup_menu_ul li i{
		color:rgb(0,160,253);
	}
/**********************登录首页******************/
	#login_back_div{
		display:block;
		position:fixed;
		z-index:999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:13px;	
	}
	#logo{
		float:left;
		position:relative;
		width:80px;
		height:80px;
		top:20px;
		left:20px;
		background-image: url('../images/logo_ebc.png');
		background-size:100% 100%;	
		z-index:999;

	}
	#login_title {
	  position:relative;
	  width:160px;
	  height:160px;	  
	  border-radius:80px;
	  border-style:solid;
	  border-width:1px;
	  border-color: rgb(240,240,240);
	  margin:50px auto 0 auto;
	  line-height:160px;
	  text-align:center;
	  font-size:1.2em;
	  color:rgb(24,144,255);
	  background-image: url(../images/login_user.png);
	  background-size:100% 100%;	

	}
	.login_p{
		display:block;
		width:60%;
		height:35px;
		border-style:solid;
		border-width:1px;
		border-color: rgb(230,230,230);
		margin:20px auto;
		box-shadow:0px 0px 0px 0px rgba(0,0,0,1);
		background:rgba(255,255,255,0.7);
		border-radius:4px;
	}
	.login_p:hover{
		border-color: rgb(24,144,255);
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
	.login_p span{
		display: inline-block;
		/*background: rgb(232,240,252);*/
		position: relative;
		border: 0;
		width: 12%;
		border-radius: 3px 0 0 3px;
	}
	.login_p i{
	    float: left;
		line-height: 35px;
		width: 20px;
		color: rgb(200,200,200);
	}
	    
	.login_p i:last-child{
		text-align: center;
		margin-left: 2px;
	}
	.login_p input {
	   position:relative;
	   height:94%;
	   width:83%;
	   background:none;
	   padding-left:3%;
	   font-size:13px;
	   border:0px;
	   float:right;
	   text-align:left;
	   box-shadow:none;
	   border-radius: 0 3px 3px 0;
	}
	.login_p:nth-child(4) {
		width: 35%;
		margin: 0px;
		margin-left: 83px;
		display: inline-block;
	}
	.login_p:nth-child(4) span{
		width:20%;
	}
	.login_p:nth-child(4) span:first-child i{
		background-image: url('../images/dlyzm.png');
		height: 16px;
		width: 16px;
		margin-left: 4px;
		margin-top: 10px;
	}
	.login_ver{
		display: inline-block;
		float: right;
		width: 43%;
	}
	#login_verify{
		width: 72%;
	}
	#login_button{
		position:relative;
		display:block;
		width:60%;
		height:35px;
		margin:35px auto;
		font-size:13px;
		background:rgba(24,144,255,1);
		color:white;
		margin-top:60px;
		margin-bottom:20px;
	}
	#login_button:hover{
	  background:rgba(24,144,255,0.8);
	}
	#login_resetpw{
		width: 80px;
		height: 15px;
		float: right;
		color: rgba(24,144,255,0.7);
		cursor:pointer;

	}
	#login_img{
		cursor:pointer;
	}
	#login_resetpw:hover{
		color:rgba(24,144,255,1);
	}

	#login_div{
		width:100%;
		height:100%;
		top:0;
		left:0;
		position:absolute;
		z-index:2;
		background:white;
		overflow:hidden;
	}
	#login_main_img{
		width:52%;
		height:70%;
		margin:0  auto;
		top:18%;
		position:relative;
		background-image: url(../images/login_background.png);
		background-size:100% 100%;	
		animation:myshow 5s;
	}
	#login_right_div{
		overflow-y: auto;
		overflow-x:hidden;
	}
	.login_type{
		width:16px;
		height:16px;
	}
/**********************个人中心******************/
	#showuserinfo_div{
		display: block;
		position: fixed;
		z-index: 999;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		font-size: 11px;
	}
	#userinfo_div{
		position: relative;
		float: left;
		width: 350px;
		height:400px;
		background: rgb(240, 240, 240);
		overflow: hidden;
	}
	#userinfo_top_div{
		width: 100%;
		height: 25px;
		border: 0px;
		overflow: hidden;

	}
	.userinfo_title:nth-child(2) {
		float: right;
		font-size: 25px;
		margin-right: 10px;
		height: 100%;
		position: relative;
		color: #000000;
		line-height:25px;
	}
	#userinfo_content_div{
		width: 100%;
		height: 94%;
	}
	
	#userinfo_head_div{
		width:100%;
		float:left;
		display:block;
		position:relative;
		height:40%;

	}
	#userinfo_head_div div:first-child{
		border-radius: 7rem;
		width: 150px;
		height: 150px;
		position: absolute;
		background-image:linear-gradient(rgba(48, 253, 253,0.7),rgba(29, 175, 175,0.5));
	}
	#userinfo_head_div div:first-child img{
		position: absolute;
		width: 128px;
		height: 128px;
		left: 16px;
		top: 11px;
	}
	#userinfo_perinfo_div{
		float: left;
		width: 100%;
		height: 60%;
		font-size: 12px;
	}
	.info_div{
		line-height: 30px;
		height: 30px;
		width: 100%;
	}
	.info_div p:first-child{
		width: 45%;
		height: 30px;
		line-height: 30px;
		text-align: right;
		float: left;
	}
	.info_div p:last-child{
		width: 52%;
		height: 30px;
		line-height: 30px;
		text-align: left;
		float: left;
		padding-left: 10px;
	}

	#edit_info_div{
		width: 35%;
		height: 45px;
		top: 88%;
		left: 64%;
		position: absolute;
		color: red;
	}
	#edit_info_div p:first-child{
		height: 45px;
		line-height: 45px;
		text-align: center;
	}
/**********************重置密码******************/
	.resetp_p{
		width: 60%;
		height: 35px;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(230,230,230);
		margin: 20px auto 5px;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
		background: white;
		border-radius: 4px;
		margin-top: 12px;
	}
	.resetp_p:hover{
		border-color: rgb(24,144,255);
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
	.resetp_p i {
		float: left;
		line-height: 35px;
		width: 20px;
		text-align:center;
		color: rgb(200,200,200);
	}
	.resetp_p input {
	   position:relative;
	   height:94%;
	   width:83%;
	   background:white;
	   padding-left:3%;
	   font-size:13px;
	   border:0px;
	   float:right;
	   text-align:left;
	   box-shadow:none;
	   border-radius: 0 3px 3px 0;
	}
	#resetp_yzm{

	}
	#resetp_yzm i{
		float: left;
		line-height: 35px;
		width: 20px;
		text-align:center;
	}
	#reset_pass{
		width:100%;
	}
	#resetp_button1{
		position:absolute;
		float:right;
		left:80%;
		height:35px;
		width: 75px;
		margin-left:2px;
		font-size: 11px;
		background:rgba(24,144,255,1);
		color: white;
	}
	#resetp_button2,#resetp_button3{
		position: absolute;
		display:block;
		height: 34px;
		width: 25%;
		font-size: 13px;
		margin:40px auto;
		background:rgba(24,144,255,1);
		color: white;
		float: left;
	}
	#resetp_button2{
		left: 23%;
	}
	#resetp_button3{
		left: 52%;
	}
	#resetp_button1:hover,#resetp_button2:hover,#resetp_button3:hover{
	  background:rgba(24,144,255,0.8);
	}
/**********************一级菜单******************/
	#menu_top_div{
		width:100%;
		height:40px;
		background:linear-gradient(235deg, rgb(0,65,85), #066682);
		font-size:13px;
		color:rgb(245,245,245);
		line-height:39px;
		text-align:center;
		overflow:hidden;
	}
	#menu_left_div{
		float:left;
		height:100%;
	}
	#menu_right_div{
		float:right;
		height:100%;
	}
	#menu_left_div li,#menu_right_div li{
		float:left;
		display:block;
		cursor:pointer;
		width:auto;
	}
	#menu_left_div li{
		margin-left:0px;
	}
	#menu_left_div li a{
		margin: 0 10px;
	}
	#menu_left_div li:hover{
	  background:rgb(8,71,97);
	  font-size:13px;
	}

	#menu_left_div li:hover{
	  background:rgb(8,71,97);
	  font-size:13px;
	}

	#menu_right_div li{
		margin-right:15px;
	}
	#menu_right_div i{
		/*color:rgb(65,169,148);*/
		/*top:0px;*/
	}
	#menu_right_div p{
		position:relative;
		display:inline-block;
		top:-11px;
	}
	#menu_left_div ul{
		float:left;
	}
	#project_open_name{
		float:left;
		color: rgb(21, 223, 232);
		margin-left: 50px;
	}
	#menu_right_div li p:hover{
	  color:red;  
	}
	#menu_right_div li{
		height:20px;
		border-style:solid;
		border-width:0;
		margin-top:11px;
	}
	#menu_right_div li:last-child{
		border:none;
	}
	#menu_right_div li:nth-child(1) p,#menu_right_div li:nth-child(2) p,#menu_right_div li:nth-child(3) p{
		display: inline-block;
		margin-left: 18px;
	}
/**********************左侧类型列表(通用)********/
	#type_table{
		width:100%;
	}
	#type_table tr{
		display: table-row;
		border-style:solid;
		border-color:#cacaca;
		border-width:0;
		cursor:pointer;
	}
	#type_table tr:first-child{
		border-style:solid;
		border-color:#cacaca;
		border-width:1px 0 0 0;
		
	}
	#type_table td {
		width:100%;
	}
	#type_table td p {
		display:inline-block;
		height:35px;
		line-height:35px;
		margin-left:20px;
		text-align:left;
		white-space:nowrap; /*nowrap--不换行,normal--默认换行,只对中文起作用，强制换行*/
		word-wrap:break-word;/*只对英文起作用，以单词作为换行依据*/
		text-overflow:ellipsis;
		overflow:hidden;
	}
	#type_table td p i{
		position:relative;
		top:2px;
		margin-right:1px;
	}

/**********************用户个人中心**************/
	#usercenter_back_div{
		display:block;
		position:relative;
		z-index:999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:none;/*rgba(0,0,0,0.5);*/
	}
	#usercenter_div{
		position:relative;
		width:100%;
		height:100%;
		background:rgb(240,242,245);
		overflow:hidden;
	}
	#usercenter_sysmenu_div{
		width:100%;
		height:40px;
		position:relative;
		float:left;
		background:none;

	}
	#usercenter_top_div{
		width:100%;
		height:1px;
		border:0px;
		overflow:hidden;
		border-width:0 0 1px 0 ;
		border-style:solid;
		border-color:rgb(200,200,200);	

	}
	.usercenter_top_title{
		height:100%;
		float:left;
		position:relative;
		line-height:50px;	
	}
	.usercenter_top_title:nth-child(1){
		margin-left:20px;
	}
	.usercenter_top_title:nth-child(2){
		text-align:left;
		width:75%;
		font-size:13px;
	}
	.usercenter_top_title:nth-child(3){		
		float:right;	
		font-size:25px;
		margin-right:30px;
		color:rgb(200,200,200);
		display:inline-block;
		cursor:pointer;
	}
	#usercenter_left_div{
		position:relative;
		float:left;
		width:400px;
		height:100%;
		overflow:hidden;
		border-width:0;
		border-style:solid;
		border-color:rgb(200,200,200);
		background:white;
	}
	#usercenter_right_div{
		float:right;
		width:60%;
		height:100%;
		overflow:hidden;
		background:white;
	}
	#usercenter_img {
	  position:relative;
	  width:200px;
	  height:200px;	  
	  border-radius:100px;
	  margin:30px auto 0 auto;
	  background-image: url(../images/login_user.png);
	  background-size:100% 100%;	
	  cursor:pointer;

	}
	#usercenter_name{
		position:relative;
		width:100%;
		height:100px;
		border-width:0 0 1px 0 ;
		border-style:solid;
		border-color:rgb(200,200,200);		
	}
	#usercenter_name p{
		width:100%;
		height:40px;
		text-align:center;
		font-size:15px;
		line-height:40px;
	}
	#usercenter_name p:first-child{
		font-size:20px;
		line-height:60px;
		color:red;
		font-weight:bold;
	}
	#usercenter_name p:first-child span{
		color:rgb(80,80,80);
		font-weight:normal;
	}

	#usercenter_menu p{
		display: block;
		width: 200px;
		height: 40px;
		margin: 20px auto;
		text-align: center;
		line-height: 40px;
		font-size:13px;
		cursor:pointer;
	}
	#usercenter_menu p a{
		margin-left:5px;
		position:relative;
		top:-6px;
	}
	#usercenter_menu p:hover{
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
	#usercenter{
		padding-top: 60px;
		line-height:50px;
		position:relative;
		margin:0 auto;
		overflow-y:auto;
		overflow-x:hidden;
	}
	#usercenter input{
		width:75%;
		height:35px;
		text-align:left;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-radius:3px;
		border-color:rgb(240,240,240);
		box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	}
	#usercenter input:hover{
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
	#usercenter_baseinfo p:nth-child(1) input,#usercenter_baseinfo p:nth-child(8) input{
		border:0px;
	}
	#usercenter_baseinfo p:nth-child(1) input:hover,#usercenter_baseinfo p:nth-child(8) input:hover{
		box-shadow:none;
	}
	#usercenter_statistics_top_div{
		height:50px;
	}
	.usercenter_num{
		top: 20%;
		width: 19%;
		display: inline-block;
		height: 55%;
		float: left;
		border-style: solid;
		position: relative;
		border-color: rgb(217,217,217);
		border-width: 0 1px 0 0;
		
	}
	.usercenter_num:nth-child(1){
		margin-left: 30px;
	}
	.usercenter_num:nth-child(5){
		border:0px;
	}
	.usercenter_num p:first-child{
		display: block;
		width: 80%;
		height: 40px;
		margin: 20px auto 10px;
		text-align: center;
		line-height: 40px;
		font-size: 30px;
	}
	.usercenter_num p:last-child{
		display: block;
		width: 80%;
		height: 40px;
		margin: 0px auto;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}
	#usercenter_resetp_button{
		height: 35px;
		width: 19%;
		margin-left: 8px;	
	}
	#usercenter_usercenter_save{
		width:50%;
		height:35px;
		margin:40px auto;
		display:block;
		left:-6%;
		position:relative;
	}




	#usercenter_showneed_down_table tr, #usercenter_showneed_down_tableh tr{
		display: table-row;
		height:35px;
	}
	#usercenter_showneed_down_table td,#usercenter_showneed_down_tableh td{
		border-style:solid;
		border-color: rgb(230,230,230);
		border-width:0px 1px 1px 0px;
	}

	#usercenter_showneed_down_tableh tr:last-Child td{
		border-width:0 1px 0 0;
	}
	#usercenter_showneed_down_table td:last-Child,#usercenter_showneed_down_tableh td:last-Child{
		border-width:0px 0px 1px 0px;
	}
	#usercenter_showneed_down_table td p,#usercenter_showneed_down_tableh td p{
		width:100px;
		line-height:normal;
		text-align:center;
		white-space:pre-wrap; /*nowrap--不换行,normal--默认换行,pre-wrap--软换行符号;只对中文起作用,强制换行*/
		word-wrap:break-word;/*只对英文起作用,以单词作为换行依据*/
		/*text-overflow:ellipsis;*/
		/*overflow:hidden;*/
		font-family:simsun,simHei,serif;
	}
	#usercenter_showneed_down_table td p{
		width:100px;
		line-height:normal;
		text-align:center;
		white-space:nowrap; /*nowrap--不换行,normal--默认换行,pre-wrap--软换行符号;只对中文起作用,强制换行*/
		word-wrap:break-word;/*只对英文起作用,以单词作为换行依据*/
		text-overflow:ellipsis;
		overflow:hidden;
		font-family:simsun,simHei,serif;
	}
	#usercenter_showneed_down_table td:nth-child(1) p,#usercenter_showneed_down_tableh td:nth-child(1) p{
		width:40px;
	}
	#usercenter_showneed_down_table input, #usercenter_showneed_down_table button{
		border: none;
		box-shadow: none;
		border-radius: 0px;
		padding:0px;
	}




	#usercenter_showprice_down_table tr, #usercenter_showprice_down_tableh tr{
		display: table-row;
		height:35px;
	}
	#usercenter_showprice_down_table td,#usercenter_showprice_down_tableh td{
		border-style:solid;
		border-color: rgb(230,230,230);
		border-width:0px 1px 1px 0px;
	}

	#usercenter_showprice_down_tableh tr:last-Child td{
		border-width:0 1px 0 0;
	}
	#usercenter_showprice_down_table td:last-Child,#usercenter_showprice_down_tableh td:last-Child{
		border-width:0px 0px 1px 0px;
	}
	#usercenter_showprice_down_table td p,#usercenter_showprice_down_tableh td p{
		width:100px;
		line-height:normal;
		text-align:center;
		white-space:pre-wrap; /*nowrap--不换行,normal--默认换行,pre-wrap--软换行符号;只对中文起作用,强制换行*/
		word-wrap:break-word;/*只对英文起作用,以单词作为换行依据*/
		/*text-overflow:ellipsis;*/
		/*overflow:hidden;*/
		font-family:simsun,simHei,serif;
	}
	#usercenter_showprice_down_table td p{
		width:100px;
		line-height:normal;
		text-align:center;
		white-space:pre-wrap; /*nowrap--不换行,normal--默认换行,pre-wrap--软换行符号;只对中文起作用,强制换行*/
		word-wrap:break-word;/*只对英文起作用,以单词作为换行依据*/
		text-overflow:ellipsis;
		overflow:hidden;
		font-family:simsun,simHei,serif;
	}
	#usercenter_showprice_down_table td:nth-child(1) p,#usercenter_showprice_down_tableh td:nth-child(1) p{
		width:40px;
	}
	#usercenter_showprice_down_table input, #usercenter_showprice_down_table button{
		border: none;
		box-shadow: none;
		border-radius: 0px;
		padding:0px;
	}



	#usercenter_showrecord_down_table tr, #usercenter_showrecord_down_tableh tr{
		display: table-row;
		height:35px;
	}
	#usercenter_showrecord_down_table td,#usercenter_showrecord_down_tableh td{
		border-style:solid;
		border-color: rgb(230,230,230);
		border-width:0px 1px 1px 0px;
	}

	#usercenter_showrecord_down_tableh tr:last-Child td{
		border-width:0 1px 0 0;
	}
	#usercenter_showrecord_down_table td:last-Child,#usercenter_showrecord_down_tableh td:last-Child{
		border-width:0px 0px 1px 0px;
	}
	#usercenter_showrecord_down_table td p,#usercenter_showrecord_down_tableh td p{
		width:100px;
		line-height:normal;
		text-align:center;
		white-space:pre-wrap; /*nowrap--不换行,normal--默认换行,pre-wrap--软换行符号;只对中文起作用,强制换行*/
		word-wrap:break-word;/*只对英文起作用,以单词作为换行依据*/
		/*text-overflow:ellipsis;*/
		/*overflow:hidden;*/
		font-family:simsun,simHei,serif;
	}
	#usercenter_showrecord_down_table td p{
		width:100px;
		line-height:normal;
		text-align:center;
		white-space:nowrap; /*nowrap--不换行,normal--默认换行,pre-wrap--软换行符号;只对中文起作用,强制换行*/
		word-wrap:break-word;/*只对英文起作用,以单词作为换行依据*/
		text-overflow:ellipsis;
		overflow:hidden;
		font-family:simsun,simHei,serif;
	}
	#usercenter_showrecord_down_table td:nth-child(1) p,#usercenter_showrecord_down_tableh td:nth-child(1) p{
		width:40px;
	}
	#usercenter_showrecord_down_table input, #usercenter_showrecord_down_table button{
		border: none;
		box-shadow: none;
		border-radius: 0px;
		padding:0px;
	}
/***************newdata******************************/
	#addnew_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#addnew_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#addnew_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#addnew_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	#addnew_back_div{
		display:block;
		position:fixed;
		z-index:999999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:13px;
		background:rgba(0,0,0,0.2);			
	}
	#addnew_div{
		position:relative;
		display:inline-block;
		width:860px;
		height:560px;		
		overflow:hidden;
		background:rgb(240,242,245);	
		border-radius:8px;
		box-shadow: 0px 0px 4px rgb(0,65,85);
	}
	#addnew_top_div{
		width:100%;
		height:40px;
		border:0px;
		overflow:hidden;
		background:none;
	}

	#addnew_top_div p{
		position:relative;
		line-height:40px;	
	}
	#addnew_top_div p:nth-child(1){		
		float:left;
		margin-left:10px;
		width:75%;	
	}
	#addnew_top_div p:nth-child(2){		
		float:right;
		padding-right:10px;		
		font-size:25px;
		line-height:40px;
		color:rgb(200,200,200);
	}

	#addnew_content_div{
		width: 92%;
		height: 82%;
		margin: 0 auto;
		border:0px solid rgb(200,200,200);
		background:white;
		font-size: 12px;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#addnew_down_div{
		width:220px;
		margin:10px auto;
	}
	#addnew_down_div button:nth-child(2){
		margin-left:60px;
	}

	#add_form_textb_div button{
		width: 25px;
		height: 25px;
		margin: 6px 0px 0px 5px;
		float: left;
		border-radius: 0px;
		border: 1px solid rgb(220,220,220);
	}
	#add_form_textb_div i{
		font-size: 13px;
		color: #333333;
	}
	#add_form_textb_div select {
		width: 80px;
		height: 25px;
		margin: 6px 0px 0px 5px;
		float: left;
	}
	#add_form_textb_div input {
		width: 50px;
		height: 22px;
		margin: 6px 0px 0px 5px;
		float: left;
		background: white;
	}
	#add_form_input_record input{
		height:30px;
		width:65px;
		margin-right:5px;
		position:relative;
		color:blue;
		text-align:center;
	}
	#add_form_input_record p{
		display:block;
		height:50px;
		line-height:50px;
	}
	#add_form_input_record p span{
		display:inline-block;
		height:30px;
		line-height:30px;
	}


/**********************日历**********************/	
	#rcwsoft_datetime_back_div{
		display:block;
		position:fixed;
		z-index:999999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:none;
	}

	#rcwsoft_datetime_div{
		position:absolute;
		height :250px;
		width:360px;
		border:1px solid #eaeaea;
		cursor:pointer;
		box-shadow: 3px 3px 5px #888888;
	}
	.rcwsoft_datetime_div_left{
		width:30%;
		height:100%;
		background:#1abc9c;
		border:0;
		float:left;
	}
	.rcwsoft_datetime_div_right{
		width:70%;
		height:100%;
		background:white;
		border:0;
		float:right;
	}
	#rcwsoft_datetime_left_top_div{
		width:100%;
		height:60%;
		font-size:25px;
		color:white;
		float:left;
	}
	#rcwsoft_datetime_left_bottom_div{
		width:100%;
		height:40%;
		float:left;
	}
	.rcwsoft_datetime_left_top_year{
		line-height:35px;
		height:35px;
		margin:30px 0 0 0;
		padding:0 10px;
	}
	.rcwsoft_datetime_left_top_monthday{
		line-height:35px;
		height:35px;
		margin:0;
		padding:0 10px;
		font-size:13px;
	}
	.rcwsoft_datetime_left_top_week{
		font-size:16px;
		line-height:35px;
		padding:0 10px;
		height:35px;
		margin:0;
	}
	#rcwsoft_datetime_right_top_div{
		width:100%;
		height:14%;
		background:#dddddd;
	}
	#rcwsoft_datetime_right_day_div{
		width:100%;
		height:65%;
		padding-top:15px;
	}
	#rcwsoft_datetime_right_bottom_div{
		width:100%;
		height:15%;
	}
	.rcwsoft_datetime_right_top_p:nth-child(1){
		width:20%;
		height:100%;
		float:left;
		margin:0;
		text-align:center;
		line-height:40px;
	}
	.rcwsoft_datetime_right_top_p:nth-child(1).firstChild{
		overflow:hidden;
	}
	.rcwsoft_datetime_right_top_p:nth-child(2){
		width:60%;
		height:100%;
		float:left;
		margin-top:0;
		text-align:center;
		line-height:40px;
	}
	.rcwsoft_datetime_right_top_p:nth-child(3){
		width:20%;
		height:100%;
		float:left;
		margin:0;
		text-align:center;
		line-height:40px;
	}
	.rcwsoft_datetime_right_top_p:nth-child(2) input{
		width:30%;
		border:0;
		background:none;
		text-align:center;
	}
	#rcwsoft_datetime_right_day_table{
		margin:0;
		padding:0;
		width:100%;
		text-align:center;
		font-size:12px;
	}
	.rcwsoft_datetime_right_bottom_p:nth-child(1){
		width:60%;
		height:35px;
		line-height:35px;
		margin:0;
		float:left;
		font-size:15px;
	}
	.rcwsoft_datetime_right_bottom_p:nth-child(2){
		width:40%;
		height:35px;
		line-height:35px;
		margin:0;
		float:left;
		text-align:center;
		font-size:10px;
	}
	#rcwsoft_datetime_right_bottom_input_houre,#rcwsoft_datetime_right_bottom_input_minute,#rcwsoft_datetime_right_bottom_input_second{
		width:41px;
		margin-left:1px;
		font-size:11px;
		top:-2px;
		position:relative;
	}
	#rcwsoft_datetime_right_day_table  td{
		width:24px;
		height:22px;
	}
	#rcwsoft_datetime_input_year,#rcwsoft_datetime_input_month{
		font-size:16px;
		font-weight:bold;
		
	}
/***********************report*******************/
	#report_div{
		display:block;
		position:fixed;
		z-index:99995;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:white;	
	}
	#report_div tr:hover{
		box-shadow:none;
	}
	#reporttools_div{
		width:100%;
		height:40px;
		border-color:#dadada;
		border-style:solid;
		border-width:0px;
		overflow-y:hidden;
		overflow-x:hidden;
		/*background:linear-gradient(#f7f7f7 1%,#c0c0c0 100%, #f7f7f7 1%);*/
		background:rgb(210,210,210);
	}
	#reporttools_div button{
		margin-top:3px;
		margin-right:15px;
		float:right;
		border:none;
		background:none;
		box-shadow:none;
		border-radius:20px;
	}
	#reporttools_div button:hover{
		color:red;
		background:rgb(235,235,235);
	}
	#reporttools_div button:first-child{
		margin-right:50px;
	}
	#reporttools_div p{
		line-height:40px;
		float:left;
		display:inline-block;
		margin-left:10px;
	}
	#reporttools_div i{
		color: rgb(0,160,253);
	}
	#reportlist_div{
		overflow-y:auto;
		overflow-x:hidden;
		background:#330000;
		border-width:0px;
		float:left;
		background:white;
	}
	#reportcontent_div{
		background:#5b5b5b;
		overflow-y:auto;
		overflow-x:auto;
		float:left;
	}
	#reportlist{
		width:100%;
		cursor:default;
	}
	#reportlist td{
		height:24px;
	}
/*********************预览内容*******************/
	.page_view {
		margin:5mm auto 5mm auto;
		background:white;
		box-shadow:5px 5px 3px 1px rgba(0,0,0,0.5);
		overflow:hidden;
		page-break-after:always;
	} 

	.page_t{
		margin:0 auto;
		border-color:#000000;
		border-style:solid;
		border-width:0 0 0 0;
		overflow:hidden;	
	}
	.page_m{
		margin:0 auto;
		overflow:hidden;
		text-align:justify;
	}
	.page_m table{
		width:100%;
		
	}
	.page_m p{
		position:relative;
		text-align:left;
		white-space:normal; /*nowrap--不换行,normal--默认换行,只对中文起作用，强制换行*/
		word-wrap:break-word;/*只对英文起作用，以单词作为换行依据*/
		text-overflow:ellipsis;
		overflow:hidden;
		border-style:solid;
		border-color:black;
	}
	.page_m div{
		border-style:solid;
		border-color:black;
	}
	.page_m td{
		border-style:solid;
		border-color:black;
	}

	.pre_table_xh{
		height:20px;
		width:100%;
		font-size:12px;
		line-height:20px;		
		overflow:hidden;
	}
	.pre_table_bt{
		height:60px;
		width: 100%;
		line-height:60px;
		font-size:27px;
		text-align:center;
		font-weight:bold;
		overflow:hidden;
	}
	.pre_table_bm{
		font-size:12px;
	}
	.pre_table_bm  td:last-child{
		 text-align:right;
		 padding-right:1%;
	}
	.pre_table{
		width:98%;
		border-style:solid;
		border-color:black;
		border-width:2px;
		font-size:12px;
		text-align:center;
		line-height:140%;
	}
	.pre_table tr{
		height:25px;
	}
	.pre_table td{
		width:5%;
		border-style:solid;
		border-color:black;
		border-width:1px;
	}
	.pre_table td p{
		text-align:center;
		line-height:100%;
	}
	.pre_table_bz{
		width:100%;
		font-size:12px;
		line-height:16px;
	}
	.pre_table_bzsm{
		font-size:15px;	
		text-align:justify;
		border-width:1px;
		padding: 6px 0  6px 0;
		line-height:1.4;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	.pre_table_date{
		font-size:12px;
		width:97%;
		border-width:0px;
	}
	.pre_table_date tr{
		height:30px;
	}
	.pre_table_data td{
		width:50%;
		text-align:left;
	}
	.page_d{
		margin:0 auto;
		border-color:#000000;
		border-style:solid;
		border-width:0;
		overflow:hidden;
		font-size:12px;
	}
	.page_t_l, .page_t_m, .page_t_r, .page_d_l, .page_d_m, .page_d_r {
		width:33%;
		height:auto;	
		overflow:hidden;
	}
	.page_t_l, .page_d_l{
		float:left;
		text-align:left;
	}
	.page_t_m, .page_d_m{
		float:left;
		margin:0 auto 0 auto;
		text-align:center;
	}
	.page_t_r, .page_d_r{
		float:right;
		text-align:right;
	}
/****************setprint************************/
		#setprint_back_div{
			display:block;
			position:fixed;
			z-index:99999;
			left:0px;
			top:0px;
			width:100%;
			height:100%;
			overflow:hidden;
			font-size:13px;
			background:rgba(0,0,0,0.3);		
		}
		#setprint_div {
			position:relative;
			width:600px;
			height:400px;			
			overflow:hidden;
			background:rgb(250,250,250);	
			border:1px;
			border-style:solid;
			border-color:rgb(235,235,235);
			box-shadow: 1px 1px 3px rgb(235,235,235);
		}
		#setprint_top_div{
			width:100%;
			height:40px;
			border:0px;
			overflow:hidden;
			background:rgb(245,245,245);
		}
		#setprint_top_div p{
			position:relative;
			color:#000000;
			line-height:40px;	
		}
		#setprint_top_div p:nth-child(1){		
			float:left;
			margin-left:10px;
			width:75%;	
		}
		#setprint_top_div p:nth-child(2){		
			float:right;
			padding-right:15px;		
			font-size:35px;
			line-height:40px;
		}
		#setprint_tableh_div{
			position:relative;
			height:30px;
			line-height:30px;
			overflow:hidden;
			background:rgb(250,250,250);	
			border-style:solid;
			border-color:rgb(235,235,235);
			border-width:0px;	
		}
		#setprint_table_div{
			position:relative;			
			width:100%;
			overflow-y:auto;
			overflow-x:auto;
			background:white;
		}
		#setprint_table_div button:hover{
			color:red;
		}
		#setprint_table_div div{
			width:55%;
			margin:0 auto;
		}
		#setprint_table_div div:nth-child(3){
			width:90%;
			margin:0 auto;
		}
		#setprint_button_div{
			width:230px;
			height:35px;
			margin:0px auto 0px auto;
		}
		#setprint_button_div button{	
			width:85px;
			margin-top:15px;
		}
		#setprint_button_div button:hover{
			color:red;			
		}
		#setprint_button_div button:nth-child(2){
			margin-left:60px;
		}
		#setprint_tableh_div a{
		  width:90px;
		  display:block;
		  text-align:center;
		  line-height:30px;
		  color:#000000;
		}
		#setprint_tableh_div li{
			float:left;
			display:block;
			cursor:default;
		}
		#setprint_tableh_div li:nth-child(1){		
			background:#ccc;
		}
		#setprint_table_div select, #setprint_table_div input{
			width:75%;
			height:30px;
		}
		#setprint_table_div div:nth-child(3) input{
			width:135px;
			height:30px;
		}
		#setprint_table_div select{
			width:75%;
			height:35px;
		}
		#setprint_table_div p:nth-child(1){
			margin-top:40px;
		}
		#setprint_table_div div:nth-child(3) p:nth-child(1){
			margin-top:20px;
		}
		#setprint_table_div p{
			margin-bottom:10px;
		}
/**************settoexcel************************/
		#settoexcel_back_div{
			display:block;
			position:fixed;
			z-index:99999;
			left:0px;
			top:0px;
			width:100%;
			height:100%;
			overflow:hidden;
			font-size:13px;
			background:rgba(0,0,0,0.3);		
		}
		#settoexcel_div {
			position:relative;
			width:680px;
			height:430px;			
			overflow:hidden;
			background:rgb(250,250,250);	
			border:1px;
			border-style:solid;
			border-color:rgb(235,235,235);
			box-shadow: 1px 1px 3px rgb(235,235,235);
			border-radius:8px;
		}
		#settoexcel_top_div{
			width:100%;
			height:40px;
			border:0px;
			overflow:hidden;
			background:rgb(245,245,245);
		}
		#settoexcel_top_div p{
			position:relative;
			color:#000000;
			line-height:40px;	
		}
		#settoexcel_top_div p:nth-child(1){		
			float:left;
			margin-left:10px;
			width:75%;	
		}
		#settoexcel_top_div p:nth-child(2){		
			float: right;
			font-size: 25px;
			margin-right: 15px;
			color: rgb(200,200,200);
			cursor: pointer;
		}
		#settoexcel_table_div{
			position:relative;
			float:left;
			width:65%;
			margin:0px auto;
			background:white;
			border-width:1px 0;
			border-style:solid;
			border-color:rgb(235,235,235);
			overflow-x:hidden;
			overflow-y:scroll;
		}
		#settoexcel_set{
			position:relative;
			width:35%;
			float:left;
			border-width:1px 0;
			border-style:solid;
			border-color:rgb(235,235,235);
			background:rgb(250,250,250);
		}
		#settoexcel_set p{
			float:left;
			height:30px;
			line-height:30px;
		}
		#settoexcel_set input{
			float:left;
			height:25px;		
			width:90px;
		}


		#settoexcel_button_div{
			width:230px;
			height:35px;
			margin:0px auto 0px auto;
		}
		#settoexcel_button_div button{	
			width:85px;
			margin-top:15px;
		}
		#settoexcel_button_div button:hover{
			color:red;
		}
		#settoexcel_button_div button:nth-child(2){
			margin-left:60px;
		}
		#settoexcel_table{
			position:relative;
			float:left;
			width:100%;
			background:white;
			border-width:0px;
			border-style:solid;
			border-color:rgb(235,235,235);
		}

		#settoexcel_table input{
			width:18px;
			height:18px;
			box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
		}
		#settoexcel_table td:nth-child(1){
			width:85%;
			height:24px;
		}
		#settoexcel_table tr{
			display: table-row;
			height:30px;
		}
		#settoexcel_table td{
			border-style:solid;
			border-color:rgb(235,235,235);
			border-width:0px 0px 0px 0px;
		}
		#settoexcel_table td:nth-child(1){
			border-width:0px 0px 0px 0px;
		}
		#settoexcel_table td p{
			line-height:normal;
			text-align:center;
			white-space:normal;
			word-wrap:break-word;
			overflow:visible;
			background:none;
			font-size:12px;
		}
/*************打印设置***************************/
	@media print { 
		 .noprint{
			 display:none;
		 }
		 .page_view{
			 margin:0mm auto 0mm auto;
			 box-shadow:none;
		 }
		@page{
			size:  auto;
			margin: 0mm;
		} 
	}

  /*<BR style="PAGE-BREAK-AFTER: always">*/



/***********************I元素添加背景图片********/

	i[target="image_xtsz"]{
		background-image:url("../images/xtsz.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
	}
	i[target="image_grzx"]{
		background-image:url("../images/grzx.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
	}

	i[target="image_dkxm"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/open.png");
		position: relative;
		top: 3px;
	}
	i[target="image_tjzy"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/tjzy.png");
		position: relative;
		top: 3px;
	}

	i[target="image_yczy"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/yczy.png");
		position: relative;
		top: 3px;
	}
	i[target="image_select"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/select.png");
		position: relative;
		top: 3px;
		cursor:pointer;
	}
	i[target="image_jzxm"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/jzxm.png");
		position: relative;
		top: 3px;		
	}
	i[target="image_qbcy"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/qbcy.png");
		position: relative;
		top: 3px;
	}
	i[target="image_dwfl"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/dwfl.png");
		position: relative;
		top: 3px;
	}
	i[target="image_xyjt"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/xyjt.png");
		position: relative;
		top: 3px;
	}
	i[target="image_xjml"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/xjwjj.png");
		position: relative;
		top: 3px;
	}
	i[target="image_szqx"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/wdszqx.png");
		position: relative;
		top: 3px;
	}
	i[target="image_wjsc"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/sc.png");
		position: relative;
		top: 3px;
	}
	i[target="image_wjxz"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/xzwj.png");
		position: relative;
		top: 3px;
	}
	i[target="image_delete1"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/delete1.png");
		position: relative;
		top: 3px;
	}
	i[target="image_wjgd"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/wjgd.png");
		position: relative;
		top: 3px;
	}
	i[target="image_win"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/win.png");
		position: relative;
		top: 3px;
	}
	i[target="image_mlsl"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/mlsl.png");
		position: relative;
		top: 3px;
		cursor:pointer;
	}
	i[target="image_mlzk"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/mlzk.png");
		position: relative;
		top: 3px;
		cursor:pointer;
	}
	i[target="image_wjjsl"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/wjjsl.png");
		position: relative;
		top: 3px;
	}
	i[target="image_wjjzk"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/wjjzk.png");
		position: relative;
		top: 3px;
	}
	i[target="image_smxx"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/smxx.png");
		position: relative;
		top: 3px;
	}
	i[target="image_delete"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/delete.png");
		position: relative;
		top: 3px;
	}
	i[target="image_excel"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/excel.png");
		position: relative;
		top: 3px;
	}
	i[target="image_see"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/see.png");
		position: relative;
		top: 3px;
	}
	i[target="image_my"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/my.png");
		position: relative;
		top: 3px;
	}
	i[target="image_problem"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/problem.png");
		position: relative;
		top: 3px;
	}
	i[target="image_stop"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/stop.png");
		position: relative;
		top: 3px;
	}
	i[target="image_task1"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/task1.png");
		position: relative;
		top: 3px;
	}
	i[target="image_gsgg1"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/gsgg1.png");
		position: relative;
		top: 3px;
	}
	i[target="image_openfile"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/open_file.png");
		position: relative;
		top:3px;
	}
	span[target="image_complete_32*32"]{
		height: 32px;
		width: 32px;
		background-image:url("../images/complete.png");
		position: relative;
		top: 8px;
	}
	span[target="image_complete2_32*32"]{
		height: 32px;
		width: 32px;
		background-image:url("../images/complete2.png");
		position: relative;
		top: 8px;
	}
	span[target="image_complete1_32*32"]{
		height: 32px;
		width: 32px;
		background-image:url("../images/complete1.png");
		position: relative;
		top: 8px;
	}
	i[target="userbaseinfo"]{
		height:32px;
		width: 32px;
		background-image:url("../images/userbaseinfo.png");
		position: relative;
		top:3px;
		background-size:100% 100%;
	}
	i[target="usersetpassword"]{
		height:32px;
		width: 32px;
		background-image:url("../images/usersetpassword.png");
		position: relative;
		top:3px;
		background-size:100% 100%;
	}
	i[target="userviewrecord"]{
		height:32px;
		width: 32px;
		background-image:url("../images/userviewrecord.png");
		position: relative;
		top:3px;
		background-size:100% 100%;
	}
	i[target="image_start"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/start.png");
		position: relative;
		top:3px;
	}
	i[target="image_auth"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/auth.png");
		position: relative;
		top:3px;
	}
	i[target="image_up"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/up.png");
		position: relative;
		top:3px;
	}
	i[target="image_down"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/down.png");
		position: relative;
		top:3px;
	}
	i[target="image_left"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/left.png");
		position: relative;
		top:3px;
	}
	i[target="image_right"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/right.png");
		position: relative;
		top:3px;
	}
	i[target="image_role"]{
		height: 32px;
		width: 32px;
		background-image:url("../images/role.png");
		position: relative;
		top:8px;
	}
	i[target="image_folder1"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/folder1.png");
		position: relative;
		top:3px;
	}
	i[target="image_model1"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/model1.png");
		position: relative;
		top:3px;
	}
	i[target="new_jzydmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_0.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_zjzmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_1.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_rjl"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_2.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_cwzb"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_3.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_ldl"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_4.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_zpl"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_5.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_dsjzmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_6.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_dxjzmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_7.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_jzjdmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_8.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_ldmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_9.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_jrmj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_10.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_jzgd"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_11.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_dscs"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_12.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_dxcs"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_13.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_ggkj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/statistics_14.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="new_name"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/logo.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
		margin:0 2px 0 8px;
	}
	i[target="image_img"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/img.png");
		position: relative;
		top:3px;
	}
	i[target="image_hook"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/hook.png");
		position: relative;
		top:3px;
	}
	i[target="image_revoke"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/revoke.png");
		background-size:100% 100%;
		position: relative;
		top:3px;
	}
	i[target="image_rectangle"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/rectangle.png");
		position: relative;
		top:3px;
	}
	i[target="image_circular"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/circular.png");
		position: relative;
		top:3px;
	}
	i[target="image_paint"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/paint.png");
		position: relative;
		top:3px;
	}
	i[target="image_A"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/A.png");
		position: relative;
		top:3px;
	}
	i[target="image_recovery"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/recovery.png");
		position: relative;
		top:3px;
	}
	i[target="image_wtlb1"]{
		background-image:url("../images/wtlb.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
	}
	span[target="image_level0_24*24"]{
		background-image:url("../images/level0.png");
		height: 22px;
		width: 22px;
		top: 11px;
		background-size: 100%,100%;
		float: left;
		position: relative;
	}
	span[target="image_level1_24*24"]{
		background-image:url("../images/level1.png");
		height: 22px;
		width: 22px;
		top: 11px;
		background-size: 100%,100%;
		float: left;
		position: relative;
	}
	span[target="image_level2_24*24"]{
		background-image:url("../images/level2.png");
		height: 22px;
		width: 22px;
		top: 11px;
		background-size: 100%,100%;
		float: left;
		position: relative;
	}
	i[target="image_problem_5"]{
		background-image:url("../images/problem_5.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_3"]{
		background-image:url("../images/problem_3.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_1"]{
		background-image:url("../images/problem_1.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_2"]{
		background-image:url("../images/problem_2.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_6"]{
		background-image:url("../images/problem_6.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_4"]{
		background-image:url("../images/problem_4.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_9"]{
		background-image:url("../images/problem_9.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_8"]{
		background-image:url("../images/problem_8.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_problem_7"]{
		background-image:url("../images/problem_7.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_bimcheck"]{
		background-image:url("../images/bimcheck.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
		
	}
	i[target="image_workbench"]{
		background-image:url("../images/workbench.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_notice"]{
		background-image:url("../images/notice.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
		
	}
	i[target="image_files"]{
		background-image:url("../images/files.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
		
	}
	i[target="image_problem1"]{
		background-image:url("../images/problem1.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
		
	}
	i[target="image_statistics"]{
		background-image:url("../images/statistics.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
		
	}

	i[target="image_bimmodel"]{
		background-image:url("../images/bimmodel.png");
		height: 14px;
		width: 14px;
		top: 2px;
		position: relative;
		background-size:100% 100%;
		
	}
	i[target="image_task_1"]{
		background-image:url("../images/task_1.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_task_2"]{
		background-image:url("../images/task_2.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_task_3"]{
		background-image:url("../images/task_3.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_task_4"]{
		background-image:url("../images/task_4.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_release"]{
		background-image:url("../images/release.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_stop1"]{
		background-image:url("../images/stop1.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_1week"]{
		background-image:url("../images/1week.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_1month"]{
		background-image:url("../images/1month.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_3month"]{
		background-image:url("../images/3month.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_user1"]{
		background-image:url("../images/user1.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_user"]{
		background-image:url("../images/user.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}
	i[target="image_resetpwd"]{
		background-image:url("../images/resetpwd.png");
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-size:100% 100%;
	}

	i[target="image_copy"]{
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-image:url("../images/copy.png");
		background-size:100% 100%;
	}
	i[target="image_paste"]{
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-image:url("../images/paste.png");
		background-size:100% 100%;
	}
/***********************图标设置*****************/
	i[target="image_ebctype"]{
		background-image:url("../images/type.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
		background-size:100% 100%;
	}
	i[target="image_setsys"]{
		background-image:url("../images/setsys.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
	}
	i[target="image_grzx_16*16"]{
		background-image:url("../images/grzx.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
	}
	i[target="image_logo"]{
		background-image:url("../images/logo.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
		background-size:100% 100%;
	}
	i[target="image_usercenter"]{
		background-image:url("../images/usercenter.png");
		height: 16px;
		width: 16px;
		margin-top: 12px;
		position: absolute;	
	}
	i[target="image_exit"]{
		background-image:url("../images/exit.png");
		background-size:100% 100%;
		height: 14px;
		width: 14px;
		margin-top: 12px;
		position: absolute;	
	}
	i[target="image_new"]{
		height: 16px;
		width: 16px;
		top: 3px;
		position: relative;
		background-image:url("../images/new.png");
	}
	i[target="image_edit"]{
		height:16px;
		width: 16px;
		background-image:url("../images/edit.png");
		background-size:100% 100%;
		position: relative;
		top: 5px;
		cursor:pointer;
	}
	i[target="image_edit_folder"]{
		height:16px;
		width: 16px;
		background-image:url("../images/edit.png");
		background-size:100% 100%;
		position: relative;
		cursor:pointer;
	}
	i[target="image_search"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/search.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
		cursor:pointer;
	}
	i[target="image_cszg"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/zcxj.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
		cursor:pointer;
	}
	i[target="image_setprojectimg"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/setprojectimg.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_xlsx"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/xlsx.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_xml"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/xml.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_xlsx128"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/xlsx128.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_filetype"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/filetype.png");
		background-size:100% 100%;
		position: relative;
		top: 4px;
	}

	i[target="image_wait"]{
		height:64px;
		width: 64px;
		background-image:url("../images/wait.gif");
		background-size:100% 100%;
		position: relative;
		
		margin:30px auto 0 auto;
	}
	i[target="image_number"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/number.png");
		background-size:100% 100%;
		position: relative;
		top: 4px;
	}
	i[target="image_max"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/max.png");
		background-size:100% 100%;
		position: relative;
		top: 4px;
	}
	i[target="image_mix"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/mix.png");
		background-size:100% 100%;
		position: relative;
		top: 4px;
	}
	i[target="image_average"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/average.png");
		background-size:100% 100%;
		position: relative;
		top: 4px;
	}
	i[target="image_inputmb"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/inputmb.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_savemb"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/savemb.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_type"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/type.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_modeltype"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/modeltype.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_save"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/save.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_compare"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/compare.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_excel"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/excel.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_setoption"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/setsys.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;	
	}
	i[target="image_task"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/task.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_clhb"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/clhb.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_chat_jsxm"]{
		background-image:url("../images/xmgl.png");
		height: 16px;
		width: 16px;
		position:relative;
		top:3px;
	}
	i[target="image_chat_user"]{
		background-image:url("../images/grzx.png");
		height:20px;
		width:20px;
		top: 3px;
		position: relative;
		background-size: 100% 100%;	
	}
	i[target="image_jsxm"]{
		background-image:url("../images/jsxm.png");
		height:16px;
		width:16px;
		margin-top:4px;
		float:left;
		background-size: 100% 100%;	
	}
	i[target="image_dxgc"]{
		background-image:url("../images/dxgc.png");
		height:16px;
		width:16px;
		margin-top:4px;
		float:left;
		background-size: 100% 100%;	
	}
	i[target="image_rcj"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/rcj.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}
	i[target="image_auto"]{
		height: 16px;
		width: 16px;
		background-image:url("../images/auto.png");
		background-size:100% 100%;
		position: relative;
		top: 3px;
	}

	i[target="image_year"]{
		background-image:url("../images/year.png");
		height:16px;
		width:16px;
		margin-top:4px;
		float:left;
		background-size: 100% 100%;	
	}
	i[target="image_season"]{
		background-image:url("../images/season.png");
		height:16px;
		width:16px;
		margin-top:4px;
		float:left;
		background-size: 100% 100%;	
	}
	i[target="image_month"]{
		background-image:url("../images/month.png");
		height:16px;
		width:16px;
		margin-top:4px;
		float:left;
		background-size: 100% 100%;	
	}
	i[target="statistics_0"]{
		height:80px;
		width: 80px;
		background-image:url("../images/statistics_0.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_1"]{
		height:80px;
		width: 80px;
		background-image:url("../images/statistics_1.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_2"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_2.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_3"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_3.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_4"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_4.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_5"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_5.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_6"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_6.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_7"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_7.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_8"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_8.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_9"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_9.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_10"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_10.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_11"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_11.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_12"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_12.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_13"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_13.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}
	i[target="statistics_14"]{
		height:50px;
		width: 50px;
		background-image:url("../images/statistics_14.png");
		background-size:100% 100%;
		display:inline-block;
		margin-top:22%;
	}

/**********************house******************/
	/*******************滚动条设置*************************/
		#house_div ::-webkit-scrollbar {
		  width: 8px;
		  height: 12px;
		  /*background-color: rgb(245,245,245);*/
		  display:inline-block;
		}
		#house_div ::-webkit-scrollbar-track {
		  border-radius: 3;
		}
		#house_div ::-webkit-scrollbar-thumb {
		  background-color: rgb(230,230,230);
		  border-radius: 2px;
		}
		#house_div ::-webkit-scrollbar-thumb:hover {
		  background-color: rgb(200, 200, 200);
		}
	/**********************主DIV设置********************/
		#house_div{
			width:100%;
			height:100%;
		}
		#house_div input:hover,#house_div select:hover{
			box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
		}
		#house_div{
			width:100%;
		}

		#house_bim_div ::-webkit-scrollbar {
		  width: 0px;
		  height: 0px;
		  display:inline-block;
		}

		#house_top_div{
			width:100%;
			height:50px;
			position:relative;
			background:rgb(171 220 255);
			overflow:hidden;
			line-height:50px;
			padding-left:0px;
		}
		#house_top_div span{
			border:0px;
			display:inline-block;
			line-height:30px;
			margin-right:4px;
			float:left;
			min-width: 30px;
			width:auto;
			height: 30px;			
			display: inline-block;
			position: relative;
			top: 10px;
			text-align: center;
			border-radius:4px;
		}
		#house_top_div .house_select_find{
			background:white;
			color:#066682;
			cursor:pointer;

		}
		#house_top_div .house_select_find:hover{
			background:#066682;
			color:white;
		}

		#house_top_div span i{
			position:relative;
		}
		#house_down_div{
			width:100%;
			height:80%;
			background:white;
			overflow-x:hidden;
			overflow-y:hidden;
		}
		#house_top_left{
			float:left;
			margin-left:10px;
			/*width:400px;*/
		}
		#house_top_midd{
			float:left;
		}
		#house_top_right{
			float:left;
		}
		#house_top_right input{
			width:150px;
			height:30px;
			top:0px;
			margin-right:10px;
			text-align:left;
		}
		#house_top_right span{
			width:20px;
			float:right;
		}

		#house_down_left_div,#house_down_right_div{
			position:relative;
			float:left;
			height:100%;
			overflow:hidden;
		}
		#house_down_left_div{
			overflow-y:auto;
			overflow-x:hidden;
			background:white;
		}

   /******************目录部分****************/
		#house_down_left_div{
			position:relative;
			float:left;
			height:100%;
			overflow:hidden;
		}
		#house_down_left_div{
			overflow-y:auto;
			overflow-x:hidden;
			background:white;
		} 
		#house_down_left_div table{
			width:100%;
		}
		#house_down_left_div table tr{
			display:table-row;
		}
		#house_down_left_div table td{
			height:30px;
			width:100%;
			cursor: pointer;
		}
	/**************页签菜单********************/
		#house_down_right_menu_div{
			position:relative;
			height:40px;
			width:100%;
			background:white;
			border-color:rgb(220,220,220);
			border-style:solid;
			border-width:0px 0px 1px 1px;
			overflow:hidden;
		}
		#house_down_right_content_div{
			position:absolute;
			width:100%;
			height:100%;
			border-color:rgb(230,230,230);
			border-style:solid;
			border-width:0 0 0 1px;
		}

		#house_down_right_menu_div a{
			width:auto;
			margin:0 20px;
			display:block;
			text-align:center;
			line-height:34px;
			border-style: solid;
			border-width: 4px 0 0 0;
			border-color: white;
		}
		#house_down_right_menu_div li{
			float:left;
			display:block;
			cursor:pointer;
		}

		#house_top_right span:nth-child(1){
			margin-right:10px;
			width:220px;
			background:none;
		}

		#house_top_right span:nth-child(1){
			text-align:left;
			height:85%;

		}
		#house_top_right span:nth-child(1) input{
			background:white;
			width:85%;
			height:28px;
			text-align:center;
			margin-right:10px;
			border:0px;
			border-radius:14px;
			position:relative;
			top:-1px;
		}

	/**********************项目基本信息**************/
		#house_tableh_div{
			width:100%;
			height:30px;
			line-height:30px;
			overflow:hidden;
			background:rgb(235,235,235);
			border-style:solid;
			border-color:rgb(235,235,235);
			border-width:0 0 1px 0;
		}
		#house_table_div{
			width:100%;
			height:100%;
			overflow-x:hidden;
			overflow-y:scroll;
			font-size:12px;		
			background:white;
		}
		#house_table_div tr,#house_tableh_div tr{
			display: table-row;
			height:30px;
		}
		#house_table td, #house_tableh td{
			border-style:solid;
			border-color:rgb(235,235,235);
			border-width:0px;

		}
		#house_tableh td{
			background:rgb(250,250,250);
		}
		#house_table td p, #house_tableh td p{
			width:80px;
		}
		#house_tableh td{
			border-width:0px;
		}
		#house_tableh td:nth-child(1) {
			border-width:0px 1px 0px 0px;
		}

		#house_table_div td p,#house_tableh_div td p{
			line-height:normal;
			text-align:center;
			white-space:normal; /*nowrap--不换行,normal--默认换行,只对中文起作用，强制换行*/
			word-wrap:break-word;/*只对英文起作用，以单词作为换行依据*/
			text-overflow:ellipsis;
			overflow:hidden;
		}
		#house_table_div input{
			width:18px;
			height:18px;
			border-width:0;
			box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
		}
		#house_table tr:hover{
			box-shadow:unset;
		}
		#house_table td:hover{
			box-shadow:1px 1px 5px 0px rgba(24,144,255,0.3);
			background:rgba(24,144,255,0.3);
		}
/**********************house_info******************/
	/*******************滚动条设置*************************/
		#house_info_div ::-webkit-scrollbar {
		  width: 8px;
		  height: 12px;
		  /*background-color: rgb(245,245,245);*/
		  display:inline-block;
		}
		#house_info_div ::-webkit-scrollbar-track {
		  border-radius: 3;
		}
		#house_info_div ::-webkit-scrollbar-thumb {
		  background-color: rgb(230,230,230);
		  border-radius: 2px;
		}
		#house_info_div ::-webkit-scrollbar-thumb:hover {
		  background-color: rgb(200, 200, 200);
		}
	/**********************主DIV设置********************/
		#house_info_div{
			width:100%;
			height:100%;
		}
		#house_info_div input:hover,#house_info_div select:hover{
			box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
		}
		#house_info_div{
			width:100%;
		}

		#house_info_bim_div ::-webkit-scrollbar {
		  width: 0px;
		  height: 0px;
		  display:inline-block;
		}

		#house_info_top_div{
			width:100%;
			height:40px;
			position:relative;
			background:rgb(240,242,245);
			overflow:hidden;
			line-height:40px;
		}
		#house_info_top_div span,#house_info_tools_div span{
			border:0px;
			background:none;
			display:inline-block;
			line-height:40px;
			margin-right:15px;
			width:auto;
			float:left;
		}
		#house_info_top_div span i{
			position:relative;
		}
		#house_info_down_div{
			width:100%;
			height:80%;
			background:white;
			overflow-x:hidden;
			overflow-y:hidden;
		}
		#house_info_top_left{
			float:left;
			margin-left:10px;
			/*width:400px;*/
		}
		#house_info_top_midd{
			float:left;
		}
		#house_info_top_right{
			float:left;
		}
		#house_info_top_right input{
			width:150px;
			height:30px;
			top:0px;
			margin-right:10px;
			text-align:left;
		}
		#house_info_top_right span{
			width:20px;
			float:right;
		}

		#house_info_down_left_div,#house_info_down_right_div,#house_info_down_zst_div{
			position:relative;
			float:left;
			height:100%;
			overflow:hidden;
		}
		#house_info_down_left_div{
			overflow-y:auto;
			overflow-x:hidden;
			background:white;
		}

   /******************目录部分****************/
		#house_info_down_left_div{
			position:relative;
			float:left;
			height:100%;
			overflow:hidden;
		}
		#house_info_down_left_div{
			overflow-y:auto;
			overflow-x:hidden;
			background:white;
		} 
		#house_info_down_left_div table{
			width:100%;
		}
		#house_info_down_left_div table tr{
			display:table-row;
		}
		#house_info_down_left_div table td{
			height:30px;
			width:100%;
			cursor: pointer;
		}
	/**************页签菜单********************/
		#house_info_down_right_menu_div{
			position:relative;
			height:40px;
			width:100%;
			background:white;
			border-color:rgb(220,220,220);
			border-style:solid;
			border-width:0px 0px 1px 1px;
			overflow:hidden;
		}
		#house_info_down_right_content_div{
			position:absolute;
			overflow:auto;
			width:100%;
			height:100%;
			border-color:rgb(230,230,230);
			border-style:solid;
			border-width:0 0 0 1px;
		}

		#house_info_down_right_menu_div a{
			width:auto;
			margin:0;
			display:block;
			text-align:center;
			line-height:40px;
			border-style: solid;
			border-width: 0px 0 0 0;
			border-color: white;
		}
		#house_info_down_right_menu_div li{
			float:left;
			display:block;
			cursor:pointer;
			width:90px;
		}

		#house_info_top_right span:nth-child(1){
			margin-right:10px;
			width:220px;
			background:none;
		}

		#house_info_top_right span:nth-child(1){
			text-align:left;
			height:85%;

		}
		#house_info_top_right span:nth-child(1) input{
			background:white;
			width:85%;
			height:28px;
			text-align:center;
			margin-right:10px;
			border:0px;
			border-radius:14px;
			position:relative;
			top:-1px;
		}

	/**********************项目基本信息**************/
		#house_info_tableh_div{
			width:100%;
			height:30px;
			line-height:30px;
			overflow:hidden;
			background:rgb(235,235,235);
			border-style:solid;
			border-color:rgb(235,235,235);
			border-width:0 0 1px 0;
		}
		#house_info_table_div{
			width:100%;
			height:100%;
			overflow-x:hidden;
			overflow-y:scroll;
			font-size:12px;		
			background:white;
		}
		#house_info_table_div tr,#house_info_tableh_div tr{
			display: table-row;
			height:30px;
		}
		#house_info_table td, #house_info_tableh td{
			border-style:solid;
			border-color:rgb(235,235,235);
			border-width:0px;

		}
		#house_info_tableh td{
			background:rgb(250,250,250);
		}
		#house_info_table td p, #house_info_tableh td p{
			width:80px;
		}
		#house_info_tableh td{
			border-width:0px;
		}
		#house_info_tableh td:nth-child(1) {
			border-width:0px 1px 0px 0px;
		}

		#house_info_table_div td p,#house_info_tableh_div td p{
			line-height:normal;
			text-align:center;
			white-space:normal; /*nowrap--不换行,normal--默认换行,只对中文起作用，强制换行*/
			word-wrap:break-word;/*只对英文起作用，以单词作为换行依据*/
			text-overflow:ellipsis;
			overflow:hidden;
		}
		#house_info_table_div input{
			width:18px;
			height:18px;
			border-width:0;
			box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
		}
		.house_hxsjimg:hover{
		    /*border:10px rgba(24,144,255,0.5) solid;*/
			box-shadow:0px 0px 10px 10px rgba(24,144,255,0.5);
		}

/****************************************VR***************************/

/**********************find条件查询form**********/
	#find_div ::-webkit-scrollbar {
	  width: 8px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#find_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#find_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#find_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}

	#find_back_div{
		display:block;
		position:fixed;
		z-index:999999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:rgba(0,0,0,0.5);
	}
	#find_div{
		position:relative;
		width:680px;
		height:480px;
		background:rgb(240,242,245);
		border:1px solid #888;
		overflow:auto;
		border-radius:8px;
		display:inline-block;
	}
	#find_top_div{
		width:100%;
		height:50px;
		border:0px;
		background:linear-gradient(to bottom, #ffffff 30%, #e6e6e6 100%);
		background:none;

		overflow:hidden;
	}
	.find_top_title{
		height:100%;
		float:left;
		position:relative;
		line-height:50px;	
	}
	.find_top_title:nth-child(1){
		margin-left:20px;
	}
	.find_top_title:nth-child(2){
		text-align:left;
		width:75%;
		font-size:13px;
	}
	.find_top_title:nth-child(3){		
		float:right;	
		font-size:25px;
		margin-right:20px;
		color:rgb(200,200,200);
		cursor:pointer;
	}
	#find_edit_div{
		position:relative;
		width:89%;
		height:76%;
		margin:0 auto;
		overflow-y:hidden;
		overflow-x:hidden;
	}


	#find_table input, #find_tableh input{
		width:16px;
		height:16px;
		margin-top:8px;
		background:none;
		border-width:0;
		box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
		cursor:pointer;
	}

	#find_button_div{
		width:100%;
	}
	#find_button_div p{
		position:relative;
		width:220px;
		margin:15px auto;
	}
	#find_button_div p button:nth-child(1){
		margin-right: 60px;
	}
	#find_edit_top_div{
		position:relative;
		height:39px;
		width:100%;
		background:white;
		overflow:hidden;
		border-style:solid;
		border-width:0 0 1px 0;
		border-color:rgb(210,210,210);
	}
	#find_edit_down_div{
		position:relative;
		width:100%;
		height:50%;
		background:white;
		overflow-y:auto;
		overflow-x:hidden;
	}

	#find_edit_top_div a{
	  width:90px;
	  display:block;
	  text-align:center;
	  line-height:38px;
	}
	#find_edit_top_div li{
		float:left;
		display:block;
		cursor:pointer;
	}

	#find_edit_down_div p{		
		line-height:40px;
		padding-left:10%;
		padding-right:10%;
	}
	#find_edit_down_div p:nth-child(1){
		margin-top:6px;
	}
	#find_edit_down_div input{
		width:75%;
		height:30px;
		text-align:left;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-radius:3px;
		border-color:rgb(220,220,220);
		box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
		float:right;
	}
	#find_edit_down_div input:hover{
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
/**********************BIM*****************/
	#rcwbim_div{
		width:100%;
		height:100%;
		background:rgb(10,10,10);
	}
	#rcwbim_main_div{
		width:100%;
	}
	#rcwbim_main_top_div{
		width:100%;
		height:40px;
		position:relative;
		background:rgb(240,242,245);
		overflow:hidden;
		line-height:40px;
	}
	#rcwbim_main_top_div span{
		border:0px;
		background:none;
		display:inline-block;
		line-height:40px;
		margin-right:25px;
		width:auto;
		float:left;
	}
	#rcwbim_main_top_div span i{
		position:relative;
	}
	#rcwbim_main_down_div{
		width:100%;
		height:80%;
		margin:0;
		padding:0;
		overflow-x:hidden;
		overflow-y:hidden;
		position:relative;
	}
	#rcwbim_main_top_left{
		float:left;
		margin-left:10px;
	}
	#rcwbim_main_top_midd{
		float:left;
	}
	#rcwbim_main_top_right{
		float:left;
	}
	#rcwbim_main_top_right input{
		background: white;
		width: 85%;
		height: 28px;
		text-align: center;
		margin-right: 10px;
		border: 0px;
		border-radius: 14px;
		position: relative;
		top: -1px;
	}
	#rcwbim_main_top_right span{
		width:20px;
		float:right;
	}
	#rcwbim_tools_div{
		float:left;
		position:absolute;
		height:65px;
		width:auto;
		background:rgb(48,54,47,0.9);
		border-radius:5px;
	}
	.rcwbim_tools_button{
	    min-width:70px;
		height: 60px;
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 5px 5px 5px 5px;
		font-size: 1.05em;
		color: rgb(180,180,180);
		cursor: pointer;
		border-radius: 8px;
	}
	.rcwbim_tools_button img{
	    width: 30px;
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.rcwbim_tools_button a{
		overflow: hidden;
		white-space: nowrap;
		width: 88%;
		text-align: center;
		display: inline-block;
	}
	.rcwbim_tools_button a:hover{
		color: rgb(180,180,180);				    
	}
	.rcwbim_tools_button:hover{
		background: rgb(100,100,100);
		
	}
	.rcwbim_tools_button:hover .rcwbim_tools_sub{
		display:inline-block;		
	}
	.rcwbim_tools_sub{
		display:none;
		float: left;
		position: absolute;
		bottom:100%;
		left: -5px;
		border-radius:0;
		background:rgb(48,54,47,0.9);
	}
	.rcwbim_tools_sub .rcwbim_tools_button{
		margin:0;
	}
	/***********************BIM 共用弹窗交互组件*****************************/
	#rcwbim_model_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 12px;
	  display:inline-block;
	}
	#rcwbim_model_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#rcwbim_model_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#rcwbim_model_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}	

	#rcwbim_model_div{
		z-index:99999;
		position:absolute;
		float:left;
		display:block;
		width:860px;
		height:560px;		
		overflow:hidden;
		background:rgb(240,242,245);	
		box-shadow:4px 4px 10px rgba(0,65,85,0.2);
		background:rgb(48,54,47,0.9);
		color:rgb(200,200,200);
		border-radius:8px;
	}
	#rcwbim_model_top_div{
		width:100%;
		height:40px;
		border:0px;
		overflow:hidden;
		background:none;
	}
	#rcwbim_model_top_div p{
		position:relative;
		line-height:40px;	
	}
	#rcwbim_model_top_div p:nth-child(1){		
		float:left;
		margin-left:10px;
		width:75%;	
	}
	#rcwbim_model_top_div p:nth-child(2){		
		float:right;
		padding-right:10px;		
		font-size:25px;
		line-height:40px;
		color:rgb(200,200,200);
	}

	#rcwbim_model_content_div{
		width: 92%;
		height: 82%;
		margin: 0 auto;
		border:0px solid rgb(200,200,200);
		background:rgba(255,255,255,0.2);
		font-size: 12px;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#rcwbim_model_tableh_div{
		width:100%;
		height:30px;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#rcwbim_model_table_div {
		width:100%;
		height:80%;
		background:none;
		border-width:0px;
		border-style:solid;
		border-color: rgb(230,230,230);
		overflow-x:hidden;
		overflow-y:auto;
	}

	#rcwbim_model_table,#rcwbim_model_tableh{
		width:100%;
	}
	#rcwbim_model_table input,#rcwbim_model_tableh input{
		width:16px;
		height:16px;
		cursor:pointer;
	}
	#rcwbim_model_table tr,#rcwbim_model_tableh tr{
		display: table-row;
		box-shadow:none;
	}
	#rcwbim_model_table td,#rcwbim_model_tableh td{
		height:30px;
		border-width:0;
	}
	#rcwbim_model_table td p,#rcwbim_model_tableh td p{
		width:100%;
		text-align:center;
		white-space:normal;
		word-wrap:break-word;
		overflow:visible;
		background:none;
		font-size:12px;
	}
	#rcwbim_model_table td:nth-child(1) p,#rcwbim_model_tableh td:nth-child(1) p{
		text-align:left;
		text-indent:1em;
	}
	#rcwbim_model_down_div{
		width:100%;
		height:60px;
		line-height:60px;
	}
	#rcwbim_model_down_div button:nth-child(2){
		margin-left:50px;
	}


/**********************在线学习*****************/
	#learning_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 12px;
	  display:inline-block;
	}
	#learning_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#learning_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#learning_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	#learning_div{
		width:100%;
		height:100%;
	}
	#learning_div input:hover,#learning_div select:hover{
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
	#learning_main_div{
		width:100%;
	}
	#learning_main_top_div{
		width:100%;
		height:40px;
		position:relative;
		background:rgb(240,242,245);
		overflow:hidden;
		line-height:40px;
	}
	#learning_main_top_div span{
		border:0px;
		background:none;
		display:inline-block;
		line-height:40px;
		width:auto;
		margin-right:25px;
		float:left;
	}
	#learning_main_top_div span i{
		position:relative;
	}
	#learning_main_down_div{
		width:100%;
		height:80%;
		background:white;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#learning_main_top_left{
		margin-left:10px;
	}

	#learning_main_top_right input{
		background: white;
		width: 85%;
		height: 28px;
		text-align: center;
		margin-right: 10px;
		border: 0px;
		border-radius: 14px;
		position: relative;
		top: -1px;
	}
	#learning_main_down_left_div,#learning_main_down_right_div{
		position:relative;
		float:left;
		height:100%;
		overflow:hidden;
	}
	#learning_main_down_right_div{
		position:relative;
		float:left;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
	}
	#learning_main_down_left_div{
		overflow-y:auto;
		overflow-x:hidden;
		background:white;
	}
  /******************目录****************/
	#learning_main_down_left_div{
		position:relative;
		float:left;
		height:100%;
		overflow:hidden;
	}
	#learning_main_down_left_div{
		overflow-y:auto;
		overflow-x:hidden;
		background:white;
	} 
	#learning_main_down_left_div table,#play_ml_table{
		width:100%;
	}
	#learning_main_down_left_div table tr,#play_ml_table tr{
		display:table-row;
	}
	#learning_main_down_left_div table td,#play_ml_table td{
		height:40px;
		width:100%;
		cursor: pointer;
	}

	/**********课程内容格式*****************/
	.learning_content_table tr:hover{
		box-shadow:none;
	}
	.learning_content_title{
		margin:15px auto 0 auto;
		width:95%;
		font-size:2.5em;
		font-weight:bold;
		color:black;
		text-shadow: 4px 4px 5px rgb(144 148 148);
	}
	.learning_content_table{
		margin:0 auto;width:95%;
	}
	.learning_content_table td{
		cursor:pointer;
	}
	.learning_content_name,.learning_content_img,#learning_main_down_left_div{
		box-shadow:0 4px 30px rgba(0,80,180,0.1);
	}

	/*******************************/
	#add_form_back_div ::-webkit-scrollbar {
	  width: 0px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#add_form_back_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#add_form_back_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#add_form_back_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	/*******************************/

	#add_form_back_div{
		display:block;
		position:fixed;
		z-index:99999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:13px;
		background:rgba(0,0,0,0.2);			
	}
	#add_form_div{
		position:relative;
		display:inline-block;
		width:860px;
		height:560px;		
		overflow:hidden;
		background:rgb(240,242,245);	
		border-radius:8px;
		box-shadow: 0px 0px 4px rgb(0,65,85);
	}
	#add_form_top_div{
		width:100%;
		height:40px;
		border:0px;
		overflow:hidden;
		background:none;
	}
	#add_form_top_div p{
		position:relative;
		line-height:40px;	
	}
	#add_form_top_div p:nth-child(1){		
		float:left;
		margin-left:10px;
		width:75%;	
	}
	#add_form_top_div p:nth-child(2){		
		float:right;
		padding-right:10px;		
		font-size:25px;
		line-height:40px;
		color:rgb(200,200,200);
	}

	#add_form_content_div{
		width: 92%;
		height: 82%;
		margin: 0 auto;
		border:0px solid rgb(200,200,200);
		background:none;
		font-size: 12px;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#add_form_table {
		width:100%;
	}
	#add_form_table input{
		width:16px;
		height:16px;
		cursor:pointer;
	}
	#add_form_table tr{
		display: table-row;
	}
	#add_form_table td{
		height:30px;
		border-width:0;
	}
	#add_form_table td p{
		width:120px;
		text-align:center;
		white-space:normal;
		word-break:break-word;
		overflow:visible;
		background:none;
		font-size:12px;
	}
	#add_form_down_div{
		width:220px;
		margin:10px auto;
	}
	#add_form_down_div button:nth-child(2){
		margin-left:60px;
	}
	#add_form_textb_div button{
		width: 25px;
		height: 25px;
		margin: 6px 0px 0px 5px;
		float: left;
		border-radius: 0px;
		border: 1px solid rgb(220,220,220);
	}
	#add_form_textb_div i{
		font-size: 13px;
		color: #333333;
	}
	#add_form_textb_div select {
		width: 80px;
		height: 25px;
		margin: 6px 0px 0px 5px;
		float: left;
	}
	#add_form_textb_div input {
		width: 50px;
		height: 22px;
		margin: 6px 0px 0px 5px;
		float: left;
		background: white;
	}
/**********************openfile******************/
	#openfile_back_div{
		display:block;
		position:fixed;
		z-index:9999991;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:12px;
		background:rgba(0,0,0,0.5);
	}
	#openfile_div{
		position:relative;
		width:100%;
		height:100%;
		background:rgb(240,242,245);
		border:1px solid #888;
		overflow:hidden;
		box-shadow: 5px 5px 5px #888888;
	}
	#openfile_top_div{
		width:100%;
		height:40px;
		border:0px;
		background:rgb(28,58,68);
		overflow:hidden;
		border-style:solid;
		border-color:#f9f9f9;
		border-width:1px 0;
	}
	#openfile_top_div p{
		float:left;
		line-height:40px;
		margin:0 30px 0 10px;
		color:white;
	}
	#openfile_top_div p:nth-child(3),#openfile_top_div p:nth-child(4),#openfile_top_div p:nth-child(5){
		float:right;
	}

	#openfile_edit_div{
		position:relative;
		width:100%;
		height:100%;
		overflow-y:hidden;
		overflow-x:hidden;
		background:none;
	}

/**********************在线学习*****************/
	#learning_div ::-webkit-scrollbar {
	  width: 5px;
	  height: 12px;
	  display:inline-block;
	}
	#learning_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#learning_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#learning_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}	

	#learning_div{
		width:100%;
		height:100%;
	}
	#learning_div input:hover,#learning_div select:hover{
		box-shadow:1px 1px 5px 0px rgba(24,144,255,0.5);
	}
	#learning_main_div{
		width:100%;
	}
	#learning_main_top_div{
		width:100%;
		height:40px;
		position:relative;
		background:rgb(240,242,245);
		overflow:hidden;
		line-height:40px;
	}
	#learning_main_top_div span{
		border:0px;
		background:none;
		display:inline-block;
		line-height:40px;
		width:auto;
		margin-right:25px;
		float:left;
	}
	#learning_main_top_div span i{
		position:relative;
	}
	#learning_main_down_div{
		width:100%;
		height:80%;
		background:white;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#learning_main_top_left{
		margin-left:10px;
	}

	#learning_main_top_right input{
		background: white;
		width: 85%;
		height: 28px;
		text-align: center;
		margin-right: 10px;
		border: 0px;
		border-radius: 14px;
		position: relative;
		top: -1px;
	}
	#learning_main_down_left_div,#learning_main_down_right_div{
		position:relative;
		float:left;
		height:100%;
		overflow:hidden;
	}
	#learning_main_down_right_div{
		position:relative;
		float:left;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
	}
	#learning_main_down_left_div{
		overflow-y:auto;
		overflow-x:hidden;
		background:white;
	}
  /******************目录****************/
	#learning_folder_tools{
		position:absolute;
		top:0px;
		left:0px;
		z-index:9991;
		background:none;
	}
	#learning_folder_tools div:first-child{
		display:relative;
		width:100%;
	}
	#learning_folder_tools p{
		display:inline-block;
		line-height:30px;
		margin-right:5px;
		cursor:pointer;
	}
	#learning_folder_tools i{
		cursor:pointer;
	}


	#learning_main_down_left_div{
		position:relative;
		float:left;
		height:100%;
		overflow:hidden;
	}
	#learning_main_down_left_div{
		overflow-y:auto;
		overflow-x:hidden;
		background:white;
	} 
	#learning_main_down_left_div table,#play_ml_table{
		width:100%;
	}
	#learning_main_down_left_div table tr,#play_ml_table tr{
		display:table-row;
	}
	#learning_main_down_left_div table td,#play_ml_table td{
		height:40px;
		width:100%;
		cursor: pointer;
	}

	/**********课程内容格式*****************/
	.learning_content_table tr:hover{
		box-shadow:none;
	}
	.learning_content_title{
		margin:15px auto 0 auto;
		width:95%;
		font-size:2em;
		font-weight:bold;
		color:#076c87;
		text-shadow: 4px 4px 5px rgb(144 148 148);
	}
	.learning_content_table{
		margin:0 auto;width:96.5%;
	}
	.learning_content_table td{
		cursor:pointer;
	}
	.learning_content_name,.learning_content_img,#learning_main_down_left_div{
		box-shadow:0 4px 30px rgba(0,80,180,0.1);
	}

	/*******************************/
	#add_form_back_div ::-webkit-scrollbar {
	  width: 0px;
	  height: 12px;
	  /*background-color: rgb(245,245,245);*/
	  display:inline-block;
	}
	#add_form_back_div ::-webkit-scrollbar-track {
	  border-radius: 3;
	}
	#add_form_back_div ::-webkit-scrollbar-thumb {
	  background-color: rgb(230,230,230);
	  border-radius: 2px;
	}
	#add_form_back_div ::-webkit-scrollbar-thumb:hover {
	  background-color: rgb(200, 200, 200);
	}
	/*******************************/

	#add_form_back_div{
		display:block;
		position:fixed;
		z-index:99999;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
		font-size:13px;
		background:rgba(0,0,0,0.2);			
	}
	#add_form_div{
		position:relative;
		display:inline-block;
		width:860px;
		height:560px;		
		overflow:hidden;
		background:rgb(240,242,245);	
		border-radius:8px;
		box-shadow: 0px 0px 4px rgb(0,65,85);
	}
	#add_form_top_div{
		width:100%;
		height:40px;
		border:0px;
		overflow:hidden;
		background:none;
	}
	#add_form_top_div p{
		position:relative;
		line-height:40px;	
	}
	#add_form_top_div p:nth-child(1){		
		float:left;
		margin-left:10px;
		width:75%;	
	}
	#add_form_top_div p:nth-child(2){		
		float:right;
		padding-right:10px;		
		font-size:25px;
		line-height:40px;
		color:rgb(200,200,200);
	}

	#add_form_content_div{
		width: 92%;
		height: 82%;
		margin: 0 auto;
		border:0px solid rgb(200,200,200);
		background:none;
		font-size: 12px;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	#add_form_table {
		width:100%;
	}
	#add_form_table input{
		width:16px;
		height:16px;
		cursor:pointer;
	}
	#add_form_table tr{
		display: table-row;
	}
	#add_form_table td{
		height:30px;
		border-width:0;
	}
	#add_form_table td p{
		width:120px;
		text-align:center;
		white-space:normal;
		word-break:break-word;
		overflow:visible;
		background:none;
		font-size:12px;
	}
	#add_form_down_div{
		width:220px;
		margin:10px auto;
	}
	#add_form_down_div button:nth-child(2){
		margin-left:60px;
	}
	#add_form_textb_div button{
		width: 25px;
		height: 25px;
		margin: 6px 0px 0px 5px;
		float: left;
		border-radius: 0px;
		border: 1px solid rgb(220,220,220);
	}
	#add_form_textb_div i{
		font-size: 13px;
		color: #333333;
	}
	#add_form_textb_div select {
		width: 80px;
		height: 25px;
		margin: 6px 0px 0px 5px;
		float: left;
	}
	#add_form_textb_div input {
		width: 50px;
		height: 22px;
		margin: 6px 0px 0px 5px;
		float: left;
		background: white;
	}
/**********************笔记******************/
		#notes_div{
			position:fixed;
			z-index:99999;
			display:block;
			width:600px;
			height:400px;		
			overflow:hidden;
			background:white;	
			border-radius: 15px 15px 0 0;
			box-shadow:0 4px 30px rgba(0,80,180,0.1);
		}
		#notes_top_div{
			width:100%;
			height:60px;
			border:0px;
			overflow:hidden;
			background:none;
		}
		#notes_top_div p{
			position:relative;
			line-height:60px;	
		}
		#notes_top_div p:nth-child(1){		
			float:left;
			margin-left:10px;
			width:75%;	
		}
		#notes_top_div p:nth-child(2){		
			float:right;
			padding-right:10px;		
			font-size:25px;
			line-height:40px;
			color:rgb(200,200,200);
		}
		#notes_top_div #notes_share input{
			height: 16px;
			width: 16px;
			top: 2px;
			position: relative
		}
		#notes_tools_div{
			width:100%;
			height:40px;
		}
		#notes_tools_div input{ 
			width:90%;
			height:34px;
			margin:0 auto;
			display:block;
			text-align:left;
			border:0px;
			box-shadow:0 4px 30px rgba(0,80,180,0.1);
		}
		#notes_content_div{
			width: 84%;
			padding:18px;
			height:280px;
			margin: 0 auto;
			border:0px solid rgb(200,200,200);
			background:white;
			font-size: 13px;
			overflow-x:hidden;
			overflow-y:auto;
			outline:0px;
			border-radius:8px;
			box-shadow:0 4px 30px rgba(0,80,180,0.1);
		}

		#notes_down_div{
			width:220px;
			height:80px;
			line-height:80px;
			margin:0 auto;
		}
		#notes_down_div button:nth-child(2){
			margin-left:60px;
		}
		.notes_content_img{
			display:block;
			max-width:90%;
			max-height:95%;
			margin:10px auto;
			background-size:100% 100%;
			cursor:pointer;
			border:1px dotted rgb(122,191,232);
		}

		/*******************************************手机端******************************************/

		#banner_div{
			width:100%;
			height:65%;
			background:#000000;
			/*background:url(../images/back_2019_03.jpg);
			background-size:100% 100%;*/
		}
		.banner_product {
			position:relative;
			width:100%;
			height:100%;
			float:left;	
			display:none;
			margin:0 auto;
		}
		.banner_product img{
			width:100%;
			height:100%;
			-webkit-animation: bannerimg 3s;
			animation:bannerimg 3s;
		}
		#banner_num {
			position:relative;		
			width:100%;
			height:20px;
			top:-20px;
			z-index:999;
			text-align:center;
		}    
		.banner_num_b{
			cursor: pointer;
			height: 13px;
			width: 13px;
			background: #ffffff;
			border-radius: 50%;
			display: inline-block;
		}
		.active, .banner_num_b:hover{
			background: #ff0000;
		}
		@keyframes bannerimg {
			from {opacity: 0.2;}
			to   {opacity: 1;}
		}
		@-webkit-animation bannerimg {
			from {opacity: 0.2;}
			to   {opacity: 1;}
		}

	i[target="image_cpzx0"]{
		height:25px;
		width: 25px;
		background-image:url("../images/cpzx.png");
		position: relative;
		background-size:100% 100%;
		top:-3px;
	}
	i[target="image_grzx0"]{
		height:25px;
		width: 25px;
		background-image:url("../images/grzx0.png");
		position: relative;
		background-size:100% 100%;
		top:-3px;
	}
	i[target="image_khgl0"]{
		height:25px;
		width: 25px;
		background-image:url("../images/khgl.png");
		position: relative;
		background-size:100% 100%;
		top:-3px;
	}
	i[target="image_sxy0"]{
		height:25px;
		width: 25px;
		background-image:url("../images/sxy.png");
		position: relative;
		background-size:100% 100%;
		top:-3px;
	}