/* 搜索进行媒体查询 */
@media screen and (max-width: 960px) {
	.seachform{height:86px;background-size:100%;}
	.seachform li:nth-child(5){float:right;}
}
@media screen and (max-width: 846px) {
	.seachform li:nth-child(5){float:left;}
}
@media screen and (max-width: 450px) {
	body{min-width: 370px !important}
	.warp{width:92%;}
	/* 头部设置  */
	.header{
	    width: calc(100% - 20px);
	    min-width: 100%;
	    height: 40px;
	    padding: 3px 0;
	}
	.header .logo{
		line-height: 20px;
    	margin-top: 0;
	    padding: 4px 0;
        width: 100%;
	    position: relative;
	    height: 40px;
   	}
	.header .logo img{display:inline-block;}
	.logo img:first-child{width:65%;padding-left: 10px;margin-top: -14px;}
	.header .logo .mobileImg{
		background: #2f5898;
		float: right;
    	margin-left: 10px;
	}
	.header #navlist,.header #return{margin-right: 5px;}
	.header .logo-right,#return{display:none;}
	/* navlist */
	.header .navlist{
		position:absolute;
        right: 0;
    	top: 45px;
    	z-index: 2;
   	    background: #fff;
 	    border-left: 1px solid #ddd;
 	    border-bottom: 1px solid #ddd;
 	    -moz-box-shadow: -2px 2px 2px #ddd; /* 老的 Firefox */
		box-shadow: -2px 2px 2px #ddd;
	}
	.header .navlist li{
	    line-height: 40px;
    	height: 40px;
		font-size:14px;
		color:#393737;
		font-weight: normal;
		padding-right:14px;
	    border-bottom: 1px solid #ddd;
	}
	.header .navlist li:last-child{border-bottom:none;}
	.header .navlist li img{width:20px;vertical-align: middle;padding-right: 8px;}
	/* 四个主体  */
	.onlineServer,.public{display:none;}
	.onlineServer,.important,.public{
		margin-top:10px;
		margin-bottom:10px;
		border:none;
		min-width: auto;
	}
	.content  .important{margin-top: 7px;}
	.content .important:nth-child(2){margin-top:0;}
	/* 边框none */
	.content{border:none;}
	.important_noice,.onlineCon{border:none !important;}
	/* 公共查询 */
	.onlineServer .search p{
		width: 100%;
	}
	.onlineServer .search span{
		width:150px;
		margin:0;
	}
	.onlineServer .respens{
		margin-left:0;
		height: 50px;
    	line-height: 50px;
    	width:100%;
    	position:relative;
	}
	.onlineServer .search .respens button{
		position: absolute;
	    right: 0;
	    top: 12px;
	}
	.searchRespensBtn{width: 100%;text-align: center}
	.onlineServer .search input,.onlineServer .search search{width:140px !important;}
	.combo-select{width:140px !important;}
	.onlineServer .onlineCon .combo-select{height:32px;}
	.onlineServer .onlineCon .combo-select input{height:32px;}
	.tab_infos{height: calc(100vh - 440px);overflow: hidden;overflow-y: auto;}
	.tab_infos div{margin-bottom: 10px}
	.tab_infos p {display: block !important;height: 26px !important;line-height: 26px !important;}
	/* 违规查询 分页 */
	.tab-footer .page{width:100% !important;}
	.public .content-title a{width:80px;}
	.hand {margin-right: 5px !important;}
	/* 违规查询搜索框  */
	.wggs label{width:64px;margin-left: 0;}
	.wggs select{width: 102px !important;}
	.datesa{display:none;}
	.list-right .seachform li:nth-child(1){float:none;}
	.list-right .seachform .searbtn{float:right}
	#cname,#columnParent,#ocolumnParent,#oname{width:140px !important;}
	.public .combo-select .combo-input{width:140px;}
	/* 违规查询表格 */
	.tab03{table-layout:fixed;}
	.tab03 tbody tr td:nth-child(1){
		white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	/* 尾部  */
	.footer{
		width:100%;
	    /* position: fixed;
    	bottom: 0; */
	}
	.footer p {
	    line-height: 20px;
	}
	.footer p:nth-child(1) span {
	    width: 170px;
	}
	.footer p:nth-child(2) span:nth-child(1){margin-left: -46px;}
	/* 弹框  */
	#showInfo .mask_con{width:92%;height: 390px;}
	#showInfo .mask_con .wgInfo textarea,#wgsx{
		width:calc(100% - 80px) !important;
	}
	#showInfo .mask_con .wgInfo textarea{height:200px !important;}
	#showInfo .mask_con .maskline{
		height:auto;
		line-height:24px;
	}
	#wgsx{display:inline-block;}
}