.top-img img{
	width: 100%;
	display: block;
}
.success-fl{
	width: 95%;
	margin-left: 2.5%;
	margin-top: 30px;
	

}

.success-fl .flag{
	background-color: #fff;
	border: solid 1px #ededed;
	width: 32%;
	    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 38px;
    margin-bottom: 10px;
}
.flag1{
	background-color: #0657a9;
	border: solid 1px #ededed;
	outline:none;
	width: 32%;
	    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 10px;
}
.bq-detail{
	display: none;
	/*width: 300px;*/
	margin: 30px auto;
}
.bq-detail li{
	width: 46%;
	height: 150px;
	line-height: 130px;
	float: left;
	text-align: center;
	    border: 1px solid rgba(51, 51, 51, 0.21);
	    margin-left: 2%;
	    margin-right: 2%;
	    margin-bottom: 10px;
}
.bq-detail li img{
	max-width: 100px;
	max-height: 100px;
	/*display: block;*/
	vertical-align: middle;
	text-align: center;
}


#imgdetail{
	display: none;
	position: fixed;
	background-color: #666;
	text-align: center;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
#imgdetail img{
	margin-top: 100px;
	max-width: 80%;
	max-height: 70%;
}

#pagingList li{
	list-style-type:none;
}
.clear{
	clear: both;
}
#pageIt{
	margin-top: 20px;
	text-align: center;
}
#pageIt a{
	margin-left: 2px;
	margin-right: 2px;
    
}

