@charset "utf-8";
.crumbs {
  margin-top: 15px;
}
.crumbs span,
.crumbs a {
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
body {
  background-color: #F8F8F8 ;
}
.query {
  background-color: #ffffff;
  /*text-align: center;*/
  padding-top: 61px;
  height: 615px;
}
.query .iname {
  width: 220px;/*306px修改为220px*/
  height: 53px;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 53px;
}
.query .inumber {
  width: 320px;/*371px修改为320px*/
  height: 53px;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  padding-left: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 53px;
  margin-left: 15px;
}
.query .qbtn {
  padding: 15px 50px;
  border: none;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  background: #2577fc;
  border-radius: 10px;
  margin-left: 26px;
}
.tips {
  padding-top: 215px;
  text-align: center;
  position: relative;
}
.tips .tips-transverse {
  position: absolute;
  left: 50%;
  margin-left: -134px;
  width: 267px;
  height: 2px;
  background-color: #999999;
}
.tips .tips-title {
  position: absolute;
  left: 50%;
  margin-left: -48px;
  bottom: -16px;
  padding: 2px 3px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}
/*
新增样式*/

.query form{
	overflow: hidden;
	padding: 0 38px;
}
.query input{
	float: left;
	}
	
.query .form-control{
	float: left;
	height: 53px;
	overflow: hidden;
}

.query .control{
	width: 220px;
	height: 53px;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  padding-left: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 53px;
  margin-left: 15px;
}
.query .form-control .control-image{
	display:block;
	margin-left:15px;
	float: left;
	padding-top: 5px;

}
.query .form-control .control-image{
	width: 91px;
	height: 44px;
	border: none;
	line-height: 53px;
}
.code
    {
        display:block;
	margin-left:15px;
	float: left;
        
         font-style:italic;
         font-size:18px;
         padding:0px 13px;
         letter-spacing:2px;
         font-weight:900;       
         line-height:55px;
         text-align:center;
         background-color: #dadada;
     }
     span {
        text-decoration:none;
        font-size:13px;
        color: #c0130d;
    }

    span:hover {
        text-decoration:none;
        cursor:pointer;
    }

.query .form-control .control-link{
	display:block;
	font-size: 13px;
	margin-left:10px;
	line-height:53px;
	float: left;
	color:#2577fc;
}

.query .query-table{
	margin-top: 30px;
	padding: 0 38px;
	
}
.query .query-table table{
	width: 1124px;
}
.query .query-table tr td{
	width: 20%;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	padding: 5px;
	
}

.query .query-table .query-tablefirst{
background-color:#e6e6e6;	
}
.query .query-table .query-tablefirst td{
font-weight: bold;
line-height: 30px;
font-size: 14px;
}