		.content_title{
			    	height: 80px;
			    	width: 98%;
			    	line-height: none;
		}
		input{
			background-color: white;
		}
		a {text-decoration:none;}
		a:hover{
			text-decoration: underline;
		}
		body{
    		margin: 0px;
    		padding: 0px;
    	}
    	ul{
    		padding: 0px;
    		margin: 0px;
    	}
    
    	li{
    		list-style: none;
    	}
    	
    	.add_right_div{
    		width: 600px;
    		border: 1px solid #dddddd;
    		position: absolute;
    		right: 30%;
    		top:10%;
    		display: none;
    		background-color: white;
    		z-index:3;
    	}

    	.containul_title{
    		width: 98%;
    	}
    	
    	.contain_ul_title_li{
    		height: 43px;
    		border: 1px solid #dddddd;
    		background-color: #f5f6fa ;
    		font-size: 12px;
    		font-weight: 400;
    	}
    	.contain_ac_title_li{
    		border-right: 1px solid #dddddd;
    		border-bottom: 1px solid #dddddd;
    		border-left: 1px solid #dddddd;
    		background-color: white ;
    		font-size: 12px;
    		font-weight: 400;
    		min-height: 46px;
    	}
    	
    	.contain_ac_title_li:nth-child(odd){
    		background-color: #F0F8FF;
    	}
    	
    	.contain_ac_title_li:hover{
    		background-color: #09c;
    		color: white;
    	}
    	.containul_title_show,.contain_ac_ul{
    		width: 100%;
    		min-height: 46px;
    	}
    	
    	.add_ac_li{
    		height: 50px;
    	}
    	
    	.add_ac_ul{
    		margin: 0px;
    	}
    	
    	.add_ac_lb{
    		width: 160px;
    		padding: 7px 15px 0px 15px;
    		text-align: right;
    		color: #666;
    		font-size: 12px;
    	}
    	
    	
    	.add_ac_input{
    		width: 262px;
    		height: 30px;
    		padding: 6px;
    		border: 1px solid #cccccc;
    		background-color: white;
    		font-size: 12px;
    	}
    	
    	.ac_foot_div{
    		
    		height: 70px;
    		padding: 20px;
    		text-align: right;
    		clear: both;
    	}
    	
    	
    		
    	.ac_cancel{
    		width: 58px;
    		height: 32px;
    		border: 1px solid #ddd;
    		margin-left: 10px;
    		font-size: 12px;
    	}
    	
    	.ac_cancel:hover{
    		background-color: white;
    	}
    	
    		.property_ac_cancel{
    		width: 58px;
    		height: 32px;
    		border: 1px solid #ddd;
    		margin-left: 10px;
    		font-size: 12px;
    	}
    	
    	.property_ac_cancel:hover{
    		background-color: white;
    	}
    	.wlsq_ac_cancel{
    		width: 58px;
    		height: 32px;
    		border: 1px solid #ddd;
    		margin-left: 10px;
    		font-size: 12px;
    	}
    	
    	.wlsq_ac_cancel:hover{
    		background-color: white;
    	}
    	
    	
    	.ac_div{
    		padding-top: 20px;
    		background-color: white;
    	}
    	
    	.add_button{
    	width: 60px;
    	height: 35px;
    	float: right;
    	background-color: #09c;
    	line-height: 14px;
    	padding: 8px 16px;
    	display: inline-block;
    	font-size: 12px;
    	border: 1px solid #09c;
    	margin-top: 20px;
    	cursor: pointer;
    	color: white;
    	}
    	
    	 .add_button:hover{
    		background: #28b5d6;
    		border: 1px solid #28b5d6;
    	}
    	
    		
    	.span_addac_info{
    		font-size: 12px;
    		color: red;
    		margin-left: 10px;
    	}
    	
    	.ac_mt_span{
    		color: red;
    		margin-right: 5px;
    	}
    	
    	.open_delete_ul_class{
    		background-color: #09c;
    		color: white;
    	}
    	
    	
    	.mall_sync_button{
    	width: 85px;
    	height: 32px;
    	float:right;
    	background-color: #09c;
    	line-height: 14px;
    	padding: 8px 16px;
    	display: inline-block;
    	font-size: 12px;
    	border: 1px solid #09c;
    	margin-top: 20px;
    	cursor: pointer;
    	color: white;
    	}
    	
    	 .mall_sync_button:hover{
    		background: #28b5d6;
    		border: 1px solid #28b5d6;
    	}
    	.content {
    	    width: calc(100% - 200px);
    	    margin-left: 200px;
    	}