
.content .tips{
	color:#666;
}


.result-box{
	border:1px solid #999999;
	border-top: 2px solid #1787E0;
	margin-top: 30px;
	
}
.result-box .base-info{
	border-bottom: 1px dashed #CCCCCC;
}
.result-box .base-info li{
	padding: 10px 20px;
}
.base-info li span{
	color: #1787E0;
}
.rt-word-box{
	border-bottom: 1px dashed #CCCCCC;
	text-align: center;
	padding:30px 0;
}
.rt-word{
	/*font-weight: bold;*/
	font-size: 72px;
	/*padding:5px 10px;*/
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: red;
	background: url('../img/z_bg.gif') no-repeat center;
}
.bishun-box .bishun{
	color: #1787E0;
	margin: 15px 20px;
}
.bishun-box img{
	margin-left: 20px;
	width:700px;
	
}
.base-explain,.detail-explain{
	padding: 10px 20px;
	border-bottom: 1px dashed #CCCCCC;
}
.base-explain .explain-title,.detail-explain .explain-title{
	color: #1787E0;
	font-size: 20px;
	margin-bottom: 10px;
}
.base-explain .explain-content p,.explain-content, .detail-explain .explain-content p{
	line-height: 28px;
	color: #333;
}


.hot-search-box{
	margin: 30px auto;
	color: #666;
}
.hot-search-title{
	margin-bottom: 15px;
}
.hot-search-list{
	width: 500px;
	/* border: 1px solid #EEEEEE; */
	overflow: hidden;
}
.hot-search-list li{
	float: left;
	margin-right: 10px;
}
.hot-search-list li a{
	display: block;
	padding: 5px;
	color: #333;
	
}
.hot-search-list li a:hover{
	color: #1787E0;
}
.tool-intro h3{
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #333;
	font-weight: 500;
}
.tool-intro hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.tool-intro-content{
	background: #ffffff none repeat scroll 0 0;
    border-left: 5px solid #494747;
    color: #494747;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px;
}
.tool-intro-content p{
	margin: 0 0 10px;
}
.connect-tool{
	height: 140px;
}
.connect-tool-item a{
	color: #333;
    background-color: #ebe8e8;
    border-color: #8c8c8c;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.connect-tool-item a:hover{
	background-color: #d4d4d4;
	
}

/* 底部 */
.footer {
  text-align: center;
  padding: 20px;
  background: #f1f1f1;
  font-size: 16px;
  color: #555;
  margin-top: 40px;
}
.footer a { margin: 0 8px; color: #555; }
