﻿@charset "utf-8";
/*浮动查询模块*=======================开始*/
#query {
	padding: 0px;
	height: auto;
	width: 320px;
	position: relative;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15%;
	z-index: 3;
}
#query #allquery #topoption {
	background-color: #07161D;
	height: 40px;
	width: 210px;
	border-radius: 0.3em 0.3em 0 0;
}
#query #allquery #topoption #toptext {
	position:absolute;
	top:-2px;
}
#query #allquery li {
	line-height: 40px;
	align:center;
}


#query #allquery #topoption{
	line-height: 40px;
}
#query #allquery #topoption #account{
	top:-40px;
	margin-left:30px;
	margin-right:2px;
}
#query #allquery #downoption {
	background-color: #F26752;
	height: 40px;
	width: 268px;
	border-radius: 0 0 0.3em;
}
#query #allquery #middleOption{
	margin-top:20px;
	margin-bottom:5px;
}
#query #allquery #queryByBillBar #downOption{
	margin-top:5px;
	width:100%;
	height:48px;;
}
/*
#query #allquery #queryByBillBar #middleOption .billinput input:nth-child(2){
	background-image: url(../image/searchbtn.png);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	position:absolute;
}*/
#query #allquery #queryByBillBar #middleOption .billinput .searchbtn{
	background: url(../image/searchbtn.png) no-repeat;
	float:left;
	width:24px;
	height:24px;
	background-color:#ccc;
	border:none;
}
#query #allquery #queryByBillBar #bottomOption{
	margin-top:10px;
	-moz-margin-top:10px;
	width:100%;
	height:40px;
}
#query #allquery #queryByBillBar #bottomOption ul{
	width:auto;
	height:40px;
	border-radius:2px;
	background-color: #F26752;
}
#query #allquery #queryByBillBar #bottomOption li{
	width:32%;
	height:40px;
	list-style:none;
}
#bottomOption a .hwcx{
	float:left;
	background: url(../image/hwcx.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
}
#bottomOption a .wdcx{
	float:left;
	background: url(../image/wdcx.png) no-repeat;
	width:40px;
	height:40px;
}
#bottomOption a .wsxd{
	float:left;
	background: url(../image/wsxd.png) no-repeat;
	width:40px;
	height:40px;
}