html{height:100%;}
	body{margin:0; padding:0; color:#333;
	 font-family:"微軟正黑體";
	}
	
	.ck-container{
		width:900px;
		margin:30px auto;
	}
	
	.check-info{
		height:40px;
		line-height:40px;
		font-size:16px;
		font-weight:bold;
		padding:0 20px 0 50px;
		margin-bottom:20px;
		
	}
	
	.safe{
		color:#fff;
		background:url(img/safe.png) #63a41c 10px 3px no-repeat;
	}
	
	.no-safe{
		color:#fff;
		background:url(img/unsafe.png) #e70f33 10px 5px no-repeat;
	}
	
	.err{
		background:url(img/web.png) #ccc 10px 5px no-repeat;
		color:#fff;
	}
	
	.ck-row{padding:0 10px; overflow:hidden; clear:both;  padding-bottom:30px;}
	.web-img{width:250px; height:178px; float:left;}
	.web-info{width:580px; float:right; margin-right:15px;}
	.web-title{ 
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom:20px;
	}
	
	.web-desc{
		line-height:1.8em;
		font-size:13px;
	}
	.footer{border-top:solid 1px #ccc; background:#f1f1f1; overflow:hidden; width:900px; margin:10px auto; padding:30px 0;}
	.flooter-left{display:inline-block; font-size:13px; padding-left:10px;}
	.flooter-left a{color:#0f75e7; text-decoration:none;}
	.go-btn{display:inline-block; float:right; background:#2174d0; color:#fff; padding:10px 20px; text-decoration:none; margin-right:20px;}
	.go-btn:hover{background:#333;}
	.web-body{overflow:hidden;}
	.google-ads{
		background:#f7f7f7;
		height:110px;
		padding:10px 0;
		clear:both;
	}
	#header{width:900px; margin: 20px auto 0 auto; overflow: hidden; clear: both;}
	#header img{float: left;}
	#header form{float: right; height: 45px; overflow:hidden;  margin:22px 0 0 30px; padding:0;}

	#header form input#url_txt {
		width: 445px;
		height: 3px;
		border: solid 1px #eee;
		padding: 20px;
		float:left;
	}

	#header form input#button {
		float:left;
		background: url(img/search_btn.png);
		border: 0;
		width: 91px;
		height: 43px;
		text-indent: -9999px;
		cursor: pointer;
		margin-left:-7px;
	}