/*查询表单样式*/

.querySw_btn{
	width: 394px;
	height: 85px;
	/*background-color: #017ae1;*/

	text-align: center;
	/*color: #FFFFFF;*/	
	font-size: 16px;
	line-height: 55px;
	/*position: relative;*/
	border: 0px solid #FFFFFF !important;
	display: inline;
	float: left;
	cursor: pointer;
}

.querySwitch .btn_on{
	/*color: #fffc00;*/
	/*background-color: #009CFF;*/
	/*border: 0px solid #FFFFFF !important;*/
	/*cursor: pointer;*/
}

.querySw_btn:first-child{
	/*border-top-left-radius: 5px;*/
	/*border-bottom-left-radius: 5px;*/
	background-image: url(../img/query/queryJinEbtn.png);
	background-repeat: no-repeat;
}
.querySw_btn:first-child+.querySw_btn{
	/*margin-left: -1px;*/
	/*border-top-right-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
	/*position: absolute;*/
	/*left: 272px;*/
	/*top:0;*/
	background-image: url(../img/query/queryJYM.png);
	background-repeat: no-repeat;
}

/*.querySw_btn:hover , .querySw_btn:focus{
	color: #fffc00;
	background-color: #009CFF;
	border: 0px solid #FFFFFF !important;
	cursor: pointer;
}*/


.row .querySwitch .querySw_btn:first-child.btn_on{
	background-image: url(../img/query/queryJinEbtnOn.png);
	background-repeat: no-repeat;
}

.row .querySwitch .querySw_btn:first-child+.querySw_btn.btn_on{
	background-image: url(../img/query/queryJYMOn.png);
	background-repeat: no-repeat;
}

.row .querySwitch .querySw_btn p{
	/*display: block;*/
	margin-top: 58px;
	text-align: center;
}

.row .querySwitch .btn_on p{
	font-family: "微软雅黑";
	color: #017AE1;
}


.row .querySwitch{
	/*position: relative;*/
	height: 85px;
}

.row .infoContainer{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	margin-top: 50px;
}


.row .form-container .inputFirst{
	margin-top: 25px;
}

.form-container{
	width: 443px;
}

.form-horizontal .control-label {
    /*padding: 0;
    padding-top: 10px;
    padding-right: 10px;*/
    padding: 10px 20px 0 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    color: #4E4E4E;
    font-weight: 550;
}

.form-container .form-group{
	margin-top: 18px;
}

.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}

.form-container .query_btn{
	margin-top: 30px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: #017ae1;
}
.form-container .query_btn:hover{
	cursor: pointer;
	background-color:#009cff ;
}

.row .queryWinOuter{
	width: 800px; height: 450px;margin:0 auto;position: relative;/*left: 50%;margin-left:-400px;top: 0;*/
	/*border-radius:7px;-moz-box-shadow:5px 5px 5px #C2C2C2; -webkit-box-shadow:5px 5px 5px #C2C2C2; box-shadow:5px 5px 5px #C2C2C2;*/
}

.row .queryTitle{
	width:130px;text-align:center;position:relative;display: inline;float:left;margin:0 57px;z-index: 2;
}

.row .form-group .input_wrap{
	position: relative;
}


.row .form-container .form-group .inputStatusIcon{
	display: none;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	right: 8px;
}

.row .form-container .form-group.inputSuccess input{
	border-color: #66afe9;
}

.row .form-container .form-group.inputSuccess .inputStatusIcon{
	display: block;
	background-image: url(../img/inputsuccess.png);
	background-repeat: no-repeat;
}


.row .form-container .form-group.inputError input{
	border-color: #da2121;
}

.row .form-container .form-group.inputError .inputStatusIcon{
	display: block;
	background-image: url(../img/inputerror.png);
	background-repeat: no-repeat;
}




/*查询等待样式*/
.waitWindow{
	display: none;
	width: 180px;
	height: 140px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 400px;
	/*margin-top: -70px;*/
}

.waitWindow .waitImg{
	/*background-color: #;*/
	/*opacity: 0.5;*/
	/*margin: 0 auto;*/
	text-align: center;
}

.waitWindow .waitImg:hover{
	cursor: wait;
}

.waitFull{
	display: none;
	width: 100%;
	height: 1008px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #9f9f9f;
	opacity: 0.5;
}

.waitFull:hover{
	cursor: wait;
}

/*发票查询表单样式修改结束*/
.fapiaoimgFailed {
			width: 330px;
			height: 330px;
			background-image: url(../img/query/queryFailed.png);
		}
		.downloadFp_btn {
			width: 120px;
			height: 35px;
			border: 2px solid #1b86ca;
			border-radius: 4px;
			
			text-align: center;
			line-height: 30px;
			color: #1b86ca;
			font-size: 15px;
			/*float: left;*/
			margin-top: 30px;
		}
		
.downloadFp_btn:hover {
	cursor: pointer;
}	
		.continueCx_btn {
			width: 120px;
			height: 35px;
			border: 2px solid #1b86ca;
			border-radius: 4px;
			
			text-align: center;
			line-height: 30px;
			color: #1b86ca;
			font-size: 15px;
			float: left;
			margin-top: 30px;
		}
		.continueCx_btn:hover{
			cursor: pointer;
		}
		.row .fukuang_btn {
			width: 120px;
			height: 35px;
			line-height: 34px;
			border: 1px solid #1B86CA;
			border-radius: 4px;
			text-align: center;
			float: left;
			margin-top: 25px;
			}
     .fukuang_btn:hover{
     	cursor: pointer;
     	background-color:#009cff ;
     	color: white;
     }

.row .wxbgcolorup{
	background-color: #FFFFFF;
	height: 150px;
	z-index: 0;
}

.row .wxbgcolordown{
	background-color: #00baff;
	height: 150px;
}

.row .wxewmcon{
	width: 200px;
	height: 235px;
	position: absolute;
	z-index: 10;
	top: 39px;
	left: 50%;
	margin-left: -100px;
}

.row .wxewmcon .wxewm{
	width: 192px;
	height: 192px;
	border: 2px #00fff6 solid;
	border-radius: 3px;
}

.row .wxewmcon .wxmsg{
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 16px;
}

.row .wxclose{
	width: 19px;
	height: 19px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-image: url(../img/query/wxclo.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.row .wxclose:hover{
	background-image: url(../img/query/wxcloOn.png);
}

.wxfixCon{
	display: none;
	position: absolute;
	bottom: 62px;
	right: 0;
	width: 300px;
	height: 278px;
	border: 8px;
	overflow: hidden;
	background-image: url(../img/query/wxflbac.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 20px;
}

@media (min-width: 1200px) {
	.wxfixCon{
		display: block;
	}
}

.wxfixCon .wxfixclo{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 8px;
	background-image: url(../img/query/wxdel.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.wxfixCon .wxfixclo:hover{
	background-image: url(../img/query/wxdelOn.png);
}

.wxfixCon .wxfixmsg{
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 38px;
	color: #FFFFFF;
	margin-top: 26px;
	text-align: center;
}

.wxfixCon .wxfixewm{
	width: 136px;
	height: 136px;
	border: 5px;
	position:absolute;
	top: 126px;
	left: 82px;
	text-align: center;
}
.form-container .inputTip{
	display: none;
	width: 368px;
	line-height: 12px;
	font-size: 12px;
	color: #007ba8;
	position: absolute;
	margin-top: 1px;
	margin-left: 75px;
}
.row .form-container .form-group.inputError .inputTip{
	display: block;
	color: red;
}

.row .queryResult{
	width: 1144px;
	border: 2px solid #F3F3F3;
	border-radius: 10px;
	padding: 25px 0px 15px 0;
	position: relative;
}

.row .queryResult .guijiTitle{
	position: absolute;
	top: 38px;
	right: 80px;
	font-size: 28px;
	color: #010101;
	font-family: '楷体';
	font-weight: 600;
}

.row .queryResult .guijiSubTitle{
    position: absolute;
    top: 90px;
    right: 57px;
    font-size: 18px;
    color: #FF5A00;
    font-family: "microsoft yahei";
}

.row .queryResult .guijiSupport{
	position: absolute;
    top: 421px;
    right: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #1b86ca;
    font-family: "microsoft yahei";
}

.row .queryResult .ewmBg{
	background-image: url(../img/query/erweimabg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 192px;
	right: 30px;
	width: 210px;
	height: 210px;
	padding: 5px 5px;
}