@charset "utf-8";
.formlist_div{
		background-color: #DEDEDE;
	}
	.myFormResultDiv{
		width: 800px;
		height: 345px;
		background-color: #FFFFE0;
    }
	.control_button{
		padding-left:20px;
		height:30px;
	}
	  .btnPrint{
        font-size: 16px;
         background-color:#D6D8E3;
        }
        
        .cq_count{
       	 font-size: 16px;
		   padding:10px 0; 
		   color:#8e8e8e;
        }
        .cq_resultTable{
        padding:1px ; 
        border:1px solid ;
        border-collapse: collapse ;
  		border-spacing:0 px;
		font-size: 16px;
		text-align: center;
		width: 100%;
        }
        .cq_resultTh{
        border:1px solid ;
        font-size:18px ;
         background-color:#043f98;
		 text-align: center;
		 color:white;
		 padding:5px 0 5px 0;
        }
        .cq_td{
        border:1px solid ;
        vertical-align: top;  
        font-size:14px ;
         align:center;
         width: auto;
		 padding: 5px 0 5px 0;
		 
        }

        .search_head{
		color: rgb(51, 51, 51) !important;
		font: 16px 'Microsoft Yahei',Tahoma,Geneva,sans-serif !important;
		width: 90%;
		margin: 10px auto;
		/*text-indent: 2em;*/
		}
		.header{
			height:68px;
		}
html .mobile .post_item .input {
    width: auto;
}
.item_handle .handle_post {

}
.head-title{
position: absolute;left: 97px;top: 5px;font-size: 32px;font-weight: 600;color: white;
}
        .body-head{
			display:none;
			font-size:20px;
			font-weight:600;
			margin-bottom:10px;
		}
		.post_item {    padding-left: 10px;
			position: relative;}
			span.form-must {
				color: red;
				position: absolute;
				left: 0px;
			}
			.post_4 .input {margin-left: 14px;}
@media screen and (max-width: 900px) { 
        .body-head {
			display:block;
		}
		.head-title{
display:none;
}
}
.validateInput{
width:100px;
}
input[type="button"] {
    border: 1px solid #ddd;
}
.minh{
min-height:380px
}
html .mobile .post_item .input input {
    width: 100%;
}
.validateInput{max-width:100px;}

@charset "utf-8";
.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
.post_item .input input {
    padding: 0;
	max-width:100px;
	min-height:28px;
}