@CHARSET "UTF-8";
ul{
  margin: 0px;
  list-style: none;
}
a{
  text-decoration: none;	
  color: #858585;
}
a:hover{
 text-decoration: underline;		
}
.banner{
  width: 100%;	
}
.content{
  margin: auto;
  width: 1000px;
  margin-top: 25px;
  font-size: 14px;
  color: #858585;
}
.content_head{
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d3d3; 	
}
.searchDiv{
  font-size: 24px;
  height: 48px;
  margin: 44px 0px 35px; 
}
.searchBtn{
  width: 262px;
  height: 48px;
  background-color: #26c1d9;
  text-align: center;
  color: #fff;
  font-family: SimYou;
  line-height: 48px;
  float: right;
  cursor: pointer;  
}
.searchInput{
  width: 490px;
  height: 35px;
  border: solid 1px #cccccc;
  margin: 6px 0px 0px 16px; 
  float: left;	
  font-size: 14px;  
  line-height: 35px;  
}
.queryLabel{
  color: #3e3a39;
  float: left;
  margin: 7px 0px 0px 5px;  	
}
.result-content{
  width: 1000px;	
  line-height: 23px;
  margin-bottom: 20px; 
  border-bottom: 1px dotted #d2d3d3;	
  float: left;  
}
.content-line{
  float: left;
  width: 71px;	
}
.content-line-result{
}
.content-line-result span{
  margin-left: 15px;
}
.result-content-left{
  width: 610px;
  float: left;
}
.result-content-right{
  float: right;
}
.goodsfenye{
margin-top: 0px;text-align: center;width: 1000px;margin-right: 0px;margin-bottom: 24px;	
}
.note{
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  float: left;
  width: 980px;
  background: #f1f6fa;
  padding: 6px 10px 6px 10px;	
}
.note img{
margin-left: 214px;	
vertical-align: middle;margin-right: 5px;float: left;	
}
.errMsg{
	text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 18px;
}
.errMsgLogin{
    color: red;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.score{
	width: 1000px;
	text-align: right;
	float: left;
}
.score-text{
	font-size: 11px;color: #b7c8dc;margin-right: 20px;
}