@CHARSET "GBK";

.centerTbl{
	width:auto;
	margin:0 auto;
	border-collapse: separate;
    border-spacing: 5px 10px;
}
.selectClass{
	width:100%;
	padding:1px;
	border-radius:3px;
}
input{
	border-radius:3px;
}

@media screen and (max-width: 600px) {
	.isPC{
		display:none;
	}
	.jobCenter{
			width:100%;
			display: -webkit-flex; /* Safari */
		    display: flex;
		    flex-direction: column;
		    justify-content:center;
	        item-align:center;
			height:100vh;
	}
}
@media screen and (min-width:601px) and (max-width:768px) {
	.isPC{
		display:none;
	}
	.jobCenter{
			width:100%;
			display: -webkit-flex; /* Safari */
		    display: flex;
		    flex-direction: column;
		    justify-content:center;
	        item-align:center;
			height:100vh;
	}
}
@media screen and (min-width:769px) {
	.isPC{
		display:block;
	}
	.jobCenter{
			width:100%;
			display: -webkit-flex; /* Safari */
		    display: flex;
		    flex-direction: column;
		    justify-content:space-between;
	        item-align:center;
			height:100vh;
	}
}

