@CHARSET "UTF-8";
body {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: "microsoft yahei";
    background: #fff;
}
p {
    padding: 0;
    margin: 0;
}
img, button {
    border: 0 none;
}
.head{
	width: 100%;
    background: #1b6fae;
    padding-bottom: 7.5%;
}
.head>.title{
	border-bottom: 1px solid #cc5200;
    background: #f60;
	color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}
.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;visibility:hidden;height:0;content:'';}
.bdb-logo{
	padding-left: 15px;
    height: 40px;
    float: left;
    width: 80px;
    background-image: url(../v2/images/icons.png);
    background-size: 80px 160px;
    background-position: 0 -120px;
    background-repeat: no-repeat;
}
.queryrestult {
    padding-top: 7.5%;
    padding-bottom: 3%;
    text-align: center;
}
.queryrestult img {
    width: 24.44%;
    border-radius: 50%;
}
.queryrestult .text {
    vertical-align: top;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}
.queryrestult .text p {
    margin: 2.777% 0;
}
.query {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #9ac5de;
    vertical-align: middle;
    background: #2271ac;
    border-radius: 20px;
    padding: 3px 15px;
	margin-bottom: 18px;
}
.query .t-input {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 1.1em;
    font-family: "microsoft yahei";
    color: #9ac5de;
    background: #2271ac;
	width: 100%;
}
.submit {
    display: block;
    margin: 0 auto;
    width: 40%;
    border: 0;
    vertical-align: middle;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 1.1em;
    font-family: "microsoft yahei";
    color: #FFF;
    background: url(/mtools/images/search_btn.png) no-repeat 20px center;
    background-size: 20px 20px;
    background-color: #2c9ffc;
}
.s-select{
	width:100%;
}
.czMod {
    padding: 0 10px;
	text-align: left;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}
.czLeft {
    float: left;
}
.czLeft h3 {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 14px;
}
.czLeft h3 em {
    color: #1F1F1F;
    font: 700 16px/35px simsun;
    margin: 0 13px 0 0;
}
.pBall i {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(/mtools/images/ball.png) no-repeat;
    background-size: 100%;
    color: #bc102d;
    font: 700 16px/31px tahoma;
    margin: 0 5px 0 0;
}
.pBall i.blueBall {
    color: #0e52a7;
    background: url(/mtools/images/blue_ball.png) no-repeat;
    background-size: 100%;
}
.queryrestult .nav{
	text-align: left;
}
.queryrestult .nav>a{
	display:inline-block;
	text-decoration: none;
	padding: 5px;
	color:#fff;
}
.queryrestult .nav>span{
	display:inline-block;
	text-decoration: none;
	padding: 5px;	
}