
.query {
	width:100%;
			position: relative;
            /*background-image: url(../images/userManage/bg.png);
            
				background-repeat: no-repeat;
				background-size: 100% 100%;
				-moz-background-size: 100% 100%;*/
            font-size:0;
            overflow:hidden;
	
} 

.query>.query_para {
	position: absolute;
	right: 10%;
	width: 550px;
	height: 60%;
	padding: 10% 0;
    top:0;
}

.query>.query_para>.title {
	text-align: center;
	width: 60%;
	height: 40px;
	margin: 30px 0;
    color:#EA5504;
    font-size:33px;
    font-weight:bold;
   
     border:0px solid red;

}
 

.query>.query_para>.liucheng {
	margin: 10px 0;
	width: 100%;
	text-align: center;
    overflow:hidden;
}

.query>.query_para>.liucheng>img {
	border:0px;
    float:left;
    margin:0.7% 2%;
}
.query>.query_para>.liucheng>div {
	width:25%;
    font-size:17px;
    color:#000;
    border:1px solid #EA5504;
    border-radius:3px;
    float:left;
    padding:2px 2%;
     
}

    .query > .query_para > .liucheng >.choosethis
    {
        background:#EA5504 !important;
        color:white !important;
    }

.query>.query_para>.city {
	font-size: 15px;
	color: #EA5504;
	font-weight: bold;
    width:90%;
   overflow:hidden;
   margin:70px auto;
   text-align:center;

}
    .query > .query_para > .city>div
    {
        height:40px;
        /*font-family:"ºÚÌå";*/
        font-size:18px;
        width:20%;
        float:left;
        font-weight:bold;
    }

 

.query>.query_para>.input {
	width: 100%;
	margin: 50px 0 30px;
	font-size: 14px;
    color:gray;

}

.query>.query_para>.input>.rows {
	width: 70%;
	margin-left: 5%;
	height: 30px;
}

.query>.query_para>.input>.rows>.label {
	width: 90px;
	float: left;
	text-align: right;
	line-height: 20px;
}

.query>.query_para>.input>.rows>input {
	height: 13px;
	background:white;
	border: 1px solid darkgray;
	padding:3px ;
	font-size: 11px;
	color: gray;
}

.query>.query_para>.input>.rows>.txt1 {
	width: 130px;
}

.query>.query_para>.input>.rows>.txt2 {
	width: 170px;
}
#btn{
	text-align: center;
	width: 60%;
    border:0px red solid;
}
button{
	background: none;
	border: 0;
	margin: 0 auto;
	width: 75px;
}
button>img{
	height: 30px;
}

/*.detail{
	display: none;
}
.detail>.content{
	width: 1100px;
	margin: 40px auto;
    font-size:14px;
}
.detail>.content>table{
	width: 100%;
	text-align: center;
	border: 1px ;
}
th{
	background: #FFA172;
}
.detail>.content>table>tbody>tr>td{
	background:#E6E6E6;
}
p
{
    font-family:"Î¢ÈíÑÅºÚ";
    margin:7px;
}*/